Singular
https://www.singular.uni-kl.de/forum/

handle error from a forked Singular process
https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=2297
Page 1 of 1

Author:  Jack [ Tue Oct 15, 2013 11:08 am ]
Post subject:  handle error from a forked Singular process

      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?

      Author:  hannes [ Wed Jun 11, 2014 6:42 pm ]
      Post subject:  Re: handle error from a forked Singular process

      "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.

      Author:  jack [ Thu Jun 12, 2014 4:47 pm ]
      Post subject:  Re: "not implemented (t:0, rtyp:0) " does not occur

      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?

      Page 1 of 1 All times are UTC + 1 hour [ DST ]
      Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
      http://www.phpbb.com/