Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62836 - dvdauthor-0.6.10: submux segfaults with -v 99
Summary: dvdauthor-0.6.10: submux segfaults with -v 99
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-04 10:42 UTC by Danny van Dyk (RETIRED)
Modified: 2005-02-04 11:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to keep submux from segfaulting (dvdauthor-0.6.10-debugsegfault.patch,1.24 KB, patch)
2004-09-04 10:45 UTC, Danny van Dyk (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.