http://qa.mandrakesoft.com/show_bug.cgi?id=4833


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Platform|PC                          |All
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2003-22-08 21:18 -------
The bug is fixed in foomatic-filters-3.0-1.20030821.1mdk.i586.rpm on the Cooker now.

-- 
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.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
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

Reply via email to