PDA

View Full Version : How to debug a crash ?



pl01
22nd February 2011, 07:18
Hi,

I have a QT application an sometimes I got a crash with the following stack. But really I don't know how to debug this !!!



> atiocl.dll!0f6c463a()

[Frames below may be incorrect and/or missing, no symbols loaded for atiocl.dll]

atiocl.dll!0f2ed724()

atiocl.dll!0f2ed82c()

atiocl.dll!0f2ad8cb()

OpenCL.dll!000a172c()

pureStudio.exe!__fseeki64() + 0xdec0 bytes C++

pureStudio.exe!__fseeki64() + 0x9b6f bytes C++

pureStudio.exe!__fseeki64() + 0x1f027 bytes C++

msvcr90d.dll!5af8327f()

ntdll.dll!77bb041d()

ntdll.dll!77b79d45()

ChrisW67
22nd February 2011, 07:26
There's nothing Qt-related in the backtrace. You could start by compiling OpenCL (and whatever purestudio is) with debugging symbols so the backtrace is more informative.

pl01
23rd February 2011, 08:54
Thanks Chris,

OpenCL is not my DLL and I have no debug symbol ! PureStudio is mine and it has debug symbols... I' m able to debug the source code and even, the modules window (MSVC) says that symbols are loaded !

This stack is strange, really I don't know why I don't see my methods in this stack trace !