octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58452] [octave-forge](parallel) parcellfun do


From: Muhali
Subject: [Octave-bug-tracker] [bug #58452] [octave-forge](parallel) parcellfun does not work with ErrorHandler
Date: Wed, 27 May 2020 08:14:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

URL:
  <https://savannah.gnu.org/bugs/?58452>

                 Summary: [octave-forge](parallel) parcellfun does not work
with ErrorHandler
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Wed 27 May 2020 05:14:40 AM PDT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.0.90
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If one applies the corresponding code from the cellfun help


function y = foo (s, x), y = NaN; endfunction
parcellfun (2, "factorial", {-1,2}, "ErrorHandler", @foo)


the following error(s) occur(s):

could not save variable.
could not save variable.
error: function handle points to non-existent function
could not save variable.
could not send arguments
error: __parcellfun_send_next_args__: could not send args
error: called from
    parcellfun at line 190 column 10
>> error: function handle points to non-existent function

----------------------------------------------------------------------
GNU Octave Version: 6.0.1 (hg id: f54cc65a487b)
GNU Octave License: GNU General Public License
Operating System: Linux 5.4.40-1-MANJARO #1 SMP PREEMPT Sun May 10 14:17:40
UTC 2020 x86_64
----------------------------------------------------------------------
Package Name    | Version | Installation directory
----------------+---------+-----------------------
      parallel *|   4.0.0 |
/opt/octave-6.0/share/octave/packages/parallel-4.0.0





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58452>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]