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 > /usr/lib/asterisk/modules/cdr_csv.so > Reading symbols from > /usr/lib/asterisk/modules/app_setcidnum.so...done. > Loaded symbols for > /usr/lib/asterisk/modules/app_setcidnum.so > #0 0x401519fc in mallopt () from /lib/i686/libc.so.6 > > Ok .. so what does this mean? > > Thank you in advance.
This is where you type 'bt' and find out how it made it to that frame. > --- Martin Pycko <[EMAIL PROTECTED]> wrote: > > 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 `asterisk'. > > > Program terminated with signal 11, Segmentation > > fault. > > > #0 0x401519fc in ?? () > > > > > > > > > I have no idea what that means, but if somebody > > could > > > point me in the right direction, that would be > > great. > > > > > > Thank you for your time. > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! SiteBuilder - Free, easy-to-use web site > > design software > > > http://sitebuilder.yahoo.com > > > _______________________________________________ > > > 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 > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
