in Sourcemod, when you either move a plugin to the disabled folder, or even "sm unload <plugin>" it still has the plugin in memory. I don't think even a map change fully removes it from memory.
try disabling the prophunt, and restart the server and see if there are any crashes. On Tue, Oct 26, 2010 at 2:51 AM, [email protected] <[email protected]>wrote: > I have sourcemod plugins, but I know they aren't the problem because I have > another server with the same plugins and even a few more which has been up > for 5 days with 0 crashes. Well the same plugins except for the prophunt > plugin which is unloaded at the beginning of each non-prophunt map, and the > crashes have been between 2 non-prophunt maps. > > I also know it isn't an old sourcemod or metamod, because I just installed > the bleeding edge repository versions on both servers a week ago. > > Because both servers are using the same srcds directory, it probably isn't > corrupted. But I just checked with -verify-all and all my files are up to > date. > > On Mon, Oct 25, 2010 at 11:13 PM, Peter Lindblom <[email protected]> > wrote: > > > Do you have any plugins ? - if yes - update them ! > > > > if no - do a -verify all > > > > but with all thouse xxxObserverxxx its looking as you have an old > sourcemod > > install or similar > > > > Peter > > > > ----- Original Message ----- From: <[email protected]> > > To: <[email protected]> > > Sent: Tuesday, October 26, 2010 4:11 AM > > Subject: [hlds_linux] new crashing bug > > > > > > I've been getting server crashes since the last patch on one of my > servers > >> which has had mp_idledealmethod 1. > >> > >> Does anyone have any insight as to what is causing these crashes? > >> > >> #0 0xb4890cdc in CBasePlayer::SetObserverTarget(CBaseEntity*) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #1 0xb4a558ba in CTFPlayer::SetObserverTarget(CBaseEntity*) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #2 0xb4a72896 in CTFPlayer::SetObserverMode(int) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #3 0xb4875671 in CBasePlayer::ForceObserverMode(int) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #4 0xb48867f4 in CBasePlayer::ValidateCurrentObserverTarget() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #5 0xb4a70f51 in CTFPlayer::ValidateCurrentObserverTarget() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #6 0xb487ec6e in CBasePlayer::CheckObserverSettings() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #7 0xb4a5935d in CTFPlayer::CheckObserverSettings() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #8 0xb4a727eb in CTFPlayer::SetObserverMode(int) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #9 0xb4875671 in CBasePlayer::ForceObserverMode(int) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #10 0xb48867f4 in CBasePlayer::ValidateCurrentObserverTarget() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #11 0xb4a70f51 in CTFPlayer::ValidateCurrentObserverTarget() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #12 0xb487ec6e in CBasePlayer::CheckObserverSettings() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #13 0xb4a5935d in CTFPlayer::CheckObserverSettings() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #14 0xb4a727eb in CTFPlayer::SetObserverMode(int) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #15 0xb4875671 in CBasePlayer::ForceObserverMode(int) () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #16 0xb48867f4 in CBasePlayer::ValidateCurrentObserverTarget() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> #17 0xb4a70f51 in CTFPlayer::ValidateCurrentObserverTarget() () > >> from /home/lorph/steam/server1/orangebox/tf/bin/server.so > >> _______________________________________________ > >> To unsubscribe, edit your list preferences, or view the list archives, > >> please visit: > >> http://list.valvesoftware.com/mailman/listinfo/hlds_linux > >> > >> > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

