Package: goobox
Version: 0.9.90-1
Severity: normal

I once ripped to ogg-files without problem. Now I got the new version,
added the titles (for some reason it does not get them from the net)
and now ripping always ends in a segfault when I press extract.

I attaced the strace files (-ff). Also I rebuild goobox without
stripping and ran it in gdb. Here is what I got:

[EMAIL PROTECTED]:~/tmp$ gdb /usr/bin/goobox 
GNU gdb 6.3-debian
Copyright 2004 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"...Using host libthread_db library "/li
b/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/goobox 
[Thread debugging using libthread_db enabled]
[New Thread 182977096768 (LWP 4414)]
[New Thread 1082128752 (LWP 4417)]
[New Thread 1084225904 (LWP 4418)]
[New Thread 1086323056 (LWP 4419)]
[Thread 1084225904 (LWP 4418) exited]
[Thread 1082128752 (zombie) exited]
[Thread 1086323056 (LWP 4419) exited]

(goobox:4414): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(goobox:4414): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYP
E_CHECK_INSTANCE (instance)' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 182977096768 (LWP 4414)]
0x0000002a983fb1d7 in gst_element_set_state ()
   from /usr/lib/libgstreamer-0.8.so.1
(gdb) bt full
#0  0x0000002a983fb1d7 in gst_element_set_state ()
   from /usr/lib/libgstreamer-0.8.so.1
No symbol table info available.
#1  0x000000000042dbec in rip_current_track (data=0x8d2cb0) at dlg-ripper.c:471
        track = (TrackInfo *) 0x814620
        folder = 0x8f9ed0 "\200\217"
        e_title = 0x8fc460 "P\235\217"
        event = (GstEvent *) 0x1
#2  0x000000000042b8f1 in dlg_extract__start_ripping (dialog=0x0)
    at dlg-extract.c:133
        data = (DialogData *) 0x8687c0
        destination = 0x8cdd50 "/scr/media/audio/Prodigy"
        file_format = GOO_FILE_FORMAT_OGG
        tracks_to_rip = (GList *) 0x85b1f8
#3  0x0000002a98ceebe2 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#4  0x0000002a98cdef16 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#5  0x0000002a98cee78e in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#6  0x0000002a98ced7c6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#7  0x0000002a98ceda93 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#8  0x0000002a97504b5c in gtk_button_clicked ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#9  0x0000002a97505776 in _gtk_button_paint ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#10 0x0000002a98ceebe2 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0x0000002a98cdf190 in g_cclosure_new_swap ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0x0000002a98cdef16 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0x0000002a98cee042 in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#14 0x0000002a98ced7c6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#15 0x0000002a98ceda93 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#16 0x0000002a97504afc in gtk_button_released ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#17 0x0000002a97505639 in _gtk_button_paint ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#18 0x0000002a975ace13 in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#19 0x0000002a98cdf190 in g_cclosure_new_swap ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#20 0x0000002a98cdef16 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#21 0x0000002a98cee23a in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#22 0x0000002a98ced5d3 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#23 0x0000002a98ceda93 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#24 0x0000002a9767ba66 in gtk_widget_send_expose ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#25 0x0000002a975ab965 in gtk_propagate_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#26 0x0000002a975aab22 in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#27 0x0000002a978dcaac in _gdk_events_queue ()
   from /usr/lib/libgdk-x11-2.0.so.0
No symbol table info available.
#28 0x0000002a9925090c in g_main_depth () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#29 0x0000002a992518a4 in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#30 0x0000002a99251bae in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#31 0x0000002a99252095 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#32 0x0000002a968111ab in bonobo_main () from /usr/lib/libbonobo-2.so.0
No symbol table info available.
#33 0x00000000004425d5 in main (argc=5753312, argv=0x7fbffff958) at main.c:194
        program = (GnomeProgram *) 0x57c9e0
        value = {g_type = 68, data = {{v_int = 5770432, v_uint = 5770432, 
      v_long = 5770432, v_ulong = 5770432, v_int64 = 5770432, 
      v_uint64 = 5770432, v_float = 8.0860975e-39, 
      v_double = 2.850972212862996e-317, v_pointer = 0x580cc0}, {v_int = 0, 
      v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, 
      v_float = 0, v_double = 0, v_pointer = 0x0}}}
        pctx = 0x580cc0
        factory = 0x2a985f9dd0
(gdb) 

Please tell me what else I can provide you for debugging.

Btw. the programm also crashes in a locally combiled kernel with 
grsec, but I was not able to get it to detect a CD while running in
gdb. (It kept saying "Detecting disc")

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.10-9-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages goobox depends on:
ii  gnome-media    2.8.0-0.2                 Gnome 2 Media Utilities
ii  gstreamer0.8-c 0.8.7-3                   cdparanoia plugin for GStreamer
ii  libart-2.0-2   2.3.17-1                  Library of functions for 2D graphi
ii  libatk1.0-0    1.8.0-4                   The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-5                   Open-source version of SGI's audio
ii  libbonobo2-0   2.8.1-2                   Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.8.1-2                   The Bonobo UI library
ii  libc6          2.3.2.ds1-20.0.0.1.pure64 GNU C Library: Shared libraries an
ii  libesd0        0.2.35-2                  Enlightened Sound Daemon - Shared 
ii  libgcc1        1:3.4.3-9                 GCC support library
ii  libgconf2-4    2.8.1-4                   GNOME configuration database syste
ii  libgcrypt11    1.2.0-11                  LGPL Crypto library - runtime libr
ii  libglade2-0    1:2.4.2-2                 library to load .glade files at ru
ii  libglib2.0-0   2.6.3-1                   The GLib library of C routines
ii  libgnome-keyri 0.4.1-1                   GNOME keyring services library
ii  libgnome2-0    2.8.1-2                   The GNOME 2 library - runtime file
ii  libgnomecanvas 2.8.0-1                   A powerful object-oriented display
ii  libgnomeui-0   2.8.1-3                   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.8.4-2                   The GNOME virtual file-system libr
ii  libgnutls11    1.0.16-13                 GNU TLS library - runtime library
ii  libgpg-error0  1.0-1                     library for common error values an
ii  libgstreamer-g 0.8.7-3                   GConf support for GStreamer
ii  libgstreamer-p 0.8.7-3                   Various GStreamer libraries and li
ii  libgstreamer0. 0.8.9-2                   Core GStreamer libraries, plugins,
ii  libgtk2.0-0    2.6.2-4                   The GTK+ graphical user interface 
ii  libice6        4.3.0.dfsg.1-12           Inter-Client Exchange library
ii  libjpeg62      6b-10                     The Independent JPEG Group's JPEG 
ii  liborbit2      1:2.12.1-1                libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.8.1-1                   Layout and rendering of internatio
ii  libpopt0       1.7-5                     lib for parsing cmdline parameters
ii  libsm6         4.3.0.dfsg.1-12           X Window System Session Management
ii  libstdc++5     1:3.3.5-8                 The GNU Standard C++ Library v3
ii  libtasn1-2     0.2.10-4                  Manage ASN.1 structures (runtime)
ii  libx11-6       4.3.0.dfsg.1-12           X Window System protocol client li
ii  libxml2        2.6.16-4                  GNOME XML library
ii  xlibs          4.3.0.dfsg.1-12           X Keyboard Extension (XKB) configu
ii  zlib1g         1:1.2.2-4                 compression library - runtime

-- no debconf information
-- 
Dr. Helge Kreutzmann, Dipl.-Phys.           [EMAIL PROTECTED]
                       gpg signed mail preferred 
    64bit GNU powered                  http://www.itp.uni-hannover.de/~kreutzm
       Help keep free software "libre": http://www.freepatents.org/
BZh91AY&SYWY-:k,[EMAIL PROTECTED]>T&M   
LѦAdɣC414i2042a@ѠL1
40CF1#      M0&[EMAIL PROTECTED]@[EMAIL PROTECTED] $
y)m=#`d|{20^382F(tRX"11딥fZj)>2<#U?p6vߠv03C"X
 B0ldBPUx{t%92f?5ZOGwO
?Ym<17s6>.zW7_kٶ38̨R<|ocޏV,21fELlMP۔іM\5ߦiNrnsG7fd襾~q(as["fhi42g-

}Zӻ]Nxcmؕ-LҳNKvAח#G.~U4br#\8^{].]zsmqqյnw[×N\m։_]듏z;7:i3smn~/v{$kC\${2{}xn6ѥ{/~^hFGoHuL$
>X !Kپpkگ
#4{Z֢798:TGõVa6d}4dǐGO2\#s=Nہ]y4c

Ne#V6nuJ7tquy<6u-պqxYN3M{[;9ZTG,OTfK#l׬7fܥ/#
   
𴶢;jٺwqέ:_Vk75WzguJYɫZ2e>\ˆZIKŝ8ώqFϾ[N8R;J=6v;޷s{P-hz{Y+:iMҥڛVNӞW6mpj8ѸHѡ١ɒR2M2y#MfG43sc/s|>
G"[AD   "ԁ+(sU?%tю78u;?eLDYu
p&),G"`W333|zއ;ga+ob9:\+<ۭ+ux;Y
      
[㾼[:gnr9#qn෿8[N2=LWNfJ9GȊ4\#/}Lc}i?(w$S
   u

Attachment: gooboxcrash.299.bz2
Description: Binary data

Attachment: gooboxcrash.445.bz2
Description: Binary data

Attachment: gooboxcrash.bz2
Description: Binary data

Attachment: pgprqQqXygfjP.pgp
Description: PGP signature

Reply via email to