How do I get diagnostic info for a crash? #711
Unanswered
sicklittlemonkey
asked this question in
Help
Replies: 1 comment 1 reply
-
Hmm, doesn't seem to be an OpenCL problem. Something about the DLL caching is corrupted.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm getting a crash in a deployed app (a Windows service) on Windows Server 2012 R2:
Faulting module name: Magick.Native-Q8-x86.dll, version: 7.0.9.0, time stamp: 0x5daf5416
Exception code: 0xc000001d
Faulting module path: C:\Windows\TEMP\Magick.NET.net40.7.14.5.0\Magick.Native-Q8-x86.dll
The code is just:
This one machine can reproduce the crash. I can't reproduce it and we've had no similar problems. I'm assuming it might be an OpenCL problem, but I'm not sure how to confirm that. Searching around I found mention of:
%LOCALAPPDATA%\ImageMagick\ImagemagickOpenCLDeviceProfile.xml
... but the support person looking into it couldn't find any such file.
Can I get that info from changing the config files such as log.xml, or is there a way to turn off OpenCL without a code change?
Cheers,
Nick.
Beta Was this translation helpful? Give feedback.
All reactions