1. bug report: tracebacks
- Posted by MAP <ddhinc at ALA.NET> May 07, 1998
- 697 views
Robert, In the traceback in ex.err, I'm getting a portion (first part) of every source line chopped off. I'm using the registered version of EX 2.0. If this isn't enough info I'll post an example (I have to copy it from another machine). Thanks, Christopher D. Hickman
2. Re: bug report: tracebacks
- Posted by Robert Craig <rds at EMAIL.MSN.COM> May 07, 1998
- 715 views
Christopher D. Hickman writes: > In the traceback in ex.err, I'm getting a portion (first part) > of every source line chopped off. I'm using the registered > version of EX 2.0. If this isn't enough info I'll post an > example (I have to copy it from another machine). No one else has reported anything like this. Perhaps you can post a portion of your ex.err file, or just e-mail me the relevant files. Was it in the traceback, or in the "traced lines leading up to the failure" section? Did you shroud or bind your source? Regards, Rob Craig Rapid Deployment Software
3. Re: bug report: tracebacks
- Posted by Robert Craig <rds at EMAIL.MSN.COM> May 07, 1998
- 678 views
- Last edited May 08, 1998
Christopher D. Hickman wrote: > In the traceback in ex.err, I'm getting a portion (first part) > of every source line chopped off. Thanks for reporting this, and for supplying additional details in private e-mail. I've corrected my working copy of Euphoria. You'll see the fix in the next release (no date yet). As you suspected, the bug happens when you specify "with trace" and either "with profile" or "with profile_time". If you then have a run-time error, the "traced lines leading up to the failure" section of ex.err will omit the first several characters of each source line. Thanks, Rob Craig Rapid Deployment Software