| Anonymous | Login | Signup for a new account | 06-10-2026 04:48 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003775 | [Quercus] | major | always | 11-20-09 02:01 | 06-21-12 01:08 | ||||
| Reporter | Steveorevo | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0003775: GD library broken in 4.0.1 | ||||||||
| Description |
1) Download resin-4.0.1.zip, Vista, 32-Bit, Java SE build 1.6.0_16-b01 2) Execute java -jar ./lib/resin.jar start 3) try this script from webapps/ROOT/phptest.php <?php header("Content-type: image/png" $im = @imagecreate(110, 20) or die("Cannot Initialize new GD image stream" $background_color = imagecolorallocate($im, 0, 0, 0); $text_color = imagecolorallocate($im, 233, 14, 91); imagestring($im, 1, 5, 5, "A Simple Text String", $text_color); imagepng($im); imagedestroy($im); ?> Looks like javaw.exe goes 100% CPU and hangs indefinitely. Behavior different from prior version. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
35 total queries executed. 29 unique queries executed. |