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

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

[Octave-bug-tracker] [bug #39587] Assertion failure with profexplore aft


From: Rik
Subject: [Octave-bug-tracker] [bug #39587] Assertion failure with profexplore after profile erroneous use: Assertion `active_fcn != call_tree' failed.
Date: Wed, 14 May 2014 21:04:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Update of bug #39587 (project octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #5:

This should be fixed by this changeset on the development branch
(http://hg.savannah.gnu.org/hgweb/octave/rev/b45d975aa38f).  The "problem" is
that the assert statements were written with the assumption that profile would
always be called from the top-level command line.  If profile() is used within
an m-file to enable/disable profiling then the asserts would fire and cause
the crash.  My solution was simply to comment out the incorrect assert
statements in the code.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39587>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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