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

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

[Octave-bug-tracker] [bug #47299] lookfor without doc-cache extremely sl


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #47299] lookfor without doc-cache extremely slow, many warnings
Date: Mon, 29 Feb 2016 21:00:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

Follow-up Comment #2, bug #47299 (project octave):

The weirdness with warnings is apparently due to bugs with the way that the
warning state is handled when reset.  The lookfor function tries to set all
warnings off, then they are reset with unwind_protect.  I don't see warnings
if I do the following when I first start Octave:


more off
lookfor svd


but that takes a long time, and if I interrupt it (thus triggering the
unwind_protect block that attempts to reset the warning state) then try the
lookfor command again, then I start to see warnings.  If I interrupt again, I
continue to see warnings, but this time with stack trace info for each warning
that was not previously displayed.

I think we already have a bug report about warning state not being handled
correctly.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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