Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223223 - www-client/mozilla-launcher-1.59: missing argument causes infinite loop
Summary: www-client/mozilla-launcher-1.59: missing argument causes infinite loop
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 15:55 UTC by Martin von Gagern
Modified: 2010-09-16 13:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2008-05-22 15:55:11 UTC
A command like "thunderbird -d" causes mozilla-launcher to loop endlessly. The reason is that "-d" expects the debugger as a second argument, and tries to consume both with a "shift 2". Absence of that argument is not detected, though, and according to the bash info page, shift N for N > $# doesn't change the list of positional arguments. So all arguments that expect a value should check there is indeed a second argument, and if not report an error and die.
Comment 1 Jory A. Pratt gentoo-dev 2010-09-16 13:03:08 UTC
mozilla-launcher has been completely retired.