George Edward Bulmer

Results 15 comments of George Edward Bulmer

fair enough, my mistake I was trying to reproduce it with leaving wizmode bones but must be missing something

A potentially related asan report: ``` ================================================================= ==12909==ERROR: AddressSanitizer: heap-use-after-free on address 0x00010470e54e at pc 0x00010085722c bp 0x00016f70ae60 sp 0x00016f70ae58 READ of size 2 at 0x00010470e54e thread T0 #0 0x100857228...

if you get an infinite loop, doing ctrl+c and bt and c a few times and taking note of what the backtrace is each time can help identify where the...

Nice spot - it looks like in slash 6 (where the code originates) the code looked like this: ```c if (otmp->oartifact == ART_SCALPEL && dieroll < 5) { /* faster...

It's kind of a PITA to deal with this in the right way but it's worth doing I think the problem is that `water_damage` generally targets a chain of items...