Bug 204123

Summary: dvdisaster throws an error on quit because of double free or corruption
Product: [Fedora] Fedora Reporter: Till Maas <opensource>
Component: dvdisasterAssignee: Dmitry Butskoy <dmitry>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.70.1-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-11 12:44:46 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 Flags
output of running dvdisaster in gdb with backtrace
none
Incorrect memory free fix none

Description Till Maas 2006-08-25 18:30:47 UTC
Description of problem:

If a start dvdisaster and quit it, a lot of errors are displayed on stdout

Version-Release number of selected component (if applicable):

0.70.1

How reproducible:

alwas

Steps to Reproduce:
1. run dvdisaster in an terminal
2. quit
3. look at output
  
Actual results:
error message (see attachment)

Expected results:
no output

Comment 1 Till Maas 2006-08-25 18:30:48 UTC
Created attachment 134948 [details]
output of running dvdisaster in gdb with backtrace

Comment 2 Dmitry Butskoy 2006-08-28 11:19:19 UTC
You can switch off this report specifying zero for malloc check, i.e.:
"MALLOC_CHECK_=0 dvdisaster".
Surely the bug itself will not disappear :), but perhaps it is not too critical...

Report this upstream.

Comment 3 Dmitry Butskoy 2006-08-28 11:20:31 UTC
I mean "I already have reported this upstream". :)

Comment 4 Carsten Gnoerlich 2006-09-03 18:42:43 UTC
Just a small update: The upstream is working on it, 
but needs to do some more checks before releasing  
an update :-) 
 
Thanks to Dmitry for bringing this to my attention. 
 
Greetings, 
  Carsten 

Comment 5 Carsten Gnoerlich 2006-09-08 20:07:05 UTC
Created attachment 135872 [details]
Incorrect memory free fix

Comment 6 Carsten Gnoerlich 2006-09-08 20:09:14 UTC
Comment on attachment 135872 [details]
Incorrect memory free fix

Some PangoLayout objects were incorrecty freed by g_free() while
calling g_object_unref() would have been correct.
Fixed and patches added; these will also be included in the 
0.70.2 maintenance release in a few days.

-- Carsten

Comment 7 Dmitry Butskoy 2006-09-11 12:44:46 UTC
Carsten, thanks for the patches.

New version will appear soon for download.