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 538486 - crash in Rhythmbox Music Player: Followed an iTunes Music...
crash in Rhythmbox Music Player: Followed an iTunes Music...
Status: RESOLVED DUPLICATE of bug 532396
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks: 538274
 
 
Reported: 2008-06-15 18:45 UTC by unmobile+bugbuddy
Modified: 2008-06-15 21:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
GDB Session with backtrace on the reduced testcase (3.83 KB, text/plain)
2008-06-15 19:03 UTC, unmobile+bugbuddy
Details

Description unmobile+bugbuddy 2008-06-15 18:45:40 UTC
Version: 0.11.5

What were you doing when the application crashed?
Followed an iTunes Music Store link (itms://foo).


Distribution: Debian lenny/sid
Gnome Release: 2.22.2 2008-05-29 (Debian)
BugBuddy Version: 2.22.0

System: Linux 2.6.21.5+phil2 #2 Wed Jul 25 22:50:56 PDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Simple
Icon Theme: gnome

Memory status: size: 55320576 vsize: 55320576 resident: 28459008 share: 17092608 rss: 28459008 rss_rlim: 4294967295
CPU usage: start_time: 1213555255 rtime: 94 utime: 81 stime: 13 cutime:1 cstime: 4 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/rhythmbox'

[Thread debugging using libthread_db enabled]
[New Thread 0xb64c1740 (LWP 27874)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread 0xb64c1740 (LWP 27874))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/i686/cmov/libpthread.so.0
  • #2 IA__g_spawn_sync
    at /build/buildd/glib2.0-2.16.3/glib/gspawn.c line 374
  • #3 IA__g_spawn_command_line_sync
    at /build/buildd/glib2.0-2.16.3/glib/gspawn.c line 682
  • #4 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #5 <signal handler called>
  • #6 local_load_uri
    at main.c line 415
  • #7 load_uri_args
    at main.c line 371
  • #8 IA__g_cclosure_marshal_VOID__VOID
    at /build/buildd/glib2.0-2.16.3/gobject/gmarshal.c line 77
  • #9 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.16.3/gobject/gclosure.c line 490
  • #10 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2440
  • #11 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2199
  • #12 IA__g_signal_emit
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2243
  • #13 _scan_idle
    at rb-shell.c line 1296
  • #14 g_idle_dispatch
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 4087
  • #15 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 2009
  • #16 g_main_context_iterate
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 2642
  • #17 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 2850
  • #18 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 main
    at main.c line 327
  • #0 __kernel_vsyscall


----------- .xsession-errors ---------------------
(firefox-bin:11578): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(firefox-bin:11578): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(firefox-bin:11578): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(firefox-bin:11578): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(firefox-bin:11578): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2a00023 (Music Play)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Failed to load itms://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewAlbum?i=260115376&id=260115183&s=143441&ign-mscache=1: Method invoked for loadURI returned FALSE but did not set e
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Cannot access memory at address 0x66
Cannot access memory at address 0x66
--------------------------------------------------
Comment 1 unmobile+bugbuddy 2008-06-15 19:02:25 UTC
This bug is actually much easier to reproduce. From the command line:
----
$ rhythmbox 'itms://localhost'
Cannot access memory at address 0x66
Cannot access memory at address 0x66
----
A manually collected backtrace will follow momentarily.
Comment 2 unmobile+bugbuddy 2008-06-15 19:03:22 UTC
Created attachment 112791 [details]
GDB Session with backtrace on the reduced testcase
Comment 3 Christophe Fergeau 2008-06-15 19:44:50 UTC
I don't manage to reproduce with svn trunk :-/
Comment 4 Jonathan Matthew 2008-06-15 21:21:20 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 532396 ***