sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism 2)

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
morb
Posts: 35
Joined: Sun Mar 08, 2020 12:23 pm
Graphics Processor: Intel (Modern GZDoom)

sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism 2)

Post by morb »

I've been able to reproduce this a few times w/ reelism2 (reelism2_v0.5_earlyexcess.pk3, reelism2_v0.6_earlyexcess.pk3, and a repacked reelism2_v0.6_earlyexcess.pk3 with a menuentry patch)
by running `gzdoom -iwad DOOM2.WAD -file reelism2_v0.6_earlyexcess.pk3 +map minigut +summon Slot3_Wizards` and triggering vehicle explosions

unfortunately due to the nature of the crash I'm unable to record a lmp to reproduce it reliably
You do not have the required permissions to view the files attached to this post.
_mental_
 
 
Posts: 3814
Joined: Sun Aug 07, 2011 4:32 am

Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism

Post by _mental_ »

Actor of class Splot_GroundFireFlame is destroyed during execution of its Tick() function. This leads to quite unpredictable consequences in sound system.
User avatar
morb
Posts: 35
Joined: Sun Mar 08, 2020 12:23 pm
Graphics Processor: Intel (Modern GZDoom)

Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism

Post by morb »

Thanks for looking into this. I wish I had a better grasp of what was going on -- I'll point the mod devs in this direction!
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33

Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism

Post by Kinsie »

Thanks for the heads up, I've moved the check in question out of Tick() into an anonymous function in the states.
_mental_
 
 
Posts: 3814
Joined: Sun Aug 07, 2011 4:32 am

Re: sound-related segfaults (g4.5pre-84-g24200c0c3, Reelism

Post by _mental_ »

Should be fixed with e281f99.

Return to “Closed Bugs [GZDoom]”