elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

Unexpected crashes #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Play a long time, don't save. Played while in the debugger, no explore mode
2. Game bombs to iphone main screen, seems to have saved ("be seeing you"
gets output). Happened to me right now in gnomish mines.
3. After restart the save game seems to have vanished, you start anew

Speculation:

- any access violation would have triggered the debugger, there was none
- out of memory which sent a terminate signal which the core caught? check
for leaks (another issue)
- put breakpoint in yn_function

Original issue reported on code.google.com by din...@gmail.com on 10 Aug 2009 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by din...@gmail.com on 10 Aug 2009 at 8:04

GoogleCodeExporter commented 8 years ago
"seems to have been saved" is probably not true. be seeing you is independent.
breakpoint in iphone_exit_nhwindows for this one

Original comment by din...@gmail.com on 10 Aug 2009 at 8:07

GoogleCodeExporter commented 8 years ago
got one when entering sokoban:
panic("reading special level with ysize too large"); // load_maze() in sp_lev.c
ysize = 13, ystart = -3

Original comment by din...@gmail.com on 11 Aug 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Surprise surprise, sokoban crashes again, same situation. Will have to debug 
with
wizard or something like that.

Original comment by din...@gmail.com on 11 Aug 2009 at 3:05

GoogleCodeExporter commented 8 years ago
sokoban is fixed in 94
with ciawal's changes nethack crashes now give information in message boxes

Original comment by din...@gmail.com on 12 Aug 2009 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by din...@gmail.com on 12 Aug 2009 at 9:10

GoogleCodeExporter commented 8 years ago
Issue 52 has been merged into this issue.

Original comment by din...@gmail.com on 13 Aug 2009 at 7:50

GoogleCodeExporter commented 8 years ago
Specific crashes with reports (like issue 66) aside I haven't experienced any 
in the
last days.

Original comment by din...@gmail.com on 18 Aug 2009 at 9:17