Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62836

Summary: dvdauthor-0.6.10: submux segfaults with -v 99
Product: Gentoo Linux Reporter: Danny van Dyk (RETIRED) <kugelfang>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to keep submux from segfaulting

Description Danny van Dyk (RETIRED) gentoo-dev 2004-09-04 10:42:28 UTC
Wheen runnign submux with argument -v 99, it crashes with a SIGSEGV in
src/subgen.c:410. The reason for this is, that the fprintf instruction in that line tries to access newsti->spts. However, newsti is NULL in the last run throught the while loop. I will attach a patch that solves this.
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-09-04 10:45:29 UTC
Created attachment 38918 [details, diff]
Patch to keep submux from segfaulting

Please add this patch to the ebuild.

I've already mailed this patch to dvdauthor-developer@lists.sourceforge.net
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-04 11:01:02 UTC
thanks a lot, patch added.