lgeffect / maniadminplugin

Automatically exported from code.google.com/p/maniadminplugin
1 stars 1 forks source link

CS:GO Segfault on exit or unload (Linux) #203

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile for CSGO on Linux
2. Run the server then "exit" or "plugin_unload"
3. Segfault regarding the log system, also seen references to "~CInitTracker"

Original issue reported on code.google.com by ant...@gmail.com on 25 Feb 2014 at 10:06

GoogleCodeExporter commented 9 years ago
On further investigation, this also happens when calling plugin_unload on 
MetaMod. Seems to be a genuine engine bug, somewhere in 
CInitTracker::~CInitTracker()

Raised issue on the Source1 GitHub bugtracker: 
https://github.com/ValveSoftware/Source-1-Games/issues/1671

Original comment by ant...@gmail.com on 25 Feb 2014 at 10:06