Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 23 September 2003 19:04, jerk face wrote: I keep getting segmentation faults when I do a reload. Do what Critchfield and Pycko told you to do, but I'm betting you're using chan_h323 with a gatekeeper (it's a known bug I think). That's

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread jerk face
Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. ... ... ... Loaded symbols for /usr/lib/asterisk/modules/cdr_csv.so Reading symbols from

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread Patrick
On Wed, 2003-09-24 at 15:41, jerk face wrote: Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. ... ... ... Loaded symbols for

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread Steven Critchfield
On Wed, 2003-09-24 at 08:41, jerk face wrote: Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. ... ... ... Loaded symbols for

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread jerk face
I am running Mandrake 9.1 if that makes a difference. --- Patrick [EMAIL PROTECTED] wrote: On Wed, 2003-09-24 at 15:41, jerk face wrote: Ok, here is the real gdb output. This GDB was configured as i586-mandrake-linux-gnu... Core was generated by `asterisk'. Program terminated with

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-24 Thread jerk face
Sorry about that: bt gives the following output: #0 0x401519fc in mallopt () from /lib/i686/libc.so.6 #1 0x40150c61 in malloc () from /lib/i686/libc.so.6 #2 0x40157dd0 in strdup () from /lib/i686/libc.so.6 #3 0x0805603b in cfg_process (tmp=0x80ea890, _tmpc=0x47a6a26c, _last=0x47a6a270,

[Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread jerk face
I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. #0 0x401519fc in ?? () I have

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread Martin Pycko
gdb /usr/src/asterisk core.6044 then 'bt' Martin On Tue, 23 Sep 2003, jerk face wrote: I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread Martin Pycko
actually gdb /usr/sbin/asterisk core.6044, sorry On Tue, 23 Sep 2003, jerk face wrote: I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by

Re: [Asterisk-Users] Segmentation Fault on reload (gdb output included)

2003-09-23 Thread Steven Critchfield
On Tue, 2003-09-23 at 12:04, jerk face wrote: I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 you need to run gdb like follows gdb core.6044 `which asterisk` This