From: Jouke V. <jo...@pv...> - 2002-09-12 12:53:37
|
Mattia, This is what gdb gives me: ================================================================= (gdb) set args wxChat.pl (gdb) run Starting program: /usr/bin/perl wxChat.pl [New Thread 1024 (LWP 24169)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 24169)] 0x4080bcc2 in wxString::AllocBeforeWrite () from /usr/local/lib/libwx_gtk-2.3.so (gdb) bt #0 0x4080bcc2 in wxString::AllocBeforeWrite () from /usr/local/lib/libwx_gtk-2.3.so #1 0x4080bf76 in wxString::AssignCopy () from /usr/local/lib/libwx_gtk-2.3.so #2 0x4080c09b in wxString::operator= () from /usr/local/lib/libwx_gtk-2.3.so #3 0x4084c7ab in wxHtmlWindow::Init () from /usr/local/lib/libwx_gtk-2.3.so #4 0x409e3628 in XS_Wx__HtmlWindow_new () from /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Wx/Html/Html.so #5 0x0809fb8c in Perl_pp_entersub () at eval.c:41 #6 0x08099fd8 in Perl_runops_standard () at eval.c:41 #7 0x080c0a2c in S_docatch_body () at eval.c:41 #8 0x080c0b38 in S_docatch () at eval.c:41 #9 0x080c2840 in Perl_pp_entereval () at eval.c:41 #10 0x08099fd8 in Perl_runops_standard () at eval.c:41 #11 0x0805ce14 in S_call_body () at eval.c:41 #12 0x0805c9e1 in perl_call_sv () at eval.c:41 #13 0x4053dce6 in XS_Wx___App_Start () from /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Wx/Wx.so #14 0x0809fb8c in Perl_pp_entersub () at eval.c:41 #15 0x08099fd8 in Perl_runops_standard () at eval.c:41 #16 0x0805c57a in S_run_body () at eval.c:41 #17 0x0805c2db in perl_run () at eval.c:41 #18 0x08059f21 in main () at eval.c:41 #19 0x40091647 in __libc_start_main (main=0x8059eb0 <main>, argc=2, ubp_av=0xbffff874, init=0x80590b4 <_init>, fini=0x80e3700 <_fini>, rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbffff86c) at ../sysdeps/generic/libc-start.c:129 -- -------------------------------------------------------------------- | Jouke Visser | http://jouke.pvoice.org (personal) | | | http://www.pvoice.org (pVoice & pStory)| | Perl GUI Geek | http://wxperl.pvoice.org (wxPerl) | -------------------------------------------------------------------- |