待辦事項 #17393

Crash while running in dungeon

啟用日期: 2009-06-17 03:33 最後更新: 2009-06-17 03:33

回報者:
負責人:
(無)
類型:
狀態:
開啟
元件:
(無)
里程碑:
(無)
優先權:
6
嚴重程度:
5 - 中
處理結果:
檔案:

細節

The crash occurred when running near a corner in a corridor in the dungeon. Near line 890 in pathfind.c

monster_type *m_ptr = &mon_list[cave_m_idx[row][col]]; 

/* Visible monster */
if (m_ptr->ml) 
    return (TRUE);

I think probably mon_list for that index was null instead of having a monster pointer there? (So the 'if' crashed).

Not been able to repeat this bug yet.

Ticket History (1/1 Histories)

2009-06-17 03:33 Updated by: paulblay
  • New Ticket "Crash while running in dungeon" created

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入