Linux error

Found a bug in KAC? Post it here.
Post Reply
tumak
Posts: 3
Joined: Sat Oct 08, 2011 6:18 am

Linux error

Post by tumak »

I just installed KAC on my test server and get the following error:

Code: Select all

PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111008141656_1.dmp
./srcds_run: line 372:  9745 Segmentation fault      (core dumped) $HL_CMD
BFD: Warning: /home/gmod/servers/gmod_test/orangebox/core is truncated: expected core file size >= 242380800, found: 1093632.
Cannot access memory at address 0xb77478e4
Cannot access memory at address 0xaf3febd0
/home/gmod/servers/gmod_test/orangebox/debug.cmds:4: Error in sourced command file:
This error does not appear when I remove kigen-ac-pub.smx

Thanks
User avatar
nightrider
Community Moderator
Posts: 878
Joined: Thu Oct 08, 2009 2:38 am
Location: under a rock

Re: Linux error

Post by nightrider »

Can you post the results of kac_status ?
I would like to see the version you are running.

I don't run a Linux server so I'm unsure how to advise.
You also are using KAC with GMod ?
I'm unaware of compatibility with the use of KAC and Gmod.
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: Linux error

Post by Kigen »

Well, KAC itself shouldn't ever cause a crashing being a SourceMod plugin n' all.

What other plugins are you running? ( plugin_print, meta list, sm exts list, sm plugins list)
Image
tumak
Posts: 3
Joined: Sat Oct 08, 2011 6:18 am

Re: Linux error

Post by tumak »

nightrider wrote:Can you post the results of kac_status ?
I would like to see the version you are running.
Seeing as it crashes before anything happens, I can't type kac_status while it's on the server.
Download link: http://www.kigenac.com/KACSM/1.2/kigen-ac-pub.smx

Code: Select all

plugin_print
Loaded plugins:
---------------------
0:	"Metamod:Source 1.8.7"
---------------------

Code: Select all

meta list
Listing 3 plugins:
  [01] SourceMod (1.3.8) by AlliedModders LLC
  [02] SDK Tools (1.3.8) by AlliedModders LLC
  [03] BinTools (1.3.8) by AlliedModders LLC

Code: Select all

sm exts list
[SM] Displaying 8 extensions:
[01] Automatic Updater (1.3.8): Updates SourceMod gamedata files
[02] Webternet (1.3.8): Extension for interacting with URLs
[03] SDK Tools (1.3.8): Source SDK Tools
[04] BinTools (1.3.8): Low-level C/C++ Calling API
[05] Top Menus (1.3.8): Creates sorted nested menus
[06] Client Preferences (1.3.8): Saves client preference settings
[07] SQLite (1.3.8): SQLite Driver
[08] MySQL-DBI (1.3.8): MySQL driver implementation for DBI
I noticed here that the socket extension isn't automatically loading.

As you can see here, it loads fine. So I moved back the smx file and loaded it afterwards, but it just crashed again. Maybe the problem lies in the socket extension?

Code: Select all

sm exts load socket.ext 
[SM] Loaded extension socket.ext.so successfully.
sm plugins load kigen-ac-pub
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111010161803_1.dmp
./srcds_run: line 372: 19007 Segmentation fault      (core dumped) $HL_CMD
BFD: Warning: /home/gmod/servers/gmod_test/orangebox/core is truncated: expected core file size >= 350728192, found: 1105920.
Cannot access memory at address 0xb78b18e4
Cannot access memory at address 0xaf568bd0
/home/gmod/servers/gmod_test/orangebox/debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xb78b18e4
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: Linux error

Post by Kigen »

What version is your Sockets ext?
Image
tumak
Posts: 3
Joined: Sat Oct 08, 2011 6:18 am

Re: Linux error

Post by tumak »

I'm using sockets 3.0.1 from this download:
http://forums.alliedmods.net/attachment ... ntid=83286
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: Linux error

Post by Kigen »

Well, the crash is inside of SourceMod. You'll need to file a bug report with them and send them the dump file.
Image
Post Reply