|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3775 | major | always | 11-20-09 02:01 | 06-21-12 01:08 | |
|
|
|||||
| Reporter: | Steveorevo | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | unable to reproduce | |||
| Projection: | none | ||||
| ETA: | none | Fixed in 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. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||