bugGNU Octave - Bugs: bug #39872, function 'unimplemented'

 
 

bug #39872: function 'unimplemented'

Submitter:  None
Submitted:  Mon 26 Aug 2013 10:21:29 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Leonardo Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.4
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 09 Sep 2013 11:30:33 PM UTC, comment #5: 

No response to request for additional info.  Closing report.

Rik <rik5>
Group administrator
Tue 27 Aug 2013 03:04:26 PM UTC, comment #4: 

What exactly is the addpath command? Can we see the code you're running and the contents of your directories? Is there a bug or not?

Jordi Gutiérrez Hermoso <jordigh>
Group Member
Tue 27 Aug 2013 02:09:40 PM UTC, comment #3: 

yes! there was an addpath before.
strange... the error happens randomly...

Leonardo <leolca>
Tue 27 Aug 2013 01:57:17 PM UTC, comment #2: 

Btw, the most probable thing you're doing is running a path() or addpath() command somewhere. Please confirm that this is so.

Jordi Gutiérrez Hermoso <jordigh>
Group Member
Mon 26 Aug 2013 10:34:48 PM UTC, comment #1: 

It is not happening randomly. It is happening deterministically. We cannot diagnose this without more information.

What code are you running before you get to this point?

Jordi Gutiérrez Hermoso <jordigh>
Group Member
Mon 26 Aug 2013 10:21:29 PM UTC, original submission:  

Some problem happens randomly as I use the max function. See the example bellow.

octave:20> logL(:)
ans =

  -7.7933e+06
  -7.7779e+06
  -7.7818e+06
  -7.8050e+06
  -7.7823e+06
  -7.7780e+06
  -7.8186e+06
  -7.7903e+06
  -7.7797e+06

octave:21> min(logL(:))
ans = -7.8186e+06
octave:22> max(logL(:))
error: feval: function 'unimplemented' not found
octave:22> max([1 2 3 4])
error: feval: function 'unimplemented' not found


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by leolca (Posted a comment)
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-09-09 rik5 Open/ClosedOpen Closed
    2013-09-09 rik5 StatusNeed Info Invalid / Not an Octave Bug
    2013-08-26 jordigh StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code