Bug 627161
Summary: | [abrt] ucview-0.31-1.fc13: memcpy: Process /usr/bin/ucview was killed by signal 11 (SIGSEGV) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nikita S Pichugin <pichuginn> | ||||
Component: | libucil | Assignee: | Kamil Dudka <kdudka> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | kdudka, mike.pukuotukas, redhat-bugzilla | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:21caa3fb33b29f38d9bf6ab61dc7d9f0e8478b97 | ||||||
Fixed In Version: | libucil-0.9.8-3.fc12 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-09-30 10:29:04 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Nikita S Pichugin
2010-08-25 08:53:55 UTC
Created an attachment (id=440866) File: backtrace Thanks for filing the bug. This should fix it: diff --git a/src/ucil_theora.c b/src/ucil_theora.c index 52d754a..0919a97 100644 --- a/src/ucil_theora.c +++ b/src/ucil_theora.c @@ -911,7 +911,7 @@ static void *ucil_theora_encode_thread( ucil_theora_video_file_object_t *vobj ) } #endif - last_data_buffer = (unicap_data_buffer_t *)vobj->last_frame->data; + last_data_buffer = vobj->last_frame; if( vobj->downsize > 1 || vobj->requires_resizing_frames ) { yuv.y = ds_y_buffer; proposed upstream: https://bugs.launchpad.net/unicap/+bug/588662 libucil-0.9.8-4.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/libucil-0.9.8-4.fc14 libucil-0.9.8-3.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/libucil-0.9.8-3.fc13 libucil-0.9.8-4.fc14 has been pushed to the Fedora 14 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 libucil'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/libucil-0.9.8-4.fc14 Thanks for a quick reply. I have updated libucil. 1) I get very bad video while recording in Ogg/Theora. Screenshot (it is a SMPlayer in fullscreen mode): http://img839.imageshack.us/img839/8233/89994471.png 2) I get segfault while recording in AVI (should I file a new bug?) (In reply to comment #7) > 2) I get segfault while recording in AVI (should I file a new bug?) Sure, that would be appreciated. Please provide also versions of the following packages: $ rpm -q libucil libunicap libunicapgtk ucview https://bugzilla.redhat.com/show_bug.cgi?id=627695 And what about poor quality of OGG/Theora? (In reply to comment #9) > https://bugzilla.redhat.com/show_bug.cgi?id=627695 Great, I'll have a look. > And what about poor quality of OGG/Theora? If you consider it as bug, feel free to open a separate ticket for that. Did you try different players? Did you try to change some options? Are you able to get better quality with the same HW and setting elsewhere? >And what about poor quality of OGG/Theora?
I changed video output in SMPlayer from "xv" to "gl" and everything plays much better now. So, it is not an ucview bug.
libucil-0.9.8-3.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. libucil-0.9.8-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 635445 has been marked as a duplicate of this bug. *** An update for Fedora 12 will follow. libucil-0.9.8-3.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/libucil-0.9.8-3.fc12 libucil-0.9.8-3.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 libucil'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/libucil-0.9.8-3.fc12 libucil-0.9.8-3.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |