creating string via "New String" segfaults

Archives Forums/BlitzMax Bug Reports/creating string via "New String" segfaults

Derron(Posted 2015) [#1]
Example code:
SuperStrict

Framework brl.standardio

local s:String = New "Hello World"
print s


Compiles fine - but segfaults on execution.

You should dissalow usage like this.


bye
Ron