IM 6.5.7-3 crashes on Windows 7 pro 64bit (semaphore.c:220?)

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
ssproessig

IM 6.5.7-3 crashes on Windows 7 pro 64bit (semaphore.c:220?)

Post by ssproessig »

Hi all,
every exe that comes with IM 6.5.7-3 crashes on my machine (Win7 Professional, 64 bit). I tried the x86/x64 Q8 and Q16 static and dll versions - always the same (I have both C++ 2008 Runtime (x86/x64) installed).

Afterwards I downloaded the current sources and started a debug build. Running the resulting exe brought up that an assertion in semaphore.c (line 220) fails. is anybody familiar with that problem?

Many thanks
Soeren
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IM 6.5.7-3 crashes on Windows 7 pro 64bit (semaphore.c:220?)

Post by magick »

We just ran ImageMagick 6.5.7-3 on Win7 Professional 64-bit and the commands completed without complaint. Is there a particular command that fails for you? From the command line does this command work:

convert logo: logo.png

? It would be helpful if we could reproduce the problem otherwise we need a stack trace to determine what ImageMagick is doing when it fails.
ssproessig

Re: IM 6.5.7-3 crashes on Windows 7 pro 64bit (semaphore.c:220?)

Post by ssproessig »

After reinstalling with ImageMagick-6.5.7-3-Q16-windows-x64-static.exe again the crahes are gone. >>convert logo: logo.png << works without a problem.

The problem occurred in convert.exe, whether i gave command-line options or not. When compiling from source, it happened using single and multithreated Solutions.
eleigh

Re: IM 6.5.7-3 crashes on Windows 7 pro 64bit (semaphore.c:220?)

Post by eleigh »

I'm seeing the same problem, but uninstalling and reinstalling hasn't solved the problem:

>convert -version
Version: ImageMagick 6.5.7-5 2009-11-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Features: OpenMP

Problem signature:
Problem Event Name: APPCRASH
Application Name: convert.exe
Application Version: 2.0.0.0
Application Timestamp: 4af33c6e
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5be02b
Exception Code: c0000005
Exception Offset: 000000000003189c
OS Version: 6.1.7600.2.0.0.768.3
Locale ID: 2057
Additional Information 1: 6807
Additional Information 2: 6807aa479c4b4ace195a2cb9734d7d04
Additional Information 3: 4288
Additional Information 4: 428864769d9f8b1b6f04e185797e98c9

I have VC++2008 SP1 installed on my computer, so the runtime libraries are already present.

The IM installer is not installing the ImageMagick Perl extension, even though I have ActivePerl 5.10.1.1006 64-bit installed (in the default location C\Perl64).

Edward Leigh
Post Reply