if (do_name() != 'Home') : ?>
endif ?>
Posted by Tom De Smedt on May 14, 2008
This is a known issue. However, so far I haven't been able to recreate the bug. It would help me if you could try out the following things:
- Does export work without shadows and gradients?
- Does export work with only shadows applied?
- Does export work with only gradients applied?
- Can you send me your system specifications (machine/OS/graphics card) and the output in the Console application after the crash?
Thanks
Posted by anonymous on May 14, 2008
I'm using Mac OS X 10.5.2 with a 2.4 GHz Inter Core 2 Duo processor. I also tried only the first three lines of code, but it resulted in the exact same error. I seem to remember that I could indeed make a PDF with shadows alone, however, so the problem must be with the gradient fills.
BTW, what's the difference between the gradientfill and gradientpath functions?
include("util/comment.php"); ?>
Here's the console output:
NodeBox(2631,0xa01d7fa0) malloc: *** mmap(size=3758100480) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug NodeBox(2631,0xa01d7fa0) malloc: *** mmap(size=3758100480) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug
I'm using Mac OS X 10.5.2 with a 2.4 GHz Inter Core 2 Duo processor. I also tried only the first three lines of code, but it resulted in the exact same error. I seem to remember that I could indeed make a PDF with shadows alone, however, so the problem must be with the gradient fills.
BTW, what's the difference between the gradientfill and gradientpath functions?
Colors PDF bug
Posted by anonymous on May 12, 2008NodeBox seems to crash every time I use gradient fills and shadows from the colors library, then export to PDF. Here is some sample code.