Silverfrost Forums

Welcome to our forums

SDBG when compiling with /undef

4 Aug 2005 5:17 #255

Hi, I'm posting this again just in case it's got lost from it's original posting from a few weeks ago...

If we compile a program with /undef, should there be an undefined variable, running normally shows a crash stack as expected. However, when running under SDBG, it stops when it hits the 'undef' but the stack and code isn't shown, making debugging a bit tedious!

K

4 Aug 2005 11:11 #256

Yes, it mentions error 112 but then it just says 'unknown' for the stack. The main window shows assembler code with the lines:

7c81eb33 POP ESI 7c81eb34 LEAVE 7c81eb35 RETN

If I run it not using the debugger, I get a correct crash stack.

I've tried with a simple single .obj-based app and it's OK so maybe the problem has to do with DLLs?

I'll try to engineer a simple example, otherwise it'll need you to download our app before you can see it.

K

6 Aug 2005 7:31 #262

Rob,

I've pm-ed you with a version for you to play with that shows the problem...

K

Please login to reply.