devshane / zork

The DUNGEON (Zork I) source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zork crashing on "open mailbox" command

tintor opened this issue · comments

compiled with "make"

tintor@tintor0:~/zork/zork$ ./zork
Welcome to Dungeon. This version created 11-MAR-91.
You are in an open field west of a big white house with a boarded
front door.
There is a small mailbox here.

n
You are facing the north side of a white house. There is no door here,
and all the windows are barred.
open mailbox
Segmentation fault (core dumped)

If I change compilation args from -O2 to -g it works. Looks like it is reading from uninitialized memory.