Bug 928741
Summary: | Totem crashes when I try to play ogv (ogg) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Schindler <pschindl> |
Component: | totem | Assignee: | Bastien Nocera <bnocera> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | awilliam, bjorn, bnocera, hkario, ignatenko, jbastian, mclasen, me, pschindl, robatino, todoleza, vbocek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-29 19:03:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 834090 |
Description
Petr Schindler
2013-03-28 11:00:52 UTC
Proposed as a Blocker for 19-final by Fedora user pschindl using the blocker tracking app because: This bug violates criterion: Menu sanity - the following criteria refer to both a live image and default installed system, and to all release-blocking desktops - * All applications listed under the Applications menu or category must withstand a basic functionality test and not crash after a few minutes of normal use. abrt popped up when totem crashed for me and claimed it was tracker-extract that crashed when it tried to read the metadata from the ogg video. See bug 926352. when run with under environment with ulimit -c unlimited the generated core dump has zero size when run under gdb it generates following backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffabffe700 (LWP 3556)] 0x00007fffab3c454b in th_decode_alloc () from /lib64/libtheoradec.so.1 (gdb) bt #0 0x00007fffab3c454b in th_decode_alloc () from /lib64/libtheoradec.so.1 #1 0x00007fffbc18c3ab in theora_dec_decode_buffer () from /usr/lib64/gstreamer-1.0/libgsttheora.so #2 0x00007fffbc18c7b8 in theora_dec_handle_frame () from /usr/lib64/gstreamer-1.0/libgsttheora.so #3 0x00007ffff6b791d6 in gst_video_decoder_decode_frame () from /lib64/libgstvideo-1.0.so.0 #4 0x00007ffff6b7e8db in gst_video_decoder_have_frame () from /lib64/libgstvideo-1.0.so.0 #5 0x00007ffff6b7950a in gst_video_decoder_chain_forward () from /lib64/libgstvideo-1.0.so.0 #6 0x00007ffff6b7b407 in gst_video_decoder_chain () from /lib64/libgstvideo-1.0.so.0 #7 0x00007ffff645fe1a in gst_pad_push_data () from /lib64/libgstreamer-1.0.so.0 #8 0x00007fffd482f461 in gst_multi_queue_loop () from /usr/lib64/gstreamer-1.0/libgstcoreelements.so #9 0x00007ffff648c899 in gst_task_func () from /lib64/libgstreamer-1.0.so.0 #10 0x00007ffff1c64c56 in g_thread_pool_thread_proxy () from /lib64/libglib-2.0.so.0 #11 0x00007ffff1c64295 in g_thread_proxy () from /lib64/libglib-2.0.so.0 #12 0x00007ffff19e3c53 in start_thread () from /lib64/libpthread.so.0 #13 0x00007ffff1710ecd in clone () from /lib64/libc.so.6 totem http://upload.wikimedia.org/wikipedia/commons/6/65/Examplevideo.ogv works fine here, with totem-3.8.2-1.fc19.x86_64 and tracker-0.16.1-1.fc19.x86_64 Works okay with totem-3.8.2-1.fc19.x86_64, using testing video from #4. I played an ogv with totem just today and it worked okay too. So we have multiple tests indicating it's working OK with current stable totem: let's close this, please re-open *and attach the problem video* (assuming no copyright issues) if you're still seeing this. thanks! |