On 10-Jun-01, Kimmo V��riskoski wrote:

> 
> And I've noticed an increased instability, too - and I use CGX4, not
> AGA+FBlit.. No idea what might cause it, have to try pinpointing it to
> some patches perhaps. Even though I don't have many of those running,
> apart from the OS3.9 and CS stuff.. PFS3 in here, too. That's the only
> in common with Simon, actually.. CSPPC/060 in my Amy. Hopefully I find
> something.. Everyone else is thanking for the increased stability,
> there's got to be something. :)

Think what a bug does to cause a crash.  Generally, there is a write to
some wrong place in RAM. Enforcer picks up writes to a few particularly
sensitive addresses, but a bug could cause writes to memory used by some
other program. It can change the code of that program/library/MUI class.

That means that the same bug may hit a sensitive location in one
computer and land somewhere that doesn't matter in another.

This is why we need memory management or safe programming languages. 
Or, you could argue that an unprotected memory and C programming is a
good way of showing up the bugs.
 
Regards
-- 
Don Cox
[EMAIL PROTECTED]

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to