On 03/03/2009 10:30 AM, Josselin Mouette wrote:
Le mardi 03 mars 2009 à 10:13 -0700, Jeff Chimene a écrit :
package now segfaults after my once-per-month "aptitude -t testing
dist-upgrade" on 3-Mar-2009.

I've enjoyed wasting my time with frozen-bubble for several months. I
suspect that I can fix the problem by downloading the source and
recompiling; which treatment I'll try when I'm no longer able to stand
withdrawal symptoms.

Sorry, but this is a bit vague. Do you have more precisions about when
this happens?

First, does it get any better if you install the libc6 package from
unstable (version 2.9-4) ?

If not, please try the following to identify the package which is at
fault:
         gdb /usr/bin/perl
         …
         (gdb) run /usr/games/frozen-bubble
         …
         Program received SIGSEGV, Segmentation fault
         (gdb) bt

The backtrace will show in which library the crash is happening.

Thanks,
Hi,

Here's the backtrace:

(gdb) bt
#0  0xf6f23e70 in ?? ()
#1  0xf70341a2 in g_slice_alloc () from /usr/lib/libglib-2.0.so.0
#2  0xf7007839 in g_hash_table_new_full () from /usr/lib/libglib-2.0.so.0
#3  0xf70078c8 in g_hash_table_new () from /usr/lib/libglib-2.0.so.0
#4 0xf7000f3b in g_quark_from_static_string () from /usr/lib/libglib-2.0.so.0 #5 0xf70bc601 in g_type_init_with_debug_flags () from /usr/lib/libgobject-2.0.so.0
#6  0xf70bc7f2 in g_type_init () from /usr/lib/libgobject-2.0.so.0
#7  0xf7119977 in SDLPango_Init () from /usr/lib/libSDL_Pango.so.1
#8 0xf7d54727 in sdlpango_init_ () from /usr/lib/perl5/auto/fb_c_stuff/fb_c_stuff.so #9 0xf7d547c0 in XS_fb_c_stuff_sdlpango_init () from /usr/lib/perl5/auto/fb_c_stuff/fb_c_stuff.so
#10 0x080b32d2 in Perl_pp_entersub ()
#11 0x080b1879 in Perl_runops_standard ()
#12 0x080ac6a0 in perl_run ()
#13 0x08063ddd in main ()
(gdb)

Cheers,
jec

Reply via email to