<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 24/07/2011 05:25, Dan Gahlinger wrote:
    <blockquote cite="mid:BLU166-w4566E511BE6F1FF1C79C04C9300@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        I got a DSK file from other user which works fine on their
        system,<br>
        but when I try it on my linux system I just get errors, no
        matter how I try to boot it.<br>
        <br>
      </div>
    </blockquote>
    ...<br>
    <blockquote cite="mid:BLU166-w4566E511BE6F1FF1C79C04C9300@phx.gbl"
      type="cite">
      <div dir="ltr">sim> boot rq0<br>
        Loading boot code from vmb.exe<br>
        <br>
        <br>
           VAX/VMS Version V4.2 24-JUN-1985 08:00<br>
        <br>
        <br>
        <br>
        **** FATAL BUG CHECK, VERSION = BJT  INVEXCEPTN, Exception while
        above ASTDEL or on interrupt stack<br>
        <br>
      </div>
    </blockquote>
    <br>
    This looks a lot like the O2 optimization bug that was discussed
    back in December/January. Did you build simh from source?<br>
    <br>
    If you are building with GCC 4.x there are some changes that need to
    be made to the macros in vax780_defs.h or the makefile needs to be
    modified in order to reduce the optimization level (-O1 rather than
    -O2).<br>
    <br>
    Matt<br>
    <br>
  </body>
</html>