[????] Conditional jump depends on uninitialized value

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.
Post Reply
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

[????] Conditional jump depends on uninitialized value

Post by Edward-san »

If you load the program with complex-doom.v26a2.pk3 with valgrind, you'll get the following error:
Spoiler:
And this is what gdb reports:
Spoiler:
The uninitialized value is 'FPNGTexture::fr'.

It happens in both master and zscript.
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

Re: [????] Conditional jump depends on uninitialized value

Post by Edward-san »

I could reproduce also with just doom2. I ran the program like this:

Code: Select all

zdoom -iwad doom2.wad -nosound -warp 15 -nomonsters
Here's the message:
Spoiler:
and happens when precaching the "PISTA0" texture when loading the map.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [????] Conditional jump depends on uninitialized value

Post by Graf Zahl »

fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”