abrt detected a crash. How to reproduce ----- 1. Open subtitle editor 2. Video->Open 3. Select file 4. Crash Comment: Segfault trying to load a video. Attached file: backtrace cmdline: subtitleeditor component: subtitleeditor executable: /usr/bin/subtitleeditor kernel: 2.6.31.5-127.fc12.x86_64 package: subtitleeditor-0.30.0-5.fc12 rating: 4 reason: Process was terminated by signal 6
Created attachment 370071 [details] File: backtrace
I can reproduce it on i386, so it looks platform independent. Not sure yet about the cause, but I'm seeing some XError in the backtrace...
*** Bug 539040 has been marked as a duplicate of this bug. ***
*** Bug 540180 has been marked as a duplicate of this bug. ***
So apparently this was filled in upstream as http://gna.org/bugs/?14386 and from the comments there it looks like the problem is with gstreamermm (plus, the last call I see in backtrace [when run with --sync] before the X lines is: #12 0x0806e456 in GStreamerPlayer::on_element_msg_sync(_GstBus*, _GstMessage*) () ), so reassigning there. gstreamermm version: gstreamermm-0.10.5-1.fc12.i686
Created attachment 372955 [details] backtrace with --sync (only of the thread in which the crash occurs)
So apparently (https://www.redhat.com/archives/fedora-devel-list/2009-November/msg01676.html) this is a bug in libX11 or in the server itself, so reassigning again...
Created attachment 376506 [details] bug is subtitle an it is been fixed upstream subtitleeditor: xcb_io.c:242: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed. Aborted (core dumped) search about that, find an upstream bug: http://gna.org/bugs/?14386 The problem is with video-player , --debug-video-player helps on this. The last patch suggest on upstream bug, works on subtitleeditor-0.34 after switch this code (line 590) : bin->add_pad( Gst::GhostPad::create("sink", pad)); to : bin->add_pad( Gst::GhostPad::create(pad, "sink")); I attach, the final patch result. Please try, apply and build news subtitleeditor rpms , based on subtitleeditor-0.34.0-1.fc13.src.rpm Thanks,
Ugh, the patch is rather long... And furthermore, while it makes the Xerror disappear, it still crashes on me... Anyway reassigning back to subtitledownloader for now.
(In reply to comment #9) > Ugh, the patch is rather long... And furthermore, while it makes the Xerror > disappear, it still crashes on me... Anyway reassigning back to > subtitledownloader for now. ^^^ subtitleeditor, of course...
I confirm: with the patch subtitleeditor don't crash, but don't work Video --> Play Selection
*** Bug 551053 has been marked as a duplicate of this bug. ***
subtitleeditor-0.35.1-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/subtitleeditor-0.35.1-1.fc12
subtitleeditor-0.35.1-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update subtitleeditor'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0050
*** Bug 556154 has been marked as a duplicate of this bug. ***
*** Bug 552063 has been marked as a duplicate of this bug. ***
subtitleeditor-0.35.1-1.fc12 works.
subtitleeditor-0.35.1-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.