Convert.exe crashing with TIFF Files
Posted: 2014-03-13T04:18:19-07:00
I am working on an SAS application and I see a few problems with ImageMagick. The SAS application via the UI calls appmagick to perform some actions. when I tested outside the application, i see i can reproduce the same problems outside the app as well via ImageMagick CMD line.
- If i use identify.exe to find information of a X (working) file, it works fine. But if I use Y ( non working) image file, it crashes the application.
- Similar thing happens for convert.exe filename.tiff filename.png. It works for x image all the time and not for the y image.
Both files are tiff files. Do you suspect any problem with a particular Image file that can crash it all the time. It shows up the following error:
Log Name: Application
Source: Application Error
Date: 3/13/2014 7:12:03 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Description:
Faulting application name: convert.exe, version: 5.0.0.0, time stamp: 0x4eb6a8d8
Faulting module name: MSVCR100.dll, version: 10.0.30319.1, time stamp: 0x4ba220dc
Exception code: 0xc0000005
Fault offset: 0x000000000003c040
Faulting process id: 0x38f4
Faulting application start time: 0x01cf3ead0f3303ee
Faulting application path: C:\Program Files\ImageMagick-6.7.3-Q16\convert.exe
Faulting module path: C:\Program Files\ImageMagick-6.7.3-Q16\MSVCR100.dll
Report Id: 4d8187f3-aaa0-11e3-af7a-005056b66e67
Log Name: Application
Source: Windows Error Reporting
Date: 3/13/2014 7:12:09 AM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Description:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: convert.exe
P2: 5.0.0.0
P3: 4eb6a8d8
P4: MSVCR100.dll
P5: 10.0.30319.1
P6: 4ba220dc
P7: c0000005
P8: 000000000003c040
P9:
P10:
Attached files:
These files may be available here:
C:\Users\abc\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_convert.exe_e0729d811ee5178c18b26874d29a6b7bd3abd_30d38bdf
Analysis symbol:
Rechecking for solution: 0
Report Id: 4d8187f3-aaa0-11e3-af7a-005056b66e67
Report Status: 0
Has anyone seen this in the past? Any pointers would be appreciated. It works on a few tiff files and crashes with specific tiff files. the solution is to replace MSVCR100.dll from a working setup and it starts working again.
- If i use identify.exe to find information of a X (working) file, it works fine. But if I use Y ( non working) image file, it crashes the application.
- Similar thing happens for convert.exe filename.tiff filename.png. It works for x image all the time and not for the y image.
Both files are tiff files. Do you suspect any problem with a particular Image file that can crash it all the time. It shows up the following error:
Log Name: Application
Source: Application Error
Date: 3/13/2014 7:12:03 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Description:
Faulting application name: convert.exe, version: 5.0.0.0, time stamp: 0x4eb6a8d8
Faulting module name: MSVCR100.dll, version: 10.0.30319.1, time stamp: 0x4ba220dc
Exception code: 0xc0000005
Fault offset: 0x000000000003c040
Faulting process id: 0x38f4
Faulting application start time: 0x01cf3ead0f3303ee
Faulting application path: C:\Program Files\ImageMagick-6.7.3-Q16\convert.exe
Faulting module path: C:\Program Files\ImageMagick-6.7.3-Q16\MSVCR100.dll
Report Id: 4d8187f3-aaa0-11e3-af7a-005056b66e67
Log Name: Application
Source: Windows Error Reporting
Date: 3/13/2014 7:12:09 AM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Description:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: convert.exe
P2: 5.0.0.0
P3: 4eb6a8d8
P4: MSVCR100.dll
P5: 10.0.30319.1
P6: 4ba220dc
P7: c0000005
P8: 000000000003c040
P9:
P10:
Attached files:
These files may be available here:
C:\Users\abc\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_convert.exe_e0729d811ee5178c18b26874d29a6b7bd3abd_30d38bdf
Analysis symbol:
Rechecking for solution: 0
Report Id: 4d8187f3-aaa0-11e3-af7a-005056b66e67
Report Status: 0
Has anyone seen this in the past? Any pointers would be appreciated. It works on a few tiff files and crashes with specific tiff files. the solution is to replace MSVCR100.dll from a working setup and it starts working again.