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

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

[Octave-bug-tracker] [bug #40513] the line '##{' eats memory and cpu


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #40513] the line '##{' eats memory and cpu
Date: Thu, 07 Nov 2013 22:58:30 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130810 Firefox/17.0 Iceweasel/17.0.8

Follow-up Comment #8, bug #40513 (project octave):

Or try "__lexer_debug_flag__ (true)" before trying to execute foo.m.  That
should tell you the patterns that the lexer is matching.  Previously, it was
matching line comment but then (incorrectly) detecting the start of a block
comment, then trying again and instead of matching a block comment, it matched
a line comment again.  And so on, with no end.  If it is still doing that for
you, then I suspect that something happened so that the copy of Octave you are
running does not have the fix I checked in.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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