Bug 632439 - [abrt] ucview-0.31-1.fc13: __libc_free: Process /usr/bin/ucview was killed by signal 11 (SIGSEGV)
Summary: [abrt] ucview-0.31-1.fc13: __libc_free: Process /usr/bin/ucview was killed by...
Keywords:
Status: CLOSED DUPLICATE of bug 627695
Alias: None
Product: Fedora
Classification: Fedora
Component: libucil
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:1e750bfb75f8f8092fef55d4776...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-09 22:50 UTC by Mirco Scaramucci
Modified: 2010-09-15 11:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-15 11:38:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (31.53 KB, text/plain)
2010-09-09 22:50 UTC, Mirco Scaramucci
no flags Details

Description Mirco Scaramucci 2010-09-09 22:50:32 UTC
abrt version: 1.1.13
architecture: i686
Attached file: backtrace
cmdline: ucview
component: ucview
crash_function: __libc_free
executable: /usr/bin/ucview
kernel: 2.6.34.6-47.fc13.i686.PAE
package: ucview-0.31-1.fc13
rating: 4
reason: Process /usr/bin/ucview was killed by signal 11 (SIGSEGV)
release: Fedora release 13 (Goddard)
time: 1283955978
uid: 500

Comment 1 Mirco Scaramucci 2010-09-09 22:50:35 UTC
Created an attachment (id=446392)
File: backtrace

Comment 2 Kamil Dudka 2010-09-15 11:34:11 UTC
May be fixed in upstream r35:

--- libucil/src/ucil_rawavi.c   2010-01-16 22:51:48 +0000
+++ libucil/src/ucil_rawavi.c   2010-08-28 09:16:53 +0000
@@ -561,7 +561,7 @@
       memcpy( &dst_buffer->fill_time, &buffer->fill_time, sizeof( struct timeval ) );
       buffer->flags &= ~UNICAP_FLAGS_BUFFER_LOCKED;
       sem_wait( &vobj->lock );
-      g_queue_push_tail( vobj->full_queue, buffer );
+      g_queue_push_tail( vobj->full_queue, dst_buffer );
       sem_post( &vobj->lock );
    }

Comment 3 Kamil Dudka 2010-09-15 11:38:22 UTC

*** This bug has been marked as a duplicate of bug 627695 ***


Note You need to log in before you can comment on or make changes to this bug.