1. Minor LinEUx problem
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jul 13, 1999
- 463 views
On Thu, 08 Jul 1999, you wrote: > I just uploaded Linux pre-alpha #3, plus some new user > contributions. The following code will produce a seqmentation fault, rather than the polite error message file Euphoria is famous for: procedure test (sequence s) puts(1,s) end procedure test(1,2) -- oops! A minor point, but annoying - because, when working in Dave's EE, you never see the "segmentation fault" message. Instead, it does one of two things: 1. Fails to run, but reports nothing, or 2. If there's an old ex.err file, reports the previous error from that file, which may be from some other program altogether. Late at night, that is very confusing.:) Irv _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2. Re: Minor LinEUx problem
- Posted by Robert Craig <rds at ATTCANADA.NET> Jul 13, 1999
- 451 views
Irv Mullins writes: > The following code will produce a seqmentation fault... Thanks. It was easy to fix. It works ok on DOS32 and WIN32. It was due to a small difference between GNU C and WATCOM C. The fix will be in the next Linux pre-alpha, probably in a few days. Regards, Rob Craig Rapid Deployment Software http://members.aol.com/FilesEu/