ID:116749
 
BYOND Version:478.1085
Operating System:Linux
Web Browser:Firefox 3.6.18
Applies to:Dream Daemon
Status: Unverified

Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
Descriptive Problem Summary:
Ran the game for a few hours, after some time recieved an illegal operation report and instructions to post it here. (I posted it in the code section because it is long)

Numbered Steps to Reproduce Problem:
Host game in terminal, wait for random amount of time.

Code Snippet (if applicable) to Reproduce Problem:
BUG: Http error: HTTP server returned unexpected status: 404 Not Found
BUG: Crashing due to an illegal operation!

Backtrace for BYOND 478.1085 on Linux:
Generated at Thu Aug 4 06:23:19 2011

DreamDaemon [0x8048000, 0x0], [0x8048000, 0x804a668]
libbyond.so 0x1ddd60, 0x1dde58
libc.so.6 [0xb78ab000, 0x0], 0x28e90
libbyond.so 0x1ddd60, 0x1dde58
libbyond.so [0xb7b7f000, 0x0], 0x1e4057
libbyond.so [0xb7b7f000, 0x0], 0x1e6387
libbyond.so 0x1e6890, 0x1e69f5
libbyond.so [0xb7b7f000, 0x0], 0x2550ab
libbyond.so 0x25b320, 0x25b430
libbyond.so 0x25b480, 0x25b52d
libbyond.so [0xb7b7f000, 0x0], 0x25c93d
libbyond.so [0xb7b7f000, 0x0], 0x2487a6
libbyond.so 0x25b320, 0x25b430
libbyond.so 0x25b480, 0x25b52d
libbyond.so 0x25d620, 0x25d6d8
libbyond.so [0xb7b7f000, 0x0], 0x25f081
libbyond.so 0x25b480, 0x25b62d
libbyond.so 0x25d620, 0x25d6d8
libbyond.so 0x20ef30, 0x20f037
libbyond.so [0xb7b7f000, 0x0], 0x21035a
libbyond.so [0xb7b7f000, 0x0], 0x2218b5
libbyond.so 0x2229d0, 0x222a4f
libbyond.so 0x26ac50, 0x26ace9
libbyond.so 0x2a7c70, 0x2a7e87
libbyond.so [0xb7b7f000, 0x0], 0x2a830a
libbyond.so 0x2a9220, 0x2a94f6
libbyond.so 0x2aa100, 0x2aa341
DreamDaemon [0x8048000, 0x0], [0x8048000, 0x804a163]
libc.so.6 0x15dc0, 0x15e9c (__libc_start_main)
DreamDaemon [0x8048000, 0x8049af8], [0x8048000, 0x8049c31]


Expected Results:
No illegal operations

Actual Results:
Illegal operations

Does the problem occur:
Every time? Or how often? Every time, sometimes takes a long time sometimes a short time.
In other games? Unknown
In other user accounts? Yes
On other computers? Most likely

When does the problem NOT occur?
Never

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Unsure

Workarounds:
Unknown
This seems to be happening in the savefile handling section of the code, but that's about all I can tell you. I'll be adding a sanity check to 490 for the routine involved but I'll need more info to truly get to the bottom of this if the patch doesn't solve the problem completely.