i tried git after 1.0 was crashing, this dump is from git version compiled for debuging (CFLAGS = -Wall -g -minline-all-stringops -rdynamic -I ./deps/ udns-0.0.9/)
my problem had to do with using mysql, someone on #ape-project on freenode suggested i could use http requests to a local web service to commit changes instead, which works great On Aug 6, 10:42 pm, <[email protected]> wrote: > Hi, > > What version of APE are you using? (1.0 or git ?) > > Could you please recompile libape-spidermonkey with the debug support (-g > instead of -o2 in the Makefile). > > Thanks > > Anthony > > On Wed, 4 Aug 2010 03:20:26 -0700 (PDT), dimitris <[email protected]> > wrote: > > > anyone? > > i need to figure this out..yesterday > > ape is only running bundled js plus this projects' scripts, all of > > which pass lint > > > my hands are tied, the gdb report isn't any helpful, any help is > > extremely useful > > > On Aug 3, 6:06 pm, dimitris <[email protected]> wrote: > >> i'm getting segfaults when i have more than 3 or 4 users joined > >> it can happen on any interaction (either when a new user joins or is > >> refreshing pages or is sending commands) > > >> Program received signal SIGSEGV, Segmentation fault. > >> 0x00002aaaab979d40 in js_InflateString () from ../modules/lib/ > >> libmod_spidermonkey.so > > >> (gdb) bt > >> #0 0x00002aaaab979d40 in js_InflateString () from ../modules/lib/ > >> libmod_spidermonkey.so > >> #1 0x0000000100000008 in ?? () > >> #2 0x0000000000000000 in ?? () -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
