With ghostscript-8.70 on Fedora 12, gs crashes while reclaiming memory after gdevcups tries to allocate a very large buffer. For instructions on how to reproduce this problem: https://bugzilla.redhat.com/show_bug.cgi?id=549901#c7 I haven't been able to figure out quite where the problem comes from.
Marcos will try and reproduce.
Setting the RIP_MAX_CACHE environment variable to "128m" works around the problem because the buffer allocation then succeeds. So it's something to do with when allocations fail due to the space_params having been exceeded.
From the Ghostscript side already fixed in SVN rev 11547. But see my comments in http://bugs.ghostscript.com/show_bug.cgi?id=691499 *** This bug has been marked as a duplicate of bug 691499 ***