Displaying 2 results from an estimated 2 matches for "ast_list_next".
2007 Jan 03
0
1.4 segfaulting when manager client is connected
...code.
Is this something others have seen? This is with glibc-2.3.4-2
I just upgraded to 2.3.6 (the lastest for Fedora core 3) and it's
the same.
Not much of a traceback, it's happening here:
static struct eventqent *unref_event(struct eventqent *e)
{
struct eventqent *ret = AST_LIST_NEXT(e, eq_next);
if (ast_atomic_dec_and_test(&e->usecount) && ret)
pthread_kill(accept_thread_ptr, SIGURG);
return ret;
}
Should I file a bug on this? I would presume if it's as trivial
to duplicate as it is for me that others would have seen it.
2007 Apr 03
0
Faxing issues
...l/asterisk/fax/1175648783.0.tif") in new stack
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1215390800 (LWP 8504)]
0x08082599 in __ast_read (chan=0x9a17458, dropaudio=0) at channel.c:2128
2128 if (AST_LIST_EMPTY(&chan->readq) ||
!AST_LIST_NEXT(AST_LIST_FIRST(&chan->readq), frame_list)) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070403/8e3c6e10/attachment.htm