Skip to content

Concatenating string with null object causes segfault #507

@AndrewAday

Description

@AndrewAday

Repro:

Object a;
<<< " " + a >>>; // ok
null => Object b;
<<< " " + b >>>; // segfault

Tested on chuck 1.5.5.1 MacOS

Metadata

Metadata

Assignees

Labels

bugpr-labchuck team pull-request lab

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions