help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Re: hunting down the bug...


From: Bonz
Subject: Re: [Help-smalltalk] Re: hunting down the bug...
Date: Fri, 01 Dec 2000 21:07:13 +0100

> Actually, I had been compiling all along without the optimized mode.

I see.  It must be a bug in code generation -- a register goes crazy and causes
different errors with or without optimization.

> mmap(0x1F360000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC,
> MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0x1F360000
> mmap(0x1F362000, 1048576, PROT_READ|PROT_WRITE|PROT_EXEC,
> MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0x1F362000

The mmaps are fine, they succeed.  Simply, the bug is triggered earlier with
optimization enabled.

> Well, I hope all of this tells you something.

Yes, thanks.  If disabling optimization does not help, it is a bad beast. :-( Go
on using the Sun-compiled version, I'll look at it; 1.8.5 won't have it fixed.

Paolo
--
|_  _  _ __
|_)(_)| ) ,'
-------- '-._





reply via email to

[Prev in Thread] Current Thread [Next in Thread]