|
From: Jeremy F. <je...@go...> - 2005-03-13 16:47:27
|
Peter Bortas wrote:
>I'm somewhat confused by this output from 2.4.0-rc3 when used on the
>Snes9X 1.43 release:
>
>-----8<--------------------------------------------------------
>% valgrind snes9x Math\ Test.zip
>==21305== Memcheck, a memory error detector for x86-linux.
>==21305== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
>==21305== Using valgrind-2.4.0.rc3, a program supervision framework for x86-linux.
>==21305== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
>==21305== For more details, rerun with: -v
>==21305==
>Rate: 22050, Buffer size: 2048, 16-bit: yes, Stereo: yes, Encoded: no
>No ROM file header found.
>"Math Test 2.0" [bad checksum] LoROM, 2Mbits, Type: ROM+RAM+BAT, Mode: 20, TV: NTSC, S-RAM: 32KB, ROMId: SNES Company: 00 CRC32: EB7DEC6D
>==21305==
>==21305== Process terminating with default action of signal 11 (SIGSEGV)
>==21305== Bad permissions for mapped region at address 0xB127C480
>==21305== at 0x80A9217: InitDSP() (dsp1emu.c:368)
>
>
Hm, this looks like the same problem as described in the just-filed bug
101423. What happens if you use --pointercheck=no? Is it possible to
reproduce this in a smaller piece of stand-alone code?
J
|