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

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

[Octave-bug-tracker] [bug #44824] Bad syntax in script crashing octave


From: anonymous
Subject: [Octave-bug-tracker] [bug #44824] Bad syntax in script crashing octave
Date: Mon, 13 Apr 2015 07:50:55 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0

URL:
  <http://savannah.gnu.org/bugs/?44824>

                 Summary: Bad syntax in script crashing octave
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 13 Apr 2015 07:50:53 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Richard Lang
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

MXE-Octave 3.8.2 running on Windows 7 - About dialog tells me it is configured
for "i686-w64-mingw32"

Working on a function script and made an accidental cut-n-paste that turned a
statement that should have read 

  if currentChannelData.isNumericData 
    data            =  str2double(dataStr);
  endif

to

  if currentChannelData.isNumericData 
    data            =  str2double(dataStr);
  endevents

that provokes octave to crash when attempting to run, or even place a
breakpoint, in the script.

Windows crash handler provides the following:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:     octave-gui.exe
  Application Version:  0.0.0.0
  Application Timestamp:        34e534c5
  Fault Module Name:    libstdc++-6.dll
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:       00002000
  Exception Code:       c0000005
  Exception Offset:     00071f62
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:    5129
  Additional Information 1:     0a9e
  Additional Information 2:     0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:     0a9e
  Additional Information 4:     0a9e372d3b4ad19135b953a78882e789

Turning Diary on within octave provided the following:

>> GraphVatManLog
debug> 
parse error near line 97 of file
C:\TruTest\VatManager\trunk\wkspace\helperscripts\VatManagerDataLogProcessing\ParseVatManagerDataLog.m

>>>             endevents

                        ^

panic: impossible state reached in file 'parse-tree/oct-parse.yy' at line
1718
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete


Script attached...



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 13 Apr 2015 07:50:53 AM UTC  Name: ParseVatManagerDataLog.m  Size:
3kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=33663>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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