On 05/11/2006 Steve Langasek wrote:
> > anway, see it attached.
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x00002ac6ef33e1ff in __imlib_SetMaxXImageCount () from 
> > /usr/lib/libImlib2.so.1
> > (gdb) detach
> > Detaching from program: /usr/bin/idesk, process 14682
> > (gdb) quit
> > [EMAIL PROTECTED]:~$
> 
> This isn't a backtrace.  Please get a backtrace using the 'bt' command
> within gdb.

sorry. i hope to have the correct output attached this time.

if it would be helpful to rebuild idesk with debugging information and
run strace/gdb against this package, i could do this as well. i just
don't know how to do that exactly, but maybe removing dh_strip from
debian/rules is all i need to do?

...
 jonas
[EMAIL PROTECTED]:~$ gdb idesk
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "x86_64-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/idesk
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
 Idesk starting in :0.0
[idesk] Background's source not found.
Cannot determine file extension of:
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Unknown file format:


Program received signal SIGSEGV, Segmentation fault.
0x00002ac6ef33e1ff in __imlib_SetMaxXImageCount () from /usr/lib/libImlib2.so.1
(gdb) bt
#0  0x00002b6141b201ff in __imlib_SetMaxXImageCount ()
   from /usr/lib/libImlib2.so.1
#1  0x0000000000000030 in ?? ()
#2  0x0000000000000030 in ?? ()
#3  0x00000000005ec930 in ?? ()
#4  0x0000000000553440 in ?? ()
#5  0x00002b6141ae8d14 in imlib_blend_image_onto_image ()
   from /usr/lib/libImlib2.so.1
#6  0x000000000040b708 in ?? ()
#7  0x0000000000408b6c in ?? ()
#8  0x00000000004053ae in ?? ()
#9  0x0000000000405beb in ?? ()
#10 0x00000000004069e5 in ?? ()
#11 0x0000000000406a6e in ?? ()
#12 0x000000000042e113 in std::operator+<char, std::char_traits<char>, 
std::allocator<char> > ()
#13 0x0000000000430444 in std::operator+<char, std::char_traits<char>, 
std::allocator<char> > ()
#14 0x00002b61426d34ca in __libc_start_main () from /lib/libc.so.6
#15 0x0000000000404bca in ?? ()
#16 0x00007fff69402d18 in ?? ()
#17 0x0000000000000000 in ?? ()
(gdb) detach
Detaching from program: /usr/bin/idesk, process 14682
(gdb) quit
[EMAIL PROTECTED]:~$

Reply via email to