File fix-segv.patch of Package armagetron
diff -Nur armagetronad-0.2.8.3.3/src/tron/gCycle.cpp new/src/tron/gCycle.cpp
--- armagetronad-0.2.8.3.3/src/tron/gCycle.cpp 2015-01-29 23:53:54.000000000 +0100
+++ new/src/tron/gCycle.cpp 2016-06-28 05:31:18.514409180 +0200
@@ -2712,7 +2712,7 @@
gCycleChatBot & bot = gCycleChatBot::Get( this );
bot.Activate( currentTime );
}
- else if ( &(*chatBot_) )
+ else if ( chatBot_.get() )
{
chatBot_->nextChatAI_ = 0;
}