Re: Segmentation Faults
- Posted by Robert Craig <rds at ATTCANADA.NET> Aug 14, 2000
- 512 views
Kayhlan writes: > I've recently been getting "segmentation fault" errors. Whenever you get a segmentation fault, CauseWay error, or other machine-level exception, your first line of defence is to use safe.e in euphoria\include. Simply copy safe.e into the same directory as your program, then rename it as machine.e. It will take over the duties of machine.e, while checking for all sorts of different machine-level bugs. It doesn't always catch the error, but it's definitely worth a try. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com