From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 Galeon/1.3.18 Description of problem: mozilla and mozilla-based browsers (firefox, galeon, etc.) crash (die of SIGSEGV) when attempting to print (selecting File->Print) if environment variable 'PRINTER' is set to non-existing printer. strace and ltrace show the SIGSEGV occurs in a strncasecmp. Version-Release number of selected component (if applicable): mozilla-1.7.3-17 How reproducible: Always Steps to Reproduce: 1. export PRINTER=foobar # assuming no printer named 'foobar' exists 2. launch mozilla/firefox/galeon 3. Select File -> Print Actual Results: SIGSEGV Expected Results: popup of printing menu Additional info: workaround: unset PRINTER, or set it to a correct PRINTER. Nonetheless, there may be a good reason for having it set to something not in /etc/printcap.
Fedora Core 3 is now maintained by the Fedora Legacy project for security updates only. If this problem is a security issue, please reopen and reassign to the Fedora Legacy product. If it is not a security issue and hasn't been resolved in the current FC5 updates or in the FC6 test release, reopen and change the version to match. Thank you!
Works fine in RHEL4 and FC6. Suspect that it got fixed upstream.