Reply to image_resize makes Apache crash on W7

image_resize makes Apache crash on W7 new!
by BlackBird, 13 years, 3 months ago
When trying to create an additional thumbnail image using the image_resize = true setting, this makes apache crash immediately after calling process(). Unfortunately, nothing is written into the error.log.

Here's the class.upload log dumped into a file immediately before calling process(): (I've star-ed the path names for protection)

system information
- class version: 0.31
- operating system: WINNT
- PHP version: 5.3.5
- GD version: 2.0.34
- supported image types: png jpg gif bmp
- open_basedir: no restriction
- upload_max_filesize: 128M (134217728 bytes)
- language: en_GB
source is an uploaded file
- upload OK
- file name OK
determining MIME type
- Checking MIME type with Fileinfo PECL extension
Fileinfo PECL extension not available
- Checking MIME type with UNIX file() command
UNIX file() command not availabled
- Checking MIME type with mime.magic file (mime_content_type())
MIME type detected as application/octet-stream by mime_content_type()
- MIME validated as application/octet-stream
- Flash may be rewriting MIME as application/octet-stream
- Try to guess MIME type from file extension (jpg): MIME type set to image/jpeg
source variables
- You can use all these before calling process()
file_src_name: comp12.jpg
file_src_name_body: comp12
file_src_name_ext: jpg
file_src_pathname: *******\php46F5.tmp
file_src_mime: image/jpeg
file_src_size: 22519 (max= 134217728)
file_src_error: 0
- source file is an image
image_src_x: 184
image_src_y: 250
image_src_pixels: 46000
image_src_type: jpg
image_src_bits: 8
process file to *******\
- file size OK
- file mime OK: image/jpeg
- file name safe format
- destination variables
file_dst_path:*******\
file_dst_name_body: comp12
file_dst_name_ext: jpg
- checking for auto_rename
- destination file details
file_dst_name: comp12.jpg
file_dst_pathname: *******\comp12.jpg
- comp12.jpg doesn't exist already
- no image processing wanted
- process OKReply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important