I have this problem too. Hope this helps:
(gdb) bt full
#0 0x000000010020aba4 in JS_RemoveObjectRoot ()
No symbol table info available.
#1 0x000000010020490c in sm_sock_ondisconnect (client=0x100125770,
g_ape=0x100100770) at libape-spidermonkey.c:1230
params = {4296020665}
cb = (struct _ape_sock_callbacks *) 0x1001254b0
client_obj = (JSObject *) 0x1001012b9
rval = 22
#2 0x0000000100002fa1 in sockroutine (g_ape=0x100100770) at src/
sock.c:431
readb = <value temporarily unavailable, due to optimizations>
bitev = 1
active_fd = 9
timeout_to_hang = <value temporarily unavailable, due to
optimizations>
new_fd = 1051072
nfds = 2
sin_size = 16
i = 1
t_start = {
tv_sec = 1303767591,
tv_usec = 20838
}
t_end = {
tv_sec = 1303767591,
tv_usec = 20838
}
uticks = <value temporarily unavailable, due to optimizations>
lticks = 691
their_addr = {
sin_len = 16 '\020',
sin_family = 2 '\002',
sin_port = 8440,
sin_addr = {
s_addr = 16777343
},
sin_zero = "\000\000\000\000\000\000\000"
}
#3 0x0000000100001c6c in main (argc=<value temporarily unavailable,
due to optimizations>, argv=<value temporarily unavailable, due to
optimizations>) at src/entry.c:306
srv = (apeconfig *) 0x100100680
random = 4
pidfd = 0
serverfd = 6
getrandom = 2546197
pidfile = 0x0
confs_path = 0x0
fdev = {
basemem = 0x1001008c4,
add = 0x100010260 <event_kqueue_add>,
remove = 0x100010070 <event_kqueue_remove>,
poll = 0x100010200 <event_kqueue_poll>,
get_current_fd = 0x100010080 <event_kqueue_get_fd>,
growup = 0x1000101d0 <event_kqueue_growup>,
revent = 0x1000100a0 <event_kqueue_revent>,
reload = 0x100010390 <event_kqueue_reload>,
events = 0x10083ca00,
kq_fd = 5,
handler = EVENT_KQUEUE
}
cfgfile = "ape.conf", '\0' <repeats 504 times>
g_ape = (acetables *) 0x100100770
i = <value temporarily unavailable, due to optimizations>
(gdb)
On Apr 24, 10:04 am, 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/