[Asterisk-Dev] Reload crash backtrace
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Mon Aug 18 16:00:48 MST 2003
On Monday 18 August 2003 05:49 pm, Martin Pycko wrote:
> counld'nt you do "frame 0"
> and "list"
> and maybe print some stuff out ?
>
> regards
> Martin
>
> On Mon, 18 Aug 2003, Tilghman Lesher wrote:
> > This was an odd crash. Crashed on a reload. Current CVS:
> >
> > #0 __ast_context_destroy (con=0x0, registrar=0x404ad5ad
> > "pbx_config", lock=1) at pbx.c:3983
> > #1 0x08066905 in ast_context_destroy (con=0x0,
> > registrar=0x404ad5ad "pbx_config") at pbx.c:4011
> > #2 0x404ad4c0 in reload () at pbx_config.c:1678
> > #3 0x08054890 in ast_module_reload () at loader.c:159
> > #4 0x08068ca6 in handle_reload (fd=38, argc=1, argv=0xbd9ff62c)
> > at cli.c:105
> > #5 0x08068a58 in ast_cli_command (fd=38, s=0xbd9ff80c "reload")
> > at cli.c:1006
> > #6 0x08079c93 in netconsole (vconsole=0x80bf5a0) at
> > asterisk.c:192 #7 0x400270ce in pthread_start_thread
> > (arg=0xbd9ffc00) at manager.c:291
(gdb) frame 0
#0 __ast_context_destroy (con=0x0, registrar=0x404ad5ad "pbx_config",
lock=1) at pbx.c:3983
3983 }
(gdb) list
3978 destroy_exten(el);
3979 }
3980 el = e;
3981 e = e->next;
3982 destroy_exten(el);
3983 }
3984 free(tmp);
3985 if (!con) {
3986 /* Might need to get another
one -- restart */
3987 tmp = contexts;
More information about the asterisk-dev
mailing list