After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 126632 - Just crashed after extracting a CD
Just crashed after extracting a CD
Status: VERIFIED INCOMPLETE
Product: sound-juicer
Classification: Applications
Component: general
0.5
Other other
: High critical
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
: 128521 129583 135254 137726 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-11-10 16:50 UTC by brad
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description brad 2003-11-10 16:50:39 UTC
Distribution: Fedora Core release 1 (Yarrow)
Package: sound-juicer
Severity: critical
Version: GNOME2.4.0 0.5
Gnome-Distributor: GNOME.Org
Synopsis: Just crashed after extracting a CD
Bugzilla-Product: sound-juicer
Bugzilla-Component: general
Bugzilla-Version: 0.5
BugBuddy-GnomeVersion: 2.0 (2.4.0.1)
Description:
Description of the crash:
Just crashed.

Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?
First CD that I have extracted.

Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/sound-juicer'

(no debugging symbols found)...Using host libthread_db library
"/lib/tls/libthread_db.so.1".
(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)...[Thread
debugging using libthread_db enabled]
[New Thread -1085316224 (LWP 4514)]

(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)...(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)...
(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)...(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)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x0089ec32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2

Thread 1 (Thread -1085316224 (LWP 4514))

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gtk_widget_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 format_changed_cb
  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-11-10 11:50 -------

Reassigning to the default owner of the component, sound-juicer-maint@bugzilla.gnome.org.

Comment 1 Elijah Newren 2003-12-10 04:18:56 UTC
*** Bug 128521 has been marked as a duplicate of this bug. ***
Comment 2 Elijah Newren 2003-12-10 04:21:35 UTC
Bug 128423 may also be a duplicate of this bug.  Other than that and
128521 which was just marked as a duplicate of this bug, this appears
to be a unique stack trace (according to the simple-dup-finder).
Comment 3 Ross Burton 2003-12-10 09:14:27 UTC
It is also totally useless.  Does Fedora have debug-info packages for
sound-juicer?  If not, the only way to debug this is for the reporter
to build sound-juicer from source.
Comment 4 Elijah Newren 2003-12-19 02:27:58 UTC
*** Bug 129583 has been marked as a duplicate of this bug. ***
Comment 5 Elijah Newren 2003-12-19 02:35:46 UTC
Unfortunately, the debuginfo rpms are not distributed.  You can
sometimes ask a Red Hat maintainer for them and get them, but that
isn't quite optimal either...

However, you can build the debuginfo rpms yourself (if you're running
Fedora).  Here's the method--hopefully one of the reporters is willing
to give it a shot:

Assuming you have everything setup (see below), you can just grab the
relevant source rpm from your favorite Fedora mirror and run (assuming
that the source rpm's name is some-package.src.rpm):
                                                                     
          
  rpmbuild --rebuild some-package.src.rpm
                                                                     
          
Which should build all the relevant rpms for that package including
the debuginfo rpm.  After doing that, simply install the debuginfo rpm
and you should be good to go.

To be able to do this, you have to have two things done: (1) You have
to have the relevant development libraries installed and (2) you have
to have an rpm building environment setup.

To make sure the first is done, you run redhat-config-packages (also
found in the menu under System Settings->Add/Remove Applications) and
make sure that Development Tools and GNOME Software Development groups
of packages are installed.
                                                                     
          
To make sure you have an rpm building environment setup, run the
following:
  1) mkdir -p ~/rpm/{SRPMS,RPMS,SOURCES,SPECS,BUILD}
  2) mkdir -p ~/rpm/RPMS/{i386,i586,i686,noarch,athlon}
  3) echo  "%_topdir      " ~/rpm >> .rpmmacros
the above will set up the build environment and make it so that any
built rpms (from the rpmbuild command) will end up under one of the
subdirectories of ~/rpm/RPMS/.
Comment 6 Elijah Newren 2004-02-26 16:49:52 UTC
I was wrong.  Fedora does distribute debuginfo rpms.  Can someone who
has duplicated this bug please install the sound-juicer and gtk2
debuginfo rpms from
http://download.fedora.redhat.com/pub/fedora/linux/core/1/i386/debug/
and then get us another stack trace?
Comment 7 mrroach 2004-02-26 16:54:04 UTC
*** Bug 135254 has been marked as a duplicate of this bug. ***
Comment 8 Elijah Newren 2004-07-09 22:54:07 UTC
No response--closing.
Comment 9 Vidar Hauge 2004-12-22 19:06:35 UTC
*** Bug 137726 has been marked as a duplicate of this bug. ***