Minor LinEUx problem
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jul 13, 1999
- 462 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 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/