Re: EuGrid - was Runs w/Interpreter but not as .exe

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jonas Temple writes:
> I followed your instructions, made sure every include had "with trace" 
> and used trace(3) at the top of my main program file.  I then bound the 
> program and ran.  I got the Windows crash message again but no 
> ctrace.out.  Is ctrace.out produced in bound mode?

For added security, there is no trace in bound mode.
You should run your program normally (unbound), or maybe
with shroud -clear. Hopefully it will crash, and ctrace.out will 
show you where.

I still think this "bound vs. unbound" issue is a red herring.
It's just that your program is altered when bound,
so the memory addresses and contents are shuffled around.

By the way, you really just need a single "with trace" at the top
of your main file, but the included files should not contain
"without trace", because that will turn off tracing for those files,
and you won't see the crash point clearly if it happens inside one of them.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu