I hit the following (character was dead):
This is in master with last commit tagged 76734a1717075a3cea7cdcb0326210967527d655.
Code:
Program received signal SIGSEGV, Segmentation fault. 0x00000000004df521 in dice_reset (dice=0x7320707520666f20) at z-dice.c:165 165 dice->b = 0; (gdb) print dice $1 = (dice_t *) 0x7320707520666f20 (gdb) bt #0 0x00000000004df521 in dice_reset (dice=0x7320707520666f20) at z-dice.c:165 #1 0x00000000004df6a2 in dice_free (dice=0x7320707520666f20) at z-dice.c:216 #2 0x00000000004197fd in free_effect (source=0x8864b8) at effects.c:4248 #3 0x000000000043337f in cleanup_curse () at init.c:1349 #4 0x00000000004800a2 in cleanup_parser (fp=0x7413a0 <curse_parser>) at parser.c:690 #5 0x000000000043d350 in cleanup_arrays () at init.c:5116 #6 0x000000000043d443 in cleanup_angband () at init.c:5203 #7 0x00000000004e6425 in main (argc=1, argv=0x7fffffffdc48) at main.c:538
Comment