Shop OBEX P1 Docs P2 Docs Learn Events
Crash bug in Openspin (& PropellerIDE, SimpleIDE) — Parallax Forums

Crash bug in Openspin (& PropellerIDE, SimpleIDE)

Heater.Heater. Posts: 21,230
edited 2015-02-22 05:01 in Propeller 1
I just stumbled across away to crash the openspin compiler and hence cause compilation failures in PropellerIDE and SimpleIDE.

It boils down to this code that triggers a segmentation fault on Debian:
CON
#

PUB start
Like so:
$ cat con_crash.spin
CON
#

PUB start
$ openspin con_crash.spin 
Propeller Spin/PASM Compiler 'OpenSpin' (c)2012-2014 Parallax Inc. DBA Parallax Semiconductor.
Version 1.00.71 Compiled on Nov 30 2014 07:40:47
Compiling...
con_crash.spin
Segmentation fault
$ 
Sign In or Register to comment.