If a unit init eventhander has (_this select 0) setspeaker "NoVoice"
Arma will segfault when you attempt to createUnit (alternative syntax).
This works fine
"CrashUnit" createUnit [position player, group player];
This will crash
(group player) createUnit ["CrashUnit", position player, [], 0, "FORM"];