View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000027 | Sanny Builder | [All Projects] compiler | public | 2014-05-02 01:51 | 2014-05-02 17:17 |
|
Reporter | Silent | |
Assigned To | Seemann | |
Priority | low | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.2.0 | |
Target Version | | Fixed in Version | 3.2.1 | |
|
Summary | 0000027: Invalid code makes Sanny crash |
Description | This code, though obviously invalid, makes Sanny rhrow an unhandled exception instead of pointing out a faulty line.
Example file included. |
Tags | No tags attached. |
|
Attached Files | syntax_crash.txt [^] (248 bytes) 2014-05-02 01:51 [Show Content] [Hide Content]if 8AF2: not 6@ = get_float_from_ini_file "cleo\ECE.ini" section "AXISFORCE" key "XForceMin"
then
6@ = [defval]
end
if 8AF2: not 7@ = get_float_from_ini_file "cleo\ECE.ini" section "AXISFORCE" key "XForceMax"
then
7@ = [defval]
end
|
|