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 498083 - crash in Rhythmbox Music Player: trying to search the Jam...
crash in Rhythmbox Music Player: trying to search the Jam...
Status: RESOLVED DUPLICATE of bug 452703
Product: rhythmbox
Classification: Other
Component: general
0.10.x
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-19 05:21 UTC by johnthehammer23
Modified: 2007-11-25 11:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description johnthehammer23 2007-11-19 05:21:10 UTC
Version: 0.10.1

What were you doing when the application crashed?
trying to search the Jamendo database while playing a song under Jamendo


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.3 2007-11-13 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.23.1-21.fc7 #1 SMP Thu Nov 1 21:09:24 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Enforcing
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: Fedora

Memory status: size: 386170880 vsize: 386170880 resident: 240803840 share: 27529216 rss: 240803840 rss_rlim: 4294967295
CPU usage: start_time: 1195449041 rtime: 9611 utime: 9050 stime: 561 cutime:5 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208415696 (LWP 3083)]
[New Thread -1337984112 (LWP 3234)]
[New Thread -1348473968 (LWP 3233)]
[New Thread -1321964656 (LWP 3232)]
[New Thread -1311474800 (LWP 3231)]
[New Thread -1300984944 (LWP 3230)]
[New Thread -1221588080 (LWP 3229)]
[New Thread -1259345008 (LWP 3226)]
[New Thread -1269834864 (LWP 3094)]
[New Thread -1248855152 (LWP 3090)]
(no debugging symbols found)
0x00110402 in __kernel_vsyscall ()

Thread 1 (Thread -1208415696 (LWP 3083))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 g_logv
    from /lib/libglib-2.0.so.0
  • #8 g_log
    from /lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /lib/libglib-2.0.so.0
  • #10 ??
  • #11 ??
  • #12 ??
  • #13 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_tree_model_foreach
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 ??
  • #16 g_object_set_valist
    from /lib/libgobject-2.0.so.0
  • #17 g_object_set
    from /lib/libgobject-2.0.so.0
  • #18 rb_library_browser_set_model
    from /usr/lib/librhythmbox-core.so.0
  • #19 ??
  • #20 rb_source_search
    from /usr/lib/librhythmbox-core.so.0
  • #21 ??
  • #22 g_cclosure_marshal_VOID__STRING
    from /lib/libgobject-2.0.so.0
  • #23 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #24 ??
    from /lib/libgobject-2.0.so.0
  • #25 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #26 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #27 ??
    from /usr/lib/librhythmbox-core.so.0
  • #28 ??
    from /lib/libglib-2.0.so.0
  • #29 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #30 ??
    from /lib/libglib-2.0.so.0
  • #31 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #32 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 main
  • #0 __kernel_vsyscall


----------- .xsession-errors ---------------------
    self.feed("", isFinal = 1)
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 220, in feed
    self._err_handler.fatalError(exc)
  File "/usr/lib/python2.5/site-packages/_xmlplus/sax/handler.py", line 38, in fatalError
    raise exception
xml.sax._exceptions.SAXParseException: <unknown>:1:0: no element found
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 162, in finish_loadscreen
    self.__load_db ()
  File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 321, in __load_db
    self.__db.set(entry, rhythmdb.PROP_TRACK_NUMBER, int(track['trackno']))
TypeError: could not convert argument from type '(null)' (0) to correct type 'gulong'
RhythmDB-ERROR **: file rhythmdb-property-model.c: line 653 (rhythmdb_property_model_delete_prop): assertion failed: ((ptr = g_hash_table_lookup (model->priv->reverse_map, propstr)))
aborting...
--------------------------------------------------
Comment 1 Susana 2007-11-25 11:15:41 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


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