Hi everyone,

I am using Qt Creator 2.2.1.
The application I developp can run OK (well at least it can start) but when I try to debbug it I get a segmentation fault. Based on several forums posts and similar problems, I looked in the stack trying to trace the problem but this one seems to point to qlist.h.
Below is the full backtrace:

Thread 1 (Thread 1356.0xe70):
#0 0x72555f50 in ?? () from C:\Program Files\Print Audit Inc\Print Audit 6\Client\pa6wtrak.dll
No symbol table info available.
#1 0x72558960 in ?? () from C:\Program Files\Print Audit Inc\Print Audit 6\Client\pa6wtrak.dll
No symbol table info available.
#2 0x72558f11 in ?? () from C:\Program Files\Print Audit Inc\Print Audit 6\Client\pa6wtrak.dll
No symbol table info available.
#3 0x725595a3 in ?? () from C:\Program Files\Print Audit Inc\Print Audit 6\Client\pa6wtrak.dll
No symbol table info available.
#4 0x725090ea in ?? () from C:\Program Files\Print Audit Inc\Print Audit 6\Client\pa6wtrak.dll
No symbol table info available.
#5 0x00000005 in ?? () at d:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtCore/qlist.h:98
No locals.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

I have absolutely no idea why it's looking at "Print Audit Inc" first as my application is not trying to print anything neither is using this program.

I can't really post any code since it is a pretty big application and I have no idea where the problem comes from in the code.

Any help/suggestions on how to trace this error deeper would be great...

Thank you