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

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

[Octave-bug-tracker] [bug #49642] Traceback from errors in private funct


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #49642] Traceback from errors in private functions is incomplete
Date: Fri, 18 Nov 2016 16:45:04 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #3, bug #49642 (project octave):

I hit it with installing an OF package from after your cset 
http://hg.savannah.gnu.org/hgweb/octave/rev/093b49ac544e
("Capitalize ....")

If you simply hg update to -say- 4a31bd79d7e8 ("maint: Correct spacing...")
and then try to install octclip:

pkg install -forge -verbose octclip

you'll see it happening right away.
But of course the next issue is that the error is in a try-catch so
debug_on_error(1) actually gets triggered in the catch clause when lasterr is
rethrown. (I did use debug_on_error(1) initially.)

And that may be a clue - it could be that the try-catch hides errors happening
inside the try clause and as a consequence obfuscates the backtrace.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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