xpz / cssmatch-plugin

Automatically exported from code.google.com/p/cssmatch-plugin
0 stars 0 forks source link

Crash quand plugin_unload puis plugin_print #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Le serveur crash quand on fait un plugin_unload, puis un plugin_print. Mais au 
vu du backtrace je ne pense pas qu'on puisse y faire grand chose...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d266b0 (LWP 32678)]
0xb7e89491 in CCvar::FindCommandBase () from ./bin/libvstdlib.so
(gdb) bt
#0  0xb7e89491 in CCvar::FindCommandBase () from ./bin/libvstdlib.so
#1  0xb75d087e in Cmd_ExecuteCommand ()
   from /home/steam/css2/orangebox/bin/engine.so
#2  0xb75d0d7e in Cbuf_Execute ()
   from /home/steam/css2/orangebox/bin/engine.so
#3  0xb7639e57 in _Host_RunFrame ()
   from /home/steam/css2/orangebox/bin/engine.so
#4  0xb764335c in CHostState::State_Run ()
   from /home/steam/css2/orangebox/bin/engine.so
#5  0xb7643ea9 in CHostState::FrameUpdate ()
   from /home/steam/css2/orangebox/bin/engine.so
#6  0xb7643fff in HostState_Frame ()
   from /home/steam/css2/orangebox/bin/engine.so
#7  0xb76f4de1 in CEngine::Frame ()
   from /home/steam/css2/orangebox/bin/engine.so
#8  0xb76f1a9b in CDedicatedServerAPI::RunFrame ()
   from /home/steam/css2/orangebox/bin/engine.so
#9  0xb78d2d10 in RunServer () from ./bin/dedicated.so
#10 0xb78d2aa9 in CDedicatedExports::RunServer () from ./bin/dedicated.so
#11 0xb76f254b in CModAppSystemGroup::Main ()
   from /home/steam/css2/orangebox/bin/engine.so
#12 0xb770aee5 in CAppSystemGroup::Run ()
   from /home/steam/css2/orangebox/bin/engine.so
#13 0xb76f28d9 in CDedicatedServerAPI::ModInit ()
   from /home/steam/css2/orangebox/bin/engine.so
#14 0xb78d2fbe in CDedicatedAppSystemGroup::Main () from ./bin/dedicated.so
#15 0xb78d6565 in CAppSystemGroup::Run () from ./bin/dedicated.so
#16 0xb78d7fa7 in CSteamApplication::Main () from ./bin/dedicated.so
#17 0xb78d6565 in CAppSystemGroup::Run () from ./bin/dedicated.so
#18 0xb78d3339 in main () from ./bin/dedicated.so
#19 0xb78d429e in DedicatedMain () from ./bin/dedicated.so
#20 0x080488e0 in main ()

Original issue reported on code.google.com by nathan.p...@gmail.com on 30 Jun 2010 at 11:21

GoogleCodeExporter commented 8 years ago
Je n'arrive pas à reproduire le problème. Est-ce que tu as toujours ce 
problème depuis le commit de cette nuit ?

Original comment by dani...@hotmail.com on 1 Jul 2010 at 12:14

GoogleCodeExporter commented 8 years ago
Non effectivement. En relation avec interfaces.convars->accessUnregister(); ?

Original comment by nathan.p...@gmail.com on 1 Jul 2010 at 1:04

GoogleCodeExporter commented 8 years ago
Ça se pourrait bien. Surtout que le nom des fonctions en haut de la pile 
d'appel fait clairement penser aux ConVars/ConCommands.

r339 aurait corrigé l'erreur donc.

Original comment by dani...@hotmail.com on 1 Jul 2010 at 1:31