From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <416156.63571.qm@web83915.mail.sp1.yahoo.com> Date: Sun, 30 May 2010 07:46:05 -0700 From: "Brian L. Stuart" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [9fans] crashing 9vx Topicbox-Message-UUID: 2d59a1c6-ead6-11e9-9d60-3106f5b1d025 > OK, somebody sent a hint that it > might make sense to take the -O3 out > of the make flags. Done. > > Result: I can now get through this command: > hget -v http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2>/tmp/iso.bz2 > |[2]aux/statusbar plan9.iso > > without an explosion. This is weird. I just built 9vx on FreeBSD without the -O3. But instead of being more stable, that one crashed on startup, like Charles reported. Namely: 9vx panic: user fault: signo=11 addr=3850cb67 [useraddr=cb67] read=1 eip=80b973c esp=493ffac0 aborting, to dump core. With the -O3, the crashes are rare, and seem to be associated with heavy I/O. BLS