Mon 13 Apr 2015 07:50:53 AM UTC, original submission:
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...
|