devshane / zork

The DUNGEON (Zork I) source
594 stars 128 forks source link

Zork crashing on "open mailbox" command #1

Closed tintor closed 7 years ago

tintor commented 8 years ago

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)

tintor commented 8 years ago

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