I've followed the debugging article and got the following errors: Crash #1:
> [ERR] Not enougth memory > Program exited normally. > (gdb) bt > No stack. Crash #2: > Program received signal SIGSEGV, Segmentation fault. > 0x002b6925 in __memcpy_ssse3_rep () from /lib/i686/nosegneg/libc.so.6 > Missing separate debuginfos, use: debuginfo-install > glibc-2.12-1.107.el6_4.4.i686 keyutils-libs-1.4-4.el6.i686 > krb5-libs-1.10.3-10.el6_4.6.i686 libcom_err-1.41.12-14.el6_4.2.i686 > libgcc-4.4.7-3.el6.i686 libselinux-2.0.94-5.3.el6_4.1.i686 > libstdc++-4.4.7-3.el6.i686 mysql-libs-5.1.69-1.el6_4.i686 > nss-softokn-freebl-3.12.9-11.el6.i686 openssl-1.0.0-27.el6_4.2.i686 > zlib-1.2.3-29.el6.i686 > (gdb) bt > #0 0x002b6925 in __memcpy_ssse3_rep () from /lib/i686/nosegneg/libc.so.6 > #1 0x08054b74 in json_item_copy (cx=0x90206d8, father=0x0) at > src/json.c:420 > #2 0x080539b9 in get_json_object_channel (chan=0x8270ba0, full=1) at > src/channel.c:549 > #3 0x080530fa in join (user=0x887a7a8, chan=0x8270ba0, g_ape=0x80686f0) > at src/channel.c:197 > #4 0x003380d6 in ape_cb_join () from ../modules/lib/libmod_spidermonkey.so > #5 0x08053046 in join (user=0x887a7a8, chan=0x8270ba0, g_ape=0x80686f0) > at src/channel.c:140 > #6 0x0033c033 in apeuser_sm_join () from > ../modules/lib/libmod_spidermonkey.so > #7 0x00392b37 in bool Invoke<int (*)(JSContext*, JSObject*, unsigned int, > int*, int*)>(JSContext*, JSFunction*, JSScript*, int (*)(JSContext*, > JSObject*, unsigned int, int*, int*), js::InvokeArgsGuard const&, unsigned > int) () > from ../modules/lib/libmod_spidermonkey.so any ideas how can i sort it out? On Wednesday, October 9, 2013 3:58:46 PM UTC+3, Yaron Kufert wrote: > > Hi, > > I've started using version 1.1.2, and experiences crashing issues. After > working with it, I got the following error: > > [ERR] Not enougth memory > > > anyone saw this error? any recommendation of how should I debug this? > > thanks, > Yaron > -- -- 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/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
