Ticket #393 (closed bug: worksforme)

Opened 1 year ago

Last modified 5 months ago

crash in 9-14 build

Reported by: ChodTheWacko Assigned to:
Milestone: 3.1.0 Version:
Keywords: Cc:

Description

The program got a segv and died. I don't remember what i was doing - I think just moving around the dungeon, actually. Not sure.

See dr. watson logs below

Attachments

drwtsn32.log (23.2 kB) - added by anonymous on 09/19/07 16:11:39.
user.dmp (16.9 kB) - added by anonymous on 09/19/07 16:12:15.

Change History

09/19/07 16:11:39 changed by anonymous

  • attachment drwtsn32.log added.

09/19/07 16:12:15 changed by anonymous

  • attachment user.dmp added.

09/20/07 18:55:04 changed by anonymous

It happened again with the 9-19 build. Different offsets, but I'm pretty sure it's the same thing. It happened when I cast a spell.

function: angband

0046d74e 43 inc ebx 0046d74f 0e push cs 0046d750 8d65f4 lea esp,[ebp-0xc] 0046d753 5b pop ebx 0046d754 5e pop esi 0046d755 5f pop edi 0046d756 5d pop ebp 0046d757 c3 ret 0046d758 8b5a04 mov ebx,[edx+0x4] 0046d75b 83ec0c sub esp,0xc

FAULT ->0046d75e 8b4304 mov eax,[ebx+0x4] ds:0023:00000004=????????

0046d761 8b33 mov esi,[ebx] 0046d763 894204 mov [edx+0x4],eax 0046d766 56 push esi 0046d767 e804320000 call angband+0x70970 (00470970) 0046d76c 8903 mov [ebx],eax 0046d76e 891c24 mov [esp],ebx 0046d771 e8fa310000 call angband+0x70970 (00470970)

12/23/07 21:45:06 changed by takkaria

  • milestone changed from 3.2.0 to 3.1.0.

05/16/08 21:41:29 changed by takkaria

  • status changed from new to closed.
  • resolution set to worksforme.

Can't do anything about this; the logs don't help since they don't have debugging symbols. Regretfully closing.


Add/Change #393 (crash in 9-14 build)




Action