Opened 21 years ago
Closed 4 years ago
#1631 closed defect (fixed)
SCUMM: FT - Frequent crashing
Reported by: | SF/cloney | Owned by: | lotharsm |
---|---|---|---|
Priority: | high | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Full Throttle |
Description
In the latest CVS (built 20th May), Full Throttle is crashing every few minutes. There doesn't seem to be any set place where crashes occur, but I did discover a situation where set actions after an autosave would cause a crash, when picking up the welding torch. Interestingly though, if I saved before picking up the torch, then loaded this game from a fresh copy of ScummVM, the crash didn't occur.
Perhaps something is not being cleared/freed properly, causing overflow of some kind?
This wasn't noticable in the first part of the game, and only really occurred after being rescued by Mo and trying to find bike parts.
Gentoo Linux 2.6.5 kernel ALSA Full Throttle, FLAC encoded Monster.sou, compress_san used on video directory but NOT data. Compression done using latest CVS scummvm tools
Here's the last ten lines of a crash caught with -d9:
Script 30, offset 0x10: [3] o6_pushWordVar() readvar(22) Script 30, offset 0x13: [5D] o6_ifNot() Script 30, offset 0xf: [6C] o6_breakHere() getResourceAddress(Script,268) == 0x8464f1c Script 268, offset 0x9b: [CA] o6_delayFrames() getResourceAddress(Script,265) == 0x841a3ec Script 265, offset 0x24: [1] o6_pushWord() Script 265, offset 0x27: [98] o6_isSoundRunning() Locking mutex IMuseDigital::getSoundStatus()
Cloney
Ticket imported from: #957640. Ticket imported from: bugs/1631.
Attachments (2)
Change History (19)
by , 21 years ago
comment:1 by , 21 years ago
I get a reproducable crash when picking up the welding torch under in Full Throttle with latest ScummVM cvs under Windows. I have attached a save game at that point of game and a valgrind log which reports several invalid reads.
comment:2 by , 21 years ago
Owner: | set to |
---|
comment:3 by , 21 years ago
Priority: | normal → high |
---|
comment:4 by , 21 years ago
Summary: | Frequent FT crashing → FT: Frequent crashing |
---|
comment:5 by , 21 years ago
I had an iMUSE-related crash a few times yesterday when getting the welding torch. But just as I thought it was reproducable, it suddenly stopped.
On this particular computer, with the most recent CVS snapshot, I can't even get the keys from the bartender at the beginning of the game. I don't know if it's related to the other crashes mentioned here, but this is what the backtrace looks like:
#0 0x77c42f43 in _libwinmm_a_iname () #1 0x00000372 in ?? () #2 0x004b2c44 in Scumm::ImuseDigiSndMgr::getDataFromRegion(Scumm::ImuseDigiSndMgr::soundStruct*, int, unsigned char**, int, int) (this=0x1604018, soundHandle=0x1604064, region=0, buf=0x18efd3c, offset=311346, size=882) at scumm/imuse_digi/dimuse_sndmgr.cpp:509 #3 0x0049a367 in Scumm::IMuseDigital::callback() (this=0x1603c80) at scumm/imuse_digi/dimuse.cpp:269 #4 0x004993a2 in Scumm::IMuseDigital::timer_handler(void*) (refCon=0x1603c80) at scumm/imuse_digi/dimuse.cpp:41 #5 0x00625ab1 in Timer::handler(int) (this=0x1590ce0, t=10) at common/timer.cpp:93 #6 0x00625940 in Timer::timer_handler(int) (t=10) at common/timer.cpp:73 #7 0x6acb47bd in callback_wrapper (ms=10, param=0x625920) at SDL_timer.c:252 #8 0x6acb449a in SDL_ThreadedTimerCheck () at SDL_timer.c:137 #9 0x6acb499a in HandleAlarm (uID=16, uMsg=0, dwUser=0, dw1=0, dw2=0) at SDL_systimer.c:180 #10 0x76b42271 in _libwinmm_a_iname () #11 0x76b49e64 in _libwinmm_a_iname () #12 0xfa76e850 in ?? ()
comment:6 by , 21 years ago
Actually, right now just about *everything* that causes the music to change from one tune to another seems to trigger the crash for me.
comment:7 by , 20 years ago
please test with latest cvs, i added better fix for sound resource locking but i think it's not 100% good enough
comment:9 by , 20 years ago
At least some Digital iMUSE crashes seem to be related to the music resource being used after it has been expired. See my comment to bug #962666. But it's probably not the only explanation.
comment:12 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:14 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
comment:15 by , 4 years ago
Summary: | FT: Frequent crashing → SCUMM: FT - Frequent crashing |
---|
@Kirben
@lotharsm
Then again, the crash described by OP (picking up the welding troch) seems to indeed be fixed.
Can this be closed?
comment:17 by , 4 years ago
Owner: | changed from | to
---|---|
Resolution: | → fixed |
Status: | new → closed |
Valgrind log