http://qa.mandrakesoft.com/show_bug.cgi?id=4833
Product: foomatic-filters
Component: program
Summary: Foomatic causes entire computer to crash for ML-3100
Product: foomatic-filters
Version: 3.0-1.20030819.1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
This is a bad bug. In /usr/bin/foomatic-rip, the current code causes foomatic
to go into an infinite loop that eats up memory until all the virtual memory is
exhausted and the computer locks solid requiring reboot.
--- foomatic-rip~ 2003-08-19 13:04:15.000000000 -0500
+++ foomatic-rip 2003-08-21 04:19:30.000000000 -0500
@@ -5486,7 +5486,7 @@
} else {
push (@setupprepend, "$open$cmdvar$close");
my $a = $arg;
- while ($arg->{'controlledby'}) {
+ while ($a->{'controlledby'}) {
# Collect option PostScript code to be inserted when
# the composite option which controls this option
# is found in the PostScript code
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.