Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: handle error from a forked Singular process
PostPosted: Tue Oct 15, 2013 11:08 am 
      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?


      Report this post
      Top
        
      Reply with quote  
       Post subject: Re: handle error from a forked Singular process
      PostPosted: Wed Jun 11, 2014 6:42 pm 

      Joined: Wed May 25, 2005 4:16 pm
      Posts: 275
      "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.


      Report this post
      Top
       Profile  
      Reply with quote  
       Post subject: Re: "not implemented (t:0, rtyp:0) " does not occur
      PostPosted: Thu Jun 12, 2014 4:47 pm 
      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?


      Report this post
      Top
        
      Reply with quote  
      Display posts from previous:  Sort by  
      Post new topic Reply to topic  [ 3 posts ] 

      You can post new topics in this forum
      You can reply to topics in this forum
      You cannot edit your posts in this forum
      You cannot delete your posts in this forum
      You cannot post attachments in this forum

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