ID:2365218
 
BYOND Version:512.1423
Operating System:Windows 7 Pro
Web Browser:Chrome 65.0.3325.181
Applies to:Dream Daemon
Status: Open

Issue hasn't been assigned a status value.
There are still two sources of crashes that keep happen quite often.
Had no luck trying to narrow down the list of possible reasons, it just crashes at random times.

P1: dreamdaemon.exe
P2: 5.0.512.1423
P3: 5ae3726b
P4: ntdll.dll
P5: 6.1.7601.18247
P6: 521ea8e7
P7: c00000fd
P8: 0002defe
P9:
P10:


P1: dreamdaemon.exe
P2: 5.0.512.1423
P3: 5ae3726b
P4: byondcore.dll
P5: 5.0.512.1423
P6: 5ae371fb
P7: c00000fd
P8: 000d0a66
P9:
P10:
Exception 0xc00000fd is a stack overflow. So there's a very good chance you have a proc calling itself without a spawn().

BYOND can catch these overflows to some extent, but I've seen plenty of cases where the internal stack runs out before the built-in limit in the interpreter triggers.