Displaying 1 result from an estimated 1 matches for "accept_thread_ptr".
2007 Jan 03
0
1.4 segfaulting when manager client is connected
...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.