When Windows reports the Problem signature, like the one below when my app crashes, can the "Exception Offset" help me find the offending line of my compiled PB code?
I've got a threading problem that eludes me, and a dual core PC will crash my app, given enough time, every time.
Problem signature:
I've got a threading problem that eludes me, and a dual core PC will crash my app, given enough time, every time.
Problem signature:
- Problem Event Name: APPCRASH
- Application Name: Daub32_Test.exe
- Application Version: 0.0.0.0
- Application Timestamp: 00003039
- Fault Module Name: DAUB32.DLL
- Fault Module Version: 0.1.0.0
- Fault Module Timestamp: 00003039
- Exception Code: c0000005
- Exception Offset: 000572f4
- OS Version: 6.0.6000.2.0.0.256.4
- Locale ID: 1033
- Additional Information 1: b9a4
- Additional Information 2: 75bf43dd15ab850c1bd7cf4f28d1e328
- Additional Information 3: b840
- Additional Information 4: 41259a02215e6f58a0d0cdc1461a066a
Comment