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 166528 - [playbin] hang playing dvdnav:// location
[playbin] hang playing dvdnav:// location
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.7
Other Linux
: Normal normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-07 06:31 UTC by William Jon McCann
Modified: 2005-07-02 09:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2005-02-07 06:31:07 UTC
Interface locks up playing dvdnav:// of Family Guy Season 2 DVD.

(gdb) thread apply all bt

Thread 3 (Thread 42126256 (LWP 10669))

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 pthread_cond_timedwait
    from /lib/tls/libpthread.so.0
  • #2 g_cond_timed_wait_posix_impl
    at gthread-posix.c line 229
  • #3 gst_system_clock_wait
    at gstsystemclock.c line 211
  • #4 gst_clock_id_wait
    at gstclock.c line 189
  • #5 gst_scheduler_clock_wait
    at gstscheduler.c line 722
  • #6 gst_element_clock_wait
    at gstelement.c line 857
  • #7 gst_element_wait
    at gstelement.c line 949
  • #8 dvdnavsrc_loop
    at dvdnavsrc.c line 1366
  • #9 loop_group_schedule_function
    at gstoptimalscheduler.c line 1451
  • #10 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1222
  • #11 gst_opt_scheduler_get_wrapper
  • #12 gst_pad_pull
    at gstpad.c line 3347
  • #13 gst_bytestream_fill_bytes
    at bytestream.c line 156
  • #14 gst_bytestream_peek_bytes
    at bytestream.c line 351
  • #15 gst_mpeg_packetize_read
    at gstmpegpacketize.c line 189
  • #16 gst_mpeg_parse_loop
    at gstmpegparse.c line 566
  • #17 loop_group_schedule_function
    at gstoptimalscheduler.c line 1451
  • #18 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1222
  • #19 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 1331
  • #20 gst_scheduler_iterate
    at gstscheduler.c line 744
  • #21 gst_bin_iterate_func
    at gstbin.c line 1246
  • #22 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 509
  • #23 g_type_class_meta_marshal
    at gclosure.c line 514
  • #24 IA__g_closure_invoke
    at gclosure.c line 437
  • #25 signal_emit_unlocked_R
    at gsignal.c line 2523
  • #26 IA__g_signal_emit_valist
    at gsignal.c line 2254
  • #27 IA__g_signal_emit
    at gsignal.c line 2288
  • #28 gst_bin_iterate
    at gstbin.c line 1306
  • #29 gst_thread_main_loop
    at gstthread.c line 675
  • #30 g_thread_create_proxy
    at gthread.c line 561
  • #31 start_thread
    from /lib/tls/libpthread.so.0
  • #32 clone
    from /lib/tls/libc.so.6

Comment 1 Ronald Bultje 2005-07-02 09:07:53 UTC
Works now.