1. ver 4.0 strange error message.
- Posted by bernie Mar 21, 2009
- 833 views
- Last edited Mar 22, 2009
I have started see this error message.
I'am not using anything to do with TASK ??
I don't recall when it started appearing in ex.err.
The error is a legitimate error but the TASK 0 is what is
puzzling me. I am presently using SVN 1512 on WIN98.
---------------------- TASK ID 0 initial task ---------------------------- C:\WMOTOR\INCLUDE\motor.e:3523 in procedure free_mem() attempt to subscript an atom (reading from it) ... called from C:\WMOTOR\INCLUDE\motor.e:4307 in function struc_() ... called from C:\WMOTOR\INCLUDE\motor.e:4343 in function struc() ... called from C:\wmotor\MTRDEMO2.EXW:74 --> See ex.err Press Enter...
2. Re: ver 4.0 strange error message.
- Posted by mattlewis (admin) Mar 21, 2009
- 772 views
- Last edited Mar 22, 2009
I have started see this error message. I'am not using anything to do with TASK ?? I don't recall when it started appearing in ex.err. The error is a legitimate error but the TASK 0 is what is puzzling me. I am presently using SVN 1512 on WIN98.
I've seen this happen when there's some sort of machine exception. Can you post something minimal to reproduce it?
Matt
3. Re: ver 4.0 strange error message.
- Posted by bernie Mar 22, 2009
- 800 views
I have started see this error message. I'am not using anything to do with TASK ?? I don't recall when it started appearing in ex.err. The error is a legitimate error but the TASK 0 is what is puzzling me. I am presently using SVN 1512 on WIN98.
I've seen this happen when there's some sort of machine exception. Can you post something minimal to reproduce it?
Matt
I can't seem to cause it again with simple code.
I can tell you that when the error occurs it seems
to be displayed from trace back in the back end.
in file be_rterror.c where it say's :
do full traceback for the next task
The next time I see it I'll try simple code to
duplicate the problem.
It is not causing any problem that I can see but will
probly confuse users so that is why I am make you aware of it.
4. Re: ver 4.0 strange error message.
- Posted by SDPringle Mar 22, 2009
- 777 views
You can reproduce it with the DOS interpreter when you run through the t_map test. It seems to me the program calls crash and that is what we get. Maybe this is what happens with runtime errors now?
Shawn Pringle