ID:1139515
 
BYOND Version:498
Operating System:Linux
Web Browser:Firefox 18.0
Applies to:Dream Daemon
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:

The following error appeared in the terminal during game startup.

BUG: Crashing due to an illegal operation!

Backtrace for BYOND 498.1158 on Linux [old glibc]:
Generated at Sat Jan 26 16:39:35 2013

TeruliaDaemon [0x8048000, 0x0], [0x8048000, 0x804a8ce]
libbyond.so 0x2572b0, 0x257611
[0xb2a000, 0xb2a40c], [0xb2a000, 0xb2a40c]
libbyond.so 0x2572b0, 0x257611
libbyond.so [0x110000, 0x0], 0x28b934
libbyond.so 0x2965e0, 0x296738
libbyond.so [0x110000, 0x0], 0x2b6466
libbyond.so [0x110000, 0x0], 0x2a80a8
libbyond.so [0x110000, 0x0], 0x297fef
libbyond.so [0x110000, 0x0], 0x297fef
libbyond.so [0x110000, 0x0], 0x297fef
libbyond.so [0x110000, 0x0], 0x2b2d99
libbyond.so 0x2b3130, 0x2b3255
libbyond.so [0x110000, 0x0], 0x27a1ea
libbyond.so 0x344970, 0x344ae7
libbyond.so 0x3175a0, 0x31780a
TeruliaDaemon [0x8048000, 0x0], [0x8048000, 0x804a3ee]
libc.so.6 0x193e0, 0x194d3 (__libc_start_main)
TeruliaDaemon [0x8048000, 0x8049b04], [0x8048000, 0x8049ed1]


I've seen this error twice so far - last time in 496.

TeruliaDaemon is a symlink to /usr/local/byond/bin/DreamDaemon

In the error log:

The BYOND hub reports that port 2448 is reachable.
source file: Save and Load (Map).dm,195
usr: null
src: null
call stack:
define layers()
load map()
initialize game()
: New()


line 195 is part of this proc:
    define_layers()
world << " <font size=\"1\">defining layers</font>"
sleep(1)
for(var/obj/Special/Area_Marker/O)
for(var/turf/T in block(locate(1,1,O.z),locate(world.maxx,world.maxy,O.z)))
if(T.icon || T.contents.len)
T.marker = O // << line 195
T.outside = O.outside
O.icon = null; O.density = null; O.mouse_opacity = null