Trouble finding cause for Excel crash

  • Thread starter Thread starter RB Smissaert
  • Start date Start date
R

RB Smissaert

Trying to trace a bug that causes an Excel crash.
The trouble is it doesn't happen when I step through the code. I think it
somehow has to do with a call to a SQLite wrapper dll, but it is not
consistent.

When I get the Visual C++ debugger up it consistently points to this bit of
assembly:

77124CB4 8B 40 FC mov eax,dword ptr [eax-4]

Something to do with OLEAUT, but that doesn't help me much.
Is there anything one could do with a C++ debugger to pin this down?

I suppose in the end the only way is to do a log of lots of lines of code.

RBS
 
Just for in case anybody was going to waste any time on this, forget about
it as it is all fixed.

RBS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top