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 163925 - Crash trying to get the metadata of an mp3
Crash trying to get the metadata of an mp3
Status: RESOLVED DUPLICATE of bug 162760
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2005-01-13 11:45 UTC by Bastien Nocera
Modified: 2005-01-17 10:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2005-01-13 11:45:50 UTC
$ ./metadata-test file:///home/hadess/Music/spilt/fatboy_slim_-_eclipse_1.mp3
 
** (totem-video-thumbnailer:13804): CRITICAL **: file multichannel.c: line 168
(gst_audio_get_channel_positions): assertion `pos_val_arr != NULL' failed
 
** (totem-video-thumbnailer:13804): CRITICAL **: internal negotiation error
Floating point exception (core dumped)

BT below:

Thread 1 (process 13814)

  • #0 __udivdi3
    from /usr/lib/gstreamer-0.8/libgstmad.so
  • #1 gst_mad_chain
    at gstmad.c line 1417
  • #2 gst_pad_call_chain_function
    at gstpad.c line 4430
  • #3 gst_pad_push
    at gstpad.c line 3241
  • #4 push_buffer_store
    at gsttypefindelement.c line 421
  • #5 gst_type_find_element_chain
    at gsttypefindelement.c line 511
  • #6 gst_pad_call_chain_function
    at gstpad.c line 4430
  • #7 gst_pad_push
    at gstpad.c line 3241
  • #8 get_group_schedule_function
    at gstoptimalscheduler.c line 1305
  • #9 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1154
  • #10 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 1258
  • #11 gst_scheduler_iterate
    at gstscheduler.c line 738
  • #12 gst_bin_iterate_func
    at gstbin.c line 1220
  • #13 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 509
  • #14 g_cclosure_new_swap
    from /usr//lib/libgobject-2.0.so.0
  • #15 g_closure_invoke
    from /usr//lib/libgobject-2.0.so.0
  • #16 g_signal_has_handler_pending
    from /usr//lib/libgobject-2.0.so.0
  • #17 g_signal_emit_valist
    from /usr//lib/libgobject-2.0.so.0
  • #18 g_signal_emit
    from /usr//lib/libgobject-2.0.so.0
  • #19 gst_bin_iterate
    at gstbin.c line 1280
  • #20 gst_thread_main_loop
    at gstthread.c line 671
  • #21 g_static_private_free
    from /usr//lib/libglib-2.0.so.0
  • #22 start_thread
    from /lib/tls/libpthread.so.0
  • #23 clone
    from /lib/tls/libc.so.6

Comment 1 Ronald Bultje 2005-01-17 10:32:53 UTC
I think this is a dup of #162760. Working on a fix...

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