appcrash in imdisplay and msvcr100.dll

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
PaulS

appcrash in imdisplay and msvcr100.dll

Post by PaulS »

OS: win7-64 ultimate

Today I have installed:

ActivePerl-5.12.2.1203-MSWin32-x64-294165.msi
ImageMagick-6.6.6-6-Q16-windows-x64-dll.exe (with PerlMagick)
(and vcredist_x64.exe)

The vc runtime is up to date.
imdisplay crashes using the command "imdisplay logo.gif".
Convert and identify run ok.

The activestate package manager shows ImageMagic installed as follows:

Image-Magick
ImageMagick PERL Extension
Version: 6.6.6
Author: ImageMagick Studio
CPAN: http://search.cpan.org/dist/Image-Magick-6.6.6/

Installed files:
C:/Perl64/html/site/lib/Image/Magick.html
C:/Perl64/site/lib/Image/Magick.pm
C:/Perl64/site/lib/auto/Image/Magick/.packlist
C:/Perl64/site/lib/auto/Image/Magick/Magick.bs
C:/Perl64/site/lib/auto/Image/Magick/Magick.dll
C:/Perl64/site/lib/auto/Image/Magick/Magick.exp
C:/Perl64/site/lib/auto/Image/Magick/Magick.lib
C:/Perl64/site/lib/auto/Image/Magick/Magick.pdb
C:/Perl64/site/lib/auto/Image/Magick/autosplit.ix



===================================
Problem signature:
Problem Event Name: APPCRASH
Application Name: imdisplay.exe
Application Version: 1.0.0.1
Application Timestamp: 4d0e9479
Fault Module Name: MSVCR100.dll
Fault Module Version: 10.0.30319.1
Fault Module Timestamp: 4ba220dc
Exception Code: 40000015
Exception Offset: 00000000000760d9
OS Version: 6.1.7600.2.0.0.256.28
Locale ID: 1033
Additional Information 1: 885f
Additional Information 2: 885fa16eed69368c8de3b1a97d69aa33
Additional Information 3: c263
Additional Information 4: c263be7dfcaad3009f9c99c22f36bc0b
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: appcrash in imdisplay and msvcr100.dll

Post by magick »

Type imdisplay. Now use the file widget to select an image. Does the image display? If so, this is a problem introduced when we built ImageMagick with Visual Studio 2010. The imdisplay program works fine if we compile with Visual Studio 2008 or 2006, therefore we assume its a bug in Visual Studio 2010. We're waiting for a service pack update from Microsoft with hopes it will fix the bug.
PaulS

Re: appcrash in imdisplay and msvcr100.dll

Post by PaulS »

Yes the imdisplay GUI file open works okay as I noticed after my post.
Post Reply