Hi APE team, I have APE 1.1.0 up and running on Linux - and so far so good.
But on OS X (which I prefer to use for development) the server crashes almost immediately I start to send and receive commands. It's the same bug I posted last year on lighthouse... http://ape-project.lighthouseapp.com/projects/39102/tickets/58-segfault-in-v101dev Here's an updated gdb stack trace which has the correct line numbers for the source code in git: aped(48651) malloc: *** error for object 0x1008b6c00: pointer being freed was not allocated Program received signal SIGABRT, Aborted. 0x00007fff83096616 in __kill () (gdb) bt #0 0x00007fff83096616 in __kill () #1 0x00007fff83136cca in abort () #2 0x00007fff8304e6f5 in free () #3 0x00000001000029e1 in close_socket (fd=8, g_ape=0x1001007d0) at src/sock.c:211 #4 0x00000001000036d2 in sockroutine (g_ape=0x1001007d0) at src/ sock.c:434 #5 0x0000000100001e59 in main (argc=1, argv=0x7fff5fbff5b0) at src/ entry.c:306 I don't see this issue using APE 1.0 on OS X, but it would be nice to upgrade to 1.1 to get Jaegermonkey and all those other bug fixes. Cheers, Matt -- 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/
