View Single Post
Old 13 May 2018, 21:12   #72
alpine9000
Registered User
 
Join Date: Mar 2016
Location: Australia
Posts: 881
Quote:
Originally Posted by Toni Wilen View Post
Try H 500, it should list some code. Check also execbase, really unexpected things happen if it gets modified accidentally. (But it should not be possible without debugger complaining
FINAL EDIT: - figured out what was going on, see post below -

Without the debugger the app runs ok - constantly loading stuff from disk using the OS, uses the OS for interrupts and keyboard handling. Surely none of that would work if execbase was corrupt?

Edit: H 500 only shows two lines, even though there was quite a lot of code executed.

The current trigger is: "Instruction fetch from memory that was modified", but depending on the config I chose this can be something different.

Even if I do "u", it then seems to break on every instruction when I do "g"

EditEdit: So it seems when running in the debugger something goes through and trashes a bunch of code. It doesn't do this running out of the debugger.

Last edited by alpine9000; 14 May 2018 at 01:27.
alpine9000 is offline  
 
Page generated in 0.04964 seconds with 11 queries