[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libgc4: broken on PowerPC



Package: libgc4
Version: 4.14-6
Severity: grave


I just filed a bug report against w3m (#57121), which uses libgc4,
but rumor has it that the problem is actually with libgc4, which
is apparently broken on PowerPC.

Basically, w3m segfaults on startup:

   diziet% w3m
   Segmentation fault
   diziet% 

Running gdb on w3m-en gets you

   diziet% gdb w3m-en
   GNU gdb 4.18
   Copyright 1998 Free Software Foundation, Inc.
   [deletia]
   This GDB was configured as "powerpc-unknown-linux-gnu"...
   (no debugging symbols found)...
   (gdb) run
   Starting program: /usr/bin/w3m-en 
   (no debugging symbols found)...
   Program received signal SIGSEGV, Segmentation fault.
   0xffd13ac in GC_find_limit () from /usr/lib/libgc.so.4
   (gdb) backtrace
   #0  0xffd13ac in GC_find_limit () from /usr/lib/libgc.so.4
   #1  0xffd10e8 in GC_init_linuxppc () from /usr/lib/libgc.so.4
   #2  0xffd0444 in GC_init_inner () from /usr/lib/libgc.so.4
   #3  0xffccd10 in GC_generic_malloc_inner () from /usr/lib/libgc.so.4
   #4  0xffcceb0 in GC_generic_malloc () from /usr/lib/libgc.so.4
   #5  0xffcd020 in GC_malloc () from /usr/lib/libgc.so.4
   #6  0x10031168 in strcasestr ()
   #7  0x10002aec in GC_bm_table ()
   #8  0xfd0ad74 in __libc_start_main ()
       at ../sysdeps/powerpc/elf/libc-start.c:106
   #9  0x0 in ?? ()
   (gdb) 


I've tried downloading the source package for w3m and compiling
that, but I run into major problems with a missing gc.h.  There is
no libgc4-dev package available for PowerPC (although it is listed
in the database).  When trying to download it, I get

   diziet:/usr/src/w3m-0.1.6# apt-get install libgc4-dev
   Reading Package Lists... Done
   Building Dependency Tree... Done
   Package libgc4-dev has no available version, but exists in the database.
   This typically means that the package was mentioned in a dependency and 
   never uploaded, has been obsoleted or is not available with the contents 
   of sources.list
   E: Package libgc4-dev has no installation candidate

I hope that's enough to get you started.  If you need more
information, please ask -- I'm more than willing to install other
software that uses libgc4 to gather more data.

Thanks!

System information
==================

Debian Release: potato
Architecture: powerpc
Kernel: Linux diziet 2.2.15pre5-mrcuts #1 Thu Jan 27 16:10:04 PST 2000 ppc




Reply to: