Facepunch / garrysmod-issues

Garry's Mod issue tracker
145 stars 56 forks source link

srcds crash in server.dll #2145

Open TheKigen opened 9 years ago

TheKigen commented 9 years ago

Hi,

Recently one of our servers started crashing in server.dll. I have several .mdmps but would prefer not to post them publicly to ensure no sensitive information (passwords) are left in the open.

Stack trace I'm able to get without GMod symbols.

Exception Information: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.

server.dll!700b0da6() Unknown [Frames below may be incorrect and/or missing, no symbols loaded for server.dll]
server.dll!701b97be() Unknown server.dll!700441c0() Unknown server.dll!70076634() Unknown server.dll!700f4ce8() Unknown server.dll!700e1165() Unknown server.dll!700e12d4() Unknown server.dll!700c2a77() Unknown engine.dll!713862e7() Unknown engine.dll!713889c3() Unknown engine.dll!713def3f() Unknown engine.dll!713e07f9() Unknown engine.dll!713e0ef8() Unknown engine.dll!713ee76b() Unknown engine.dll!713ee8bf() Unknown engine.dll!713ee964() Unknown engine.dll!71439e03() Unknown dedicated.dll!71a48f59() Unknown engine.dll!714376c1() Unknown dedicated.dll!71a48feb() Unknown engine.dll!7134bb5d() Unknown engine.dll!7143994a() Unknown engine.dll!71438887() Unknown engine.dll!7145d46e() Unknown engine.dll!714397a1() Unknown dedicated.dll!71a49291() Unknown dedicated.dll!71a7f0ae() Unknown dedicated.dll!71a7f0ae() Unknown dedicated.dll!71a49b4a() Unknown dedicated.dll!71a4a09e() Unknown srcds.exe!012f11c4() Unknown [External Code]

robotboy655 commented 9 years ago

So, essentially you are telling us that you have crashes and that's it? You do realize that file names and bunch of numbers aren't exactly useful?

TheKigen commented 9 years ago

I have mdmp files. Where would you like them?

I have several .mdmps but would prefer not to post them publicly to ensure no sensitive information (passwords) are left in the open.

robotboy655 commented 9 years ago

Post the .mdmp's after the latest update or close this issue.

TheKigen commented 9 years ago

Since you request it here but Github does not allow for these files to be uploaded.

http://kigen.co/gmod/srcds_1678491_crash_2015_10_3T0_25_41C0.mdmp

robotboy655 commented 9 years ago

Alright, it's happening because of the "bullets don't hit hitboxes outside of player hull" fix. Unfortunately I cannot guarantee a fix without a way to reproduce it on demand. It crashes after calling Entity:FireBullets and is something to do with bones & players.

It would be useful to know what player models are being used as a start.

MStruntze commented 7 years ago

I found this issue from a FP post searching for SlerpBones as I've experienced 3 crashes within 24 hours after being "crash-free" for about a month (since I changed dedi actually). They all seem identical: https://gist.github.com/MStruntze/4d78ca40d8a4ac0c8bfe01aaa4d36c29 No model-related changes the last 14 days. I do use a few dozen workshop playermodels though.