Bug - Fixed Debug logs from r11565 and r11567

Magus_Prime

Well-known member
I was looking at something else and noticed the I had a debug log from earlier this week and another from this morning. It didn't seem to impact my session at the time but I thought I'd post it just in case. The first one seems to have been generated when I entered combat and my CCS fired. The CCS is a simple one:

skill infectious bite
skill plague claws
attack with weapon

The second debug log seems to have been generated when KOLmafia "froze" when I ascended into a HC Zombie run.

View attachment DEBUG_20121022.txtView attachment DEBUG_20121024.txt
 

roippi

Developer
edit: mistaken about the latter. It should go over into the proper thread for it, which Bale has done. Unfortunately I don't think it really tells us anything, but yeah.

The former is almost certainly due to some thread concurrency issues caused by two RelayRequests firing at the same time - fixable, but the bug itself is not reproducible in the least. It basically requires microsecond-accurate timing to pull off. If I get some free time I'll take a look, but I haven't exactly had a ton of that lately.
 
Last edited:

roippi

Developer
r11586 should address the first one.

Since there's a separate thread for the second one, I'll close this report.
 
Top