1. What, no ex.err?
- Posted by Kayhlan <kayhlan at EARTHLINK.NET> Jul 05, 2000
- 452 views
Greetings again one and all, Trying to debug my rather large, complex and poorly organized mud server and I am running into a small, but very annoying odd occurance... Whenever I get a segmentation error and euphoria stops, it leaves behind no ex.err file. I cannot get these errors to occur when running the program normally, only when using nohup to run it in the background. (and no, nohup does not leave behind any error logging either.) Any ideas on why I am not getting ex.err to log?? Thanks!
2. Re: What, no ex.err?
- Posted by RedWordSmith <redwordsmith at NIC.DREAMHOST.COM> Jul 05, 2000
- 481 views
Kayhlan wrote: > > Any ideas on why I am not getting ex.err to log?? > > Thanks! Yes, since your getting a segmentation error, Linux will kill the Euphoria interpreter, making it impossible for the interpreter to write a log file. -- Nic (RedWord)Smith Buy a 2001 present for your Grad: http://nic.dreamhost.com/gradshirt Alt.config Guide: http://nic.dreamhost.com/alt.config
3. Re: What, no ex.err?
- Posted by "Darth Maul, aka Matt" <Uglyfish87 at HOTMAIL.COM> Jul 22, 2000
- 423 views
You said segmentation error...any chance you're getting CauseWay errors? In this case, CauseWay writes an error log but not EX/EXW/EXU possible be- cause it doesn't get the chance. This is something I've found to be annoy- ing myself.