Did that, and did it again after reading your reply, All of * works (as far as I can test) but alas..astman is still segfaulting. Any other directions where I can look to solve?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Golovich Sent: maandag 10 maart 2003 17:28 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] astman segfault Please try a make clean; make all so everything gets rebuilt. There was a change to the mansession struct last night and anything that uses manager.h will need to get rebuilt. James On Mon, 10 Mar 2003, Michiel Betel wrote: > Astman segfaults on me, anyone have the same experience? > > Doing a bt whilst running it in gdb gives: > > (gdb) bt > #0 0x400a340a in chunk_alloc () from /lib/libc.so.6 > #1 0x400a2f6e in malloc () from /lib/libc.so.6 > #2 0x4011359a in gethostbyname () from /lib/libc.so.6 > #3 0x0804a35c in login (hostname=0xbffff821 "localhost") at > astman.c:571 #4 0x0804a734 in main (argc=2, argv=0xbffff694) at > astman.c:641 #5 0x4004d4f2 in __libc_start_main () from > /lib/libc.so.6 > > Not being a gdb wizard... does this mean, as I think it does, that it > crashes in a system call????? > > Thanks for any help on this, > > Michiel > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
