Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - handle error from a forked Singular process
Author Message
  Post subject:  Re: "not implemented (t:0, rtyp:0) " does not occur  Reply with quote
hannes wrote:
"not implemented (t:0, rtyp:0) " does not occur there any more: fixed a long time ago.
"? error in eval" means exactly that:
you send an expression to another Singular process which gets there evaluated
and results in an error.


For me "not implemented (t:0, rtyp:0) " is still printed as a message;
is that ok/can you reproduce it?
Post Posted: Thu Jun 12, 2014 4:47 pm
  Post subject:  Re: handle error from a forked Singular process  Reply with quote
"not implemented (t:0, rtyp:0) " does not occur there any more: fixed a long time ago.
"? error in eval" means exactly that:
you send an expression to another Singular process which gets there evaluated
and results in an error.
Post Posted: Wed Jun 11, 2014 6:42 pm
  Post subject:  handle error from a forked Singular process  Reply with quote
      Running example:
      Code:
      link l1 = "ssi:fork"; open(l1);

      write( l1, quote( ERROR("something failed") ) );
      waitfirst( list(l1), 100); // waits 1 second.

      results in following error:
      Code:
      ? error in eval
      not implemented (t:0, rtyp:0)


      What does this exacly means;

      what is not implemented here?
      Post Posted: Tue Oct 15, 2013 11:08 am


      It is currently Fri May 13, 2022 10:58 am
      Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group