Re: [Simh] Recent build crashes on OSX

2016-02-18 Thread Bob Supnik
-0500 From: Henry Bent<henry.r.b...@gmail.com> Cc:"simh@trailing-edge.com" <simh@trailing-edge.com> Subject: Re: [Simh] Recent build crashes on OSX Message-ID: <CAEdTPBePzT5-5wWoCxSZD+32ipH_yYDj6ZpBxDViK=kmkm4...@mail.gmail.com> Content-Type: text/plain; charset=&q

Re: [Simh] Recent build crashes on OSX

2016-02-18 Thread Henry Bent
/* ppte must be > sys */ > } > > The cr-lf is needed because the console is still in raw mode at that point. > > /Bob > > On 2/17/2016 3:22 PM, simh-requ...@trailing-edge.com wrote: > >> Message: 3 >> Date: Wed, 17 Feb 2016 15:14:04 -0500 >> From: P

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Michael Huff
On 2/17/16 11:32 AM, Mark Pizzolato wrote: Hi Michael, Based on other discussion which has already taken place about this, I would appreciate it if you could create an issue at https://github.com/simh/simh/issues In your description please provide the above AND: 1) The contents

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Timothe Litt
On 17-Feb-16 15:22, Henry Bent wrote: > > I can reproduce this on OS X 10.11.3: > > sim> show version > VAX 11/780 simulator V4.0-0 Beta > Simulator Framework Capabilities: > 64b data > 64b addresses > Ethernet Packet

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Michael Huff
Hi, Mark, I just opened an issue (https://github.com/simh/simh/issues/277) and I'll post a comment to it with the information you requested. I made this VM following a tutorial on gunkies, but the folder has a lot of junk, so while I wait for gcc to compile I'll make, test and then upload a

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Henry Bent
On 17 February 2016 at 14:48, Michael Huff wrote: > I grabbed simh_master.zip from github yesterday and compiled it on OSX and > in a virtualbox instance of Linux Mint 17. OSX is the native OS, Linux is > in a VM. > > I have a 43BSD machine accessible to both on a shared drive.

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Michael Huff
On 2/17/16 11:07 AM, Timothe Litt wrote: On 17-Feb-16 14:59, Paul Koning wrote: On Feb 17, 2016, at 2:53 PM, Timothe Litt wrote: On 17-Feb-16 14:48, Michael Huff wrote: I grabbed simh_master.zip from github yesterday and compiled it on OSX and in a virtualbox instance of Linux

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Paul Koning
> On Feb 17, 2016, at 3:01 PM, Howard Bussey wrote: > > Googling “Process PTE …” shows this occurred before: > > http://mailman.trailing-edge.com/pipermail/simh/2010-May/010760.html > > The suggestion was to try turning off optimization when compiling simh… In that

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Timothe Litt
On 17-Feb-16 14:59, Paul Koning wrote: >> On Feb 17, 2016, at 2:53 PM, Timothe Litt wrote: >> >> On 17-Feb-16 14:48, Michael Huff wrote: >>> I grabbed simh_master.zip from github yesterday and compiled it on OSX >>> and in a virtualbox instance of Linux Mint 17. OSX is the native

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Michael Huff
I don't have any optimizations turned on; my first compile was with -J 3 but I re-ran it without that and still had the same result. I'm going to follow Paul's hint, OSX appears to use CLang for it's gcc, I'm going to try to install a real gcc from ports. On 2/17/16 11:01 AM, Howard Bussey

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Howard Bussey
Googling “Process PTE …” shows this occurred before: http://mailman.trailing-edge.com/pipermail/simh/2010-May/010760.html The suggestion was to try turning off optimization when compiling simh… —Howard > On Feb 17, 2016, at 2:48 PM, Michael Huff wrote: > > I grabbed

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Michael Huff
On 2/17/16 10:53 AM, Timothe Litt wrote: On 17-Feb-16 14:48, Michael Huff wrote: I grabbed simh_master.zip from github yesterday and compiled it on OSX and in a virtualbox instance of Linux Mint 17. OSX is the native OS, Linux is in a VM. I have a 43BSD machine accessible to both on a shared

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Paul Koning
> On Feb 17, 2016, at 2:53 PM, Timothe Litt wrote: > > On 17-Feb-16 14:48, Michael Huff wrote: >> I grabbed simh_master.zip from github yesterday and compiled it on OSX >> and in a virtualbox instance of Linux Mint 17. OSX is the native OS, >> Linux is in a VM. >> >> I have a

Re: [Simh] Recent build crashes on OSX

2016-02-17 Thread Timothe Litt
On 17-Feb-16 14:48, Michael Huff wrote: > I grabbed simh_master.zip from github yesterday and compiled it on OSX > and in a virtualbox instance of Linux Mint 17. OSX is the native OS, > Linux is in a VM. > > I have a 43BSD machine accessible to both on a shared drive. It will > boot normally when

[Simh] Recent build crashes on OSX

2016-02-17 Thread Michael Huff
I grabbed simh_master.zip from github yesterday and compiled it on OSX and in a virtualbox instance of Linux Mint 17. OSX is the native OS, Linux is in a VM. I have a 43BSD machine accessible to both on a shared drive. It will boot normally when I run vax780 inside of the Linux VM, but when