追加情報 | Here are a few backtraces - they all seem to indicate sound problem causing the crash (as Mamesick mentions). I was able to crash a clone of SFA (sfar1) as well, so it might not be specifically a parent issue.
- 1944
Program received signal SIGSEGV, Segmentation fault.
0x77f87eeb in ?? ()
(gdb) bt full
#0 0x77f87eeb in ?? ()
No symbol table info available.
#1 0x7800efdf in fcloseall () from C:\WINNT\system32\msvcrt.dll
No symbol table info available.
#2 0x0120fe57 in qsound_update (param=0xa03a720, inputs=0x0,
buffer=0x7bdce00, length=481) at src/emu/sound/qsound.c:365
chip = (struct qsound_info *) 0xa03a720
i = 16
j = 4656612
rvol = 445948416
lvol = 29
count = 2292600
pC = (struct QSOUND_CHANNEL *) 0xa03aaa8
datap = {0x7bddce0, 0x7be02a8}
Backtrace stopped: frame did not save the PC
- sfa
Program received signal SIGSEGV, Segmentation fault.
0x77f87eeb in ?? ()
(gdb) bt full
#0 0x77f87eeb in ?? ()
No symbol table info available.
#1 0x7800efdf in fcloseall () from C:\WINNT\system32\msvcrt.dll
No symbol table info available.
#2 0x0120fe57 in qsound_update (param=0x983a838, inputs=0x0,
buffer=0x983adf8, length=481) at src/emu/sound/qsound.c:365
chip = (struct qsound_info *) 0x983a838
i = 16
j = 4656612
rvol = -1965839360
lvol = 7159
count = 2292600
pC = (struct QSOUND_CHANNEL *) 0x983abc0
datap = {0x7bdb828, 0x7bdddf0}
Backtrace stopped: frame did not save the PC
- sfar1
Program received signal SIGSEGV, Segmentation fault.
0x77f87eeb in ?? ()
(gdb) bt full
#0 0x77f87eeb in ?? ()
No symbol table info available.
#1 0x7800efdf in fcloseall () from C:\WINNT\system32\msvcrt.dll
No symbol table info available.
#2 0x0120fe57 in qsound_update (param=0x7bddc00, inputs=0x0,
buffer=0x983a948, length=481) at src/emu/sound/qsound.c:365
chip = (struct qsound_info *) 0x7bddc00
i = 16
j = 4656612
rvol = -1965839360
lvol = 7159
count = 2292600
pC = (struct QSOUND_CHANNEL *) 0x7bddf88
datap = {0x7bdedf8, 0x7be13c0}
Backtrace stopped: frame did not save the PC
|