Jump to content

Getting a Segmentation fault


Zelly

Recommended Posts


12:25:29 -8<------- Crash Information ------->8-
12:25:29    Please forward to silEnT mod team.   
12:25:29 ---------------------------------------
12:25:29 Version: silEnT 0.7.2 Linux
12:25:29 Map: purefrag
12:25:29 Signal: Segmentation fault (11)
12:25:29 Siginfo: 0xbfe446cc
12:25:29 Code: 1
12:25:29 Faulting Memory Ref/Instruction: 0x8
12:25:29 DSO Information:
12:25:29 0x00a28000	(unknown)
12:25:29 0x0094b000	/lib/libnss_files.so.2
12:25:29 0x02721000	/usr/local/games/et/pb/pbsv.so
12:25:29 0xff970000	/lib/librt.so.1
12:25:29 0x00a9c000	/lib/libnss_dns.so.2
12:25:29 0xb59df000	/usr/local/games/et/silent/qagame.mp.i386.so
12:25:29 0x00b01000	./liblua5.1.so
12:25:29 0xffa38000	/usr/lib/libstdc++.so.6
12:25:29 0x0341c000	/usr/local/games/et/omni-bot//omnibot_et.so
12:25:29 Stack frames: 9 entries
12:25:29 Backtrace:
12:25:29 (1) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN7ET_Game6AddBotER10Msg_Addbotb+0xf4) [0x3531454]
12:25:29 (2) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN8gmThread14PushStackFrameEiPPKhS2_+0x157) [0x3546cc7]
12:25:29 (3) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN8gmThread11Sys_ExecuteEP10gmVariable+0x920) [0x3547970]
12:25:29 (4) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN6gmCall3EndEv+0xc2) [0x3549cb2]
12:25:29 (5) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN5IGame19CheckServerSettingsEv+0x5d8) [0x3613ec8]
12:25:29 (6) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN5IGame10UpdateGameEv+0x21c) [0x35a77dc]
12:25:29 (7) /usr/local/games/et/omni-bot//omnibot_et.so(_ZN12IGameManager10UpdateGameEv+0x73) [0x364afc3]
12:25:29 (8) /usr/local/games/et/omni-bot//omnibot_et.so(_Z9BotUpdatev+0x13) [0x364b2b3]
12:25:29 (9) /usr/local/games/et/silent/qagame.mp.i386.so [0xb5ae502d]
12:25:29 -8<--------------------------------->8-

Im getting this error on a majority of maps that load when there is more than one person on the server.

I tried completely reinstalling silent and omnibots but it didnt seem to help.

It crashes when the map loads.

Its happening on about 10 maybe more of the maps I have setup. Sometimes the map will work and sometimes not.

(We are on gameservers by the way)

Any other info I would be happy to share.

Link to comment
Share on other sites

  • Management

One case that will make the omnibot library to crash is if the bots are dropped while they are connecting. This can happen by Lua through the  et_ClientConnect hook. http://mygamingtalk.com/wiki/index.php/Silent_Lua#et_ClientConnect

 

Make sure you don't have Lua scripts running and if that fixes the issue, go through the scripts to see which one is causing it.

Link to comment
Share on other sites

One case that will make the omnibot library to crash is if the bots are dropped while they are connecting. This can happen by Lua through the  et_ClientConnect hook. http://mygamingtalk.com/wiki/index.php/Silent_Lua#et_ClientConnect

 

Make sure you don't have Lua scripts running and if that fixes the issue, go through the scripts to see which one is causing it.

Thanks for this info I bet it is this, Or at least one of the reasons. I am going to verify It is this.

 

Though there was a problem before I even had omnibots that when a certain player joined it would crash too. I just assumed they were related, But I think they are seperate problems now.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...