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 581139 - Crash in pop_and_extract, on_completion_cb at sj-extracting.c line 665
Crash in pop_and_extract, on_completion_cb at sj-extracting.c line 665
Status: RESOLVED OBSOLETE
Product: sound-juicer
Classification: Applications
Component: general
2.28.x
Other All
: High critical
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
: 614601 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-02 22:07 UTC by Reinout van Schouwen
Modified: 2021-05-17 16:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Screenshot with incorrectly rendered characters (81.27 KB, image/png)
2009-05-02 22:14 UTC, Reinout van Schouwen
Details
screenshot of albumthat crashes (63.60 KB, image/png)
2009-10-08 12:38 UTC, xukipa602@sneakemail.com
Details

Description Reinout van Schouwen 2009-05-02 22:07:22 UTC
Version: 2.26.1

What were you doing when the application crashed?
Ripping cd 'Sleepdrunk seasons' by Hjaltalín


Distribution: Mandriva Linux release 2009.1 (Official) for i586
Gnome Release: 2.26.1 2009-04-14 (Mandriva)
BugBuddy Version: 2.26.0

System: Linux 2.6.29.1-desktop-4mnb #1 SMP Mon Apr 20 18:57:56 EDT 2009 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10601000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Unity
Icon Theme: Foxtrot
GTK+ Modules: canberra-gtk-module, gnomebreakpad

Memory status: size: 204267520 vsize: 204267520 resident: 32096256 share: 17580032 rss: 32096256 rss_rlim: 18446744073709551615
CPU usage: start_time: 1241301859 rtime: 5126 utime: 4997 stime: 129 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

[Thread debugging using libthread_db enabled]
[New Thread 0xb66f06f0 (LWP 24721)]
[New Thread 0xb4574b90 (LWP 24750)]
[New Thread 0xaeea3b90 (LWP 24729)]
0xffffe424 in __kernel_vsyscall ()

Thread 1 (Thread 0xb66f06f0 (LWP 24721))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/i686/libpthread.so.0
  • #2 IA__g_spawn_sync
    at gspawn.c line 382
  • #3 IA__g_spawn_command_line_sync
    at gspawn.c line 694
  • #4 run_bug_buddy
    at gnome-breakpad.cc line 369
  • #5 bugbuddy_segv_handle
    at gnome-breakpad.cc line 440
  • #6 <signal handler called>
  • #7 pop_and_extract
    at sj-extracting.c line 271
  • #8 on_completion_cb
    at sj-extracting.c line 665
  • #9 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #10 IA__g_closure_invoke
    at gclosure.c line 767
  • #11 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #12 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #13 IA__g_signal_emit
    at gsignal.c line 3037
  • #14 eos_cb
    at sj-extractor.c line 268
  • #15 marshal_VOID__MINIOBJECT
    at gstbus.c line 163
  • #16 IA__g_closure_invoke
    at gclosure.c line 767
  • #17 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #18 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #19 IA__g_signal_emit
    at gsignal.c line 3037
  • #20 gst_bus_async_signal_func
    at gstbus.c line 1168
  • #21 gst_bus_source_dispatch
    at gstbus.c line 831
  • #22 IA__g_main_context_dispatch
    at gmain.c line 1814
  • #23 g_main_context_iterate
    at gmain.c line 2448
  • #24 IA__g_main_loop_run
    at gmain.c line 2656
  • #25 IA__gtk_main
    at gtkmain.c line 1205
  • #26 main
    at sj-main.c line 1886


---- Critical and fatal warnings logged during execution ----

** GLib-GIO **: g_file_get_child: assertion `name != NULL' failed 
** GLib-GIO **: g_file_get_child: assertion `name != NULL' failed 
** GLib-GIO **: g_file_delete: assertion `G_IS_FILE (file)' failed 
** sound-juicer **: create_directory_for: assertion `uri != NULL' failed 
** GLib-GIO **: g_file_query_info: assertion `G_IS_FILE (file)' failed 


----------- .xsession-errors (25 sec old) ---------------------
(sound-juicer:24721): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
(sound-juicer:24721): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
(sound-juicer:24721): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
(sound-juicer:24721): GLib-GIO-CRITICAL **: g_file_get_child: assertion `name != NULL' failed
(sound-juicer:24721): GLib-GIO-CRITICAL **: g_file_get_child: assertion `name != NULL' failed
(sound-juicer:24721): GLib-GIO-CRITICAL **: g_file_delete: assertion `G_IS_FILE (file)' failed
** (sound-juicer:24721): CRITICAL **: create_directory_for: assertion `uri != NULL' failed
(sound-juicer:24721): GLib-GIO-CRITICAL **: g_file_query_info: assertion `G_IS_FILE (file)' failed
--------------------------------------------------
Comment 1 Reinout van Schouwen 2009-05-02 22:13:11 UTC
Doesn't seem to be a dupe of bug 403870, although the dupe finder says so.
It might be related to UTF-8 characters on this CD from an Icelandic band, I'll attach a screenshot that will show why.
Comment 2 Reinout van Schouwen 2009-05-02 22:14:10 UTC
Created attachment 133831 [details]
Screenshot with incorrectly rendered characters
Comment 3 xukipa602@sneakemail.com 2009-10-08 12:38:22 UTC
Created attachment 145040 [details]
screenshot of albumthat crashes

this cd also segfaults while ripping, but it only crashes on track 8, which also has an unprintable character.  the rest of the cd rips correctly.
Comment 4 Akhil Laddha 2010-04-02 04:39:09 UTC
*** Bug 614601 has been marked as a duplicate of this bug. ***
Comment 5 GNOME Infrastructure Team 2021-05-17 16:03:09 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/sound-juicer/-/issues/118.