Results 3 issues of Nikita

### Details idk, gmod windows dedicated server x86 crashes randomly ![image](https://github.com/Facepunch/garrysmod-issues/assets/82664853/b11a96ec-fcc6-4edd-9e56-2e7d8e09792b)

Invalid/No-info
Crash
Dependency: IVP

Looking like [this](https://github.com/actix/actix-web/issues/3102) issue ## Expected Behavior The request should be processed by actix_web and output something ## Current Behavior If I run a POST request with an empty body,...

On the `master` (x86) branch, all `tier0` functions, including [`SpewOutputFunc`](https://github.com/danielga/sourcesdk-minimal/blob/58938eaf9954fb5e8ee4a1780ea260405d25556b/lib/public/tier0.def#L356) and [`GetSpewOutputFunc`](https://github.com/danielga/sourcesdk-minimal/blob/58938eaf9954fb5e8ee4a1780ea260405d25556b/lib/public/tier0.def#L298) from [`tier0/dbg.h`](https://github.com/nillerusr/source-engine/blob/29985681a18508e78dc79ad863952f830be237b6/public/tier0/dbg.h#L191) are exported properly. On `x86-64` branch, these functions are missing in the compiled [`.lib`](https://github.com/danielga/sourcesdk-minimal/blob/x86-64-branch/lib/public/tier0.lib)/[`.def`](https://github.com/danielga/sourcesdk-minimal/blob/x86-64-branch/lib/public/tier0.def) so the...