--- Begin Message ---
Package: gtoaster
Version: 0.2002083100+1.0Beta6-2.2
Severity: grave
gtoaster crashes immediately on startup. I have the time to see the
window open briefly, but that's all.
Here is a backtrace:
Program received signal SIGSEGV, Segmentation fault.
#0 0xb792475b in strlen () from /lib/tls/libc.so.6
#1 0xb78dc755 in gettext () from /lib/tls/libc.so.6
#2 0xb78dbe8d in dcgettext () from /lib/tls/libc.so.6
#3 0x0806d845 in helpings_translatestringlist ()
#4 0x0806fbf7 in cddrives_init ()
#5 0x08057c1f in main ()
And here are the last few lines of strace and ltrace runs to help
locate the code path:
[...]
close(6) = 0
munmap(0xb7ef5000, 4096) = 0
gettimeofday({1169939683, 884955}, NULL) = 0
uname({sys="Linux", node="poukram", ...}) = 0
open("/home/sam/.icons/crystalgreen/cursors/top_left_arrow", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/home/sam/.icons/crystalgreen/index.theme", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/share/icons/crystalgreen/cursors/top_left_arrow", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=1628, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7ef5000
read(6, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) =
1628
_llseek(6, 0, [0], SEEK_SET) = 0
read(6, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) =
1628
close(6) = 0
munmap(0xb7ef5000, 4096) = 0
gettimeofday({1169939683, 889443}, NULL) = 0
gettimeofday({1169939683, 890312}, NULL) = 0
gettimeofday({1169939683, 890706}, NULL) = 0
shmget(IPC_PRIVATE, 1024, IPC_CREAT|0777) = 34078737
shmat(34078737, 0, 0) = 0xb7ef5000
write(3, "<\27\2\0\220\1 \3\232\4\5\0\221\1 \3\217\1 \0036\0\0\0"..., 12040) =
12040
read(3, "\23\360W\1m\0 \3m\0 \3\0\0\0\0\273L\25\10\360%\34\10\1"..., 32) = 32
read(3, "\23\0Y\1l\0 \3l\0 \3\0\0\0\0\273L\25\10\360%\34\10\1\0"..., 32) = 32
[...] (snipping lots of read() calls)
read(3, "\23\0\312\6\303\1 \3\303\1 \3\0\0\0\0\273L\25\10\360%\34"..., 32) = 32
read(3, "\1\1\330\6\0\0\0\0H\0 \3\4\0\0\0\0\0\0\0\4\0\0\0\360%\34"..., 32) = 32
shmctl(34078737, IPC_64|IPC_RMID, 0) = 0
write(3, "5\1\4\0\312\1 \3H\0 \3\20\0\20\0007\1\5\0\313\1 \3\312"..., 276) =
276read(3, "\1\1\344\6\0\0\0\0H\0 \3\4\0\0\0\0\0\0\0\4\0\0\0\360%\34"..., 32) =
32
shmdt(0xb7ef5000) = 0
brk(0x81b0000) = 0x81b0000
brk(0x81ae000) = 0x81ae000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
[...]
gtk_type_check_object_cast(0x818acb0, 50965, 5, 0x80af540, 0) = 0x818acb0
gtk_scrolled_window_set_policy(0x818acb0, 1, 1, 0x80af540, 0) = 0x818acb0
malloc(32) = 0x818a500
malloc(4097) = 0x818d010
dcgettext(0, 0x80a4de3, 5, 0xb7eca68e, 0x8132c18) = 0x80a4de3
strncpy(0x818d010, "", 1024) = 0x818d010
malloc(4097) = 0x818e018
dcgettext(0, 0x80a3f69, 5, 0xb7eca68e, 0x8132c18) = 0x80a3f69
strncpy(0x818e018, "Drive Type", 1024) = 0x818e018
malloc(4097) = 0x818f020
dcgettext(0, 0x80a3f74, 5, 0xb7eca68e, 0x8132c18) = 0x80a3f74
strncpy(0x818f020, "Manufacturer Name", 1024) = 0x818f020
malloc(4097) = 0x8190028
dcgettext(0, 0x80a3f86, 5, 0xb7eca68e, 0x8132c18) = 0x80a3f86
strncpy(0x8190028, "Device Name", 1024) = 0x8190028
malloc(4097) = 0x8191030
dcgettext(0, 0x80a3f92, 5, 0xb7eca68e, 0x8132c18) = 0x80a3f92
strncpy(0x8191030, "Scsi ID", 1024) = 0x8191030
malloc(4097) = 0x8192038
dcgettext(0, 0x80a3f9a, 5, 0xb7eca68e, 0x8132c18) = 0x80a3f9a
strncpy(0x8192038, "Mountpoint", 1024) = 0x8192038
malloc(4097) = 0x8193040
dcgettext(0, 1, 5, 0xb7eca68e, 0x8132c18 <unfinished ...>
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages gtoaster depends on:
ii cdda2wav 9:1.1.2-1 Dummy transition package for iceda
ii cdrdao 1:1.2.2-6 records CDs in Disk-At-Once (DAO)
ii cdrecord 9:1.1.2-1 Dummy transition package for wodim
ii gdk-imlib11 1.9.14-32 imaging library for use with gtk
ii libart2 1.4.2-35 The GNOME canvas widget - runtime
ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio
ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries
ii libdb3 3.2.9+dfsg-0.1 Berkeley v3 Database Libraries [ru
ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared
ii libglib1.2 1.2.10-17 The GLib library of C routines
ii libgnome32 1.4.2-35 The GNOME libraries
ii libgnomesupport0 1.4.2-35 The GNOME libraries (Support libra
ii libgnomeui32 1.4.2-35 The GNOME libraries (User Interfac
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii liborbit0 0.5.17-11.1 Libraries for ORBit - a CORBA ORB
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libx11-6 2:1.0.3-4 X11 client-side library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxi6 1:1.0.1-4 X11 Input extension library
ii mkisofs 9:1.1.2-1 Dummy transition package for genis
ii sox 12.18.2-2 A universal sound sample translato
gtoaster recommends no packages.
-- no debconf information
--- End Message ---