View previous topic :: View next topic |
Author |
Message |
JohnHorspool
Joined: 26 Sep 2005 Posts: 270 Location: Gloucestershire UK
|
Posted: Wed Dec 16, 2009 3:32 pm Post subject: SDBG problem |
|
|
Hi,
Just migrated to a newer machine (still XP by our IT department), and installed FTN95 version 5.10.0
Now, I can compile and run programs okay, but SDBG does not like this machine. I compile on the command line with ftn95/check/undef/debug and even for a simple "hello world" program SDBG fails with the message "Exception 0xE06D7363" in the Call Stack/Status window and assembly language in the other window (instead of source code).
Any ideas please?
John |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Wed Dec 16, 2009 4:37 pm Post subject: |
|
|
Difficult to say what is happening here but you should ensure that there are no old copies of salflibc.dll lying around. Also the current verion is 5.40 and you could try this version. |
|
Back to top |
|
 |
JohnHorspool
Joined: 26 Sep 2005 Posts: 270 Location: Gloucestershire UK
|
Posted: Tue Jan 05, 2010 12:30 pm Post subject: |
|
|
Paul,
I uninstalled version 5.1, made sure no old copies of salflibc.dll were lurking anywhere and installed the latest personal version.
I still get the same exception message in the call stack/status window. The other window showing assembly is titled Quote: | *Unknown* (in kernel32.dll) | I suspect something wrong with the XP pro SP3 install ?
John |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
Posted: Wed Jan 06, 2010 5:36 pm Post subject: |
|
|
What command line are you using to invoke the debugger? |
|
Back to top |
|
 |
JohnHorspool
Joined: 26 Sep 2005 Posts: 270 Location: Gloucestershire UK
|
Posted: Wed Jan 06, 2010 8:44 pm Post subject: |
|
|
Robert,
I'm compiling with ftn95/check/undef/debug on the command line and invoking SDBG simply with "SDBG prog.exe" , no different to what I have done for as long as I can remember.
cheers,
Jhn |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
Posted: Thu Jan 07, 2010 12:53 am Post subject: |
|
|
Have you tried using an explicit path for sdbg and the program you want to debug? There is something weird that can happen sometimes with the way Windows decides to load executables.
Also, can you add the /rdc_debug switch to sdbg and send the output to ftn95@silverfrost.com |
|
Back to top |
|
 |
|