Hm let me take a look. But I think this is something else (the behaviour of kqueue regading closing connection).
On Sun, 24 Apr 2011 13:29:52 -0400, Wes Garland <[email protected]> wrote: > Anthony, this backtrace looks a lot like the one I fixed when porting APE > to GPSEE. Did you snag my shutdown changes? > > Blackhe@art, can you rebuild with debugging symbols and reproduce? > > Wes > > On 24 April 2011 11:13, BlackHe@art wrote: > 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 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] [3] > To unsubscribe from this group, send email to > [email protected] [4] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en [5] > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ [6] > Git Hub : http://github.com/APE-Project/ [7] > > -- > Wesley W. Garland > Director, Product Development > PageMail, Inc. > +1 613 542 2787 x 102 > > -- > 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 [8] > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ [9] > Git Hub : http://github.com/APE-Project/ [10] > > > Links: > ------ > [1] mailto:[email protected] > [2] mailto:[email protected] > [3] mailto:[email protected] > [4] mailto:ape-project%[email protected] > [5] http://groups.google.com/group/ape-project?hl=en > [6] http://www.ape-project.org/ > [7] http://github.com/APE-Project/ > [8] http://groups.google.com/group/ape-project?hl=en > [9] http://www.ape-project.org/ > [10] http://github.com/APE-Project/ -- 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/
