Bug 627890
Summary: | [abrt] ucview-0.31-1.fc13: theora_encode_header: Process /usr/bin/ucview was killed by signal 11 (SIGSEGV) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | chuck elliot <c.elliot> | ||||
Component: | libucil | Assignee: | Kamil Dudka <kdudka> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 13 | CC: | kdudka, redhat-bugzilla | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:75b6de4e1a115913d438ce36c24865aff857b446 | ||||||
Fixed In Version: | libucil-0.9.8-5.fc14 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 635645 (view as bug list) | Environment: | |||||
Last Closed: | 2010-09-24 20:37:13 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 635645 | ||||||
Attachments: |
|
Description
chuck elliot
2010-08-27 10:09:01 UTC
Created an attachment (id=441456) File: backtrace *** Bug 587800 has been marked as a duplicate of this bug. *** chuck elliot 2010-08-27 12:43:03 CEST libucil-0.9.8-2.fc13.x86_64 libunicap-0.9.8-1.fc13.x86_64 libunicapgtk-0.9.8-1.fc13.x86_64 ucview-0.31-1.fc13.x86_64 Return value of theora_encode_init() should be checked: diff --git a/src/ucil_theora.c b/src/ucil_theora.c --- a/src/ucil_theora.c +++ b/src/ucil_theora.c @@ -1556,7 +1556,11 @@ ucil_theora_video_file_object_t *ucil_theora_create_video_filev( const char *pat #endif - theora_encode_init( &vobj->th, &vobj->ti ); + if( theora_encode_init( &vobj->th, &vobj->ti ) != 0) + { + free( vobj ); + return NULL; + } vobj->full_queue = g_queue_new(); vobj->empty_queue = g_queue_new(); libucil-0.9.8-5.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/libucil-0.9.8-5.fc14 libucil-0.9.8-4.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/libucil-0.9.8-4.fc13 libucil-0.9.8-4.fc13 has been pushed to the Fedora 13 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-4.fc13 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-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 637537 has been marked as a duplicate of this bug. *** 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. libucil-0.9.8-5.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |