Hi Anthony, here is the full output:
aped(602) malloc: *** error for object 0x1008b7a00: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Program received signal SIGABRT, Aborted. 0x00007fff858e05d6 in __kill () (gdb) bt full #0 0x00007fff858e05d6 in __kill () No symbol table info available. #1 0x00007fff85980cd6 in abort () No symbol table info available. #2 0x00007fff858986b5 in free () No symbol table info available. #3 0x00000001000026bf in close_socket () No symbol table info available. #4 0x0000000100002d82 in sockroutine () No symbol table info available. #5 0x0000000100001c6c in main () No symbol table info available. On Apr 24, 4:04 pm, Anthony Catel <[email protected]> wrote: > Hi, > > Indeed, there must be an issue with the server and OSX. > Could you please run APE with gdb? : > > $ gdb ./aped > $ run > > and when it crashes : > > $ bt full > > then paste the output result. > > Thanks ;) > > Anthony Catel > > Le 24/04/2011 16:02, BlackHe@art a crit : > > > Hi, > > > I downloaded the latest versions of APE_Server and APE_JSF from github > > yesterday. > > The server is running fine for a little while but after some time I > > get the following error message in my Mac OS X terminal: > > > aped(303) malloc: *** error for object 0x1008a1200: pointer being > > freed was not allocated > > *** set a breakpoint in malloc_error_break to debug > > Abort trap > > > Does anybody know something about this? I guess it is a bug in the > > server which is hopefully getting fixed soon or just a Mac problem?! > > The old version I have downloaded from the ape website was working > > fine but I have had other problems with it that's why I would like to > > use the github-version... -- 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/
