Menu

#884 ips shown even when waiting for input

None
closed
nobody
X11 GUI (11)
5
2021-03-27
2005-03-07
No

I compiled Bochs CVS from 2005-03-07 using
--enable-show-ips as configure option and "log: -" in
my bochsrc, among others, using the X GUI.

If there is a panic and Bochs asks what to do, IPS are
still shown on the screen, and I think (never tested)
logged into a file, if configured for that.

The screen looks like:
Choose one of the actions above: [die] 00000869309i[
]
ips = 869309
00000869309i[ ] ips = 0
00000869309i[ ] ips = 0
00000869309i[ ] ips = 0
00000869309i[ ] ips = 0
00000869309i[ ] ips = 0
...

I consider it as bug if IPS are counted and printed,
even if the emulation "pauses".

Discussion

  • Stanislav Shwartsman

    Logged In: YES
    user_id=487634

    It will not be a bug if IPS will be printed to the status bar of
    simulation window instead of printing to the log file. I could do
    it, it not so impossible, but I can't check it for nothing except
    Win32 only.

    Stanislav

     
  • Alexander Schuch

    Logged In: YES
    user_id=501368

    This problem even happens when using the text config
    interface, e.g. for changing the floppy image at run-time.

     
  • Stanislav Shwartsman

    Logged In: YES
    user_id=487634

    Fixed. Now IPS will not be printed when no instructions are
    executed.

    Stanislav

     

Log in to post a comment.