Re: panel



On Sat, Mar 27, 1999 at 02:53:45PM -0500, Edward Dunagin was heard to say:
> 
> when i try to run panel as user or root it crashes on me.
> 
> here is the gdb traceback:
> 
> 
> [root@bbs edunagin]# gdb panel 
> GNU gdb 4.17.0.4 with Linux/x86 hardware watchpoint and FPU support
> Copyright 1998 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and
> you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "i386-redhat-linux"...
> (no debugging symbols found)...
> (gdb) run --sync
> Starting program: /usr/bin/panel --sync
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> /usr/bin/panel: error in loading shared libraries
> /usr/lib/libpng.so.2: undefined symbol: __bzero
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> (no debugging symbols found)...
> Program exited with code 0177.
> (gdb) traceback
> Undefined command: "traceback".  Try "help".
> (gdb) backtrace
> No stack.
> (gdb)

  Are you sure that it's crashing?  It looks like it's not even running.

  Do other programs that use libpng work?  Where did you get libpng from?  What
libc are you using?  I don't have any specific clue what's going on, but you
definitely have a library mismatch somewhere.

  Daniel



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