Some operations with String and ByteVector cause a segmentation fault:
String(nullCharPtr)
String(nullWCharPtr)
string == nullCharPtr
string != nullCharPtr
string == nullWCharPtr
string != nullWCharPtr
string += nullCharPtr
string += nullWCharPtr
string = nullCharPtr
string = nullWCharPtr
string + nullCharPtr
ByteVector(nullCharPtr)
byteVector.setData(nullCharPtr)
byteVector == nullCharPtr
byteVector != nullCharPtr
byteVector = nullCharPtr
emptyByteVector.toFloatXXXE(0)