Re: [hlds_linux] Segmentation Fault Crashing (Help needed)

2014-07-14 Thread JasperLee93 -RDLoyalty
Hi guys,

Sorry for the spam again. My server has generated a core file when it crashes 
and it says:

Program terminated with signal 11, Segmentation fault.
#0  0x0322763d in CCollisionProperty::CalcNearestPoint(Vector const, Vector*) 
const () from /home2/jasperlee/tf1/tf/bin/server_srv.so

Loaded symbols for bin/steamclient.so
Core was generated by `./srcds_linux -game tf -port 27130 +ip 192.168.0.20 
+maxplayers 32 +map slender'.
Program terminated with signal 11, Segmentation fault.
#0  0x0322763d in CCollisionProperty::CalcNearestPoint(Vector const, Vector*) 
const () from /home2/jasperlee/tf1/tf/bin/server_srv.so

Any Linux expert able to help me debug this? Any help is greatly appreciated!

Thanks everyone!
JasperLee93 -RDLoyalty



 On 12 Jul, 2014, at 7:40 pm, JasperLee93 -RDLoyalty 
 jasper_lee_2...@hotmail.com wrote:
 
 Sorry for the spam. Managed to find this in console when server crashed:
 
 PreMinidumpCallback: updating dump comment
 Looking up breakpad interfaces from steamclient
 Calling BreakpadMiniDumpSystemInit
 uploading dump (out-of-process)[proxy ' ']
 /tmp/dumps/assert_20140712192812_1.dmp
 ./srcds_run: line 324: 32207 Segmentation Fault (core dumped) $HL_CMD
 cat: hlds.32187.pid: No such file or directory
 email debug.log to li...@valvesoftware.con
 Sat Jul 12 19:28:30 SGT 2014: Server Restart in 10 seconds
 Finished uploading minidump (out-of-process): success = yes
 response: CrashID=bp_8d572342-d540-4033-986a-25a732140712
 
 
 
 
 
 On 12 Jul, 2014, at 6:10 pm, JasperLee93 -RDLoyalty 
 jasper_lee_2...@hotmail.com wrote:
 
 Hi Erik,
 
 Thanks for your reply! Have installed it in my server. But I cannot get the 
 instructions on how it would fix the crash.
 
 May I know how do I do this:
 
 Unlike the current plugin, to configure it you must add a line like the 
 following to sourcemod/configs/core.cfg (with your own SteamID)
 Code:
 MinidumpAccount 76561197987819599
 Thanks again!
 JasperLee93 -RDLoyalty
 
 
 On 12 Jul, 2014, at 6:02 pm, Erik-jan Riemers riem...@binkey.nl wrote:
 
 Did you look at this https://forums.alliedmods.net/showthread.php?t=146644
 ..
 
 
 2014-07-12 1:24 GMT+02:00 Dondon Tudtud don...@applei.ph:
 
 I think that's what -nobreakpad is for, so you can get more information
 about the crash.
 
 
 On Fri, Jul 11, 2014 at 3:10 AM, JasperLee93 -RDLoyalty 
 jasper_lee_2...@hotmail.com wrote:
 
 Dear all,
 
 
 thanks for the reply! Will try installing and would get back.
 
 
 Also, a little add on, the server still crashed even when -nobreakpad is
 off, but would show more message of crash.
 
 
 Would monitor server more tomorrow, thanks for the help!
 
 
 Thanks and regards
 
 JasperLee93 -RDLoyalty
 
 
 
 
 
 
 Sent from Windows Mail
 
 
 
 
 
 From: David Parker
 Sent: ‎Friday‎, ‎July‎ ‎11‎, ‎2014 ‎3‎:‎03‎ ‎AM
 To: hlds_linux@list.valvesoftware.com
 
 
 
 
 
 Do you have gdb installed?  If so, you can get a stack trace from the
 core
 file and that might help narrow down the problem.  Also I would not
 disable
 breakpad if you're having this kind of issue.
 
 I doubt this is a problem, but you have -port specified twice in your
 command line, and are also forcing -steamport to match -port.  You can
 probably simplify your command line:
 
./srcds_linux -game tf -port 27130 +ip 192.168.0.20 +maxplayers 3
 +map
 slender_scp_087_b_v3 -autoupdate -steam_dir /home2/jasperlee
 -steamcmd_script /home2/jasperlee/update_tf1.txt -debug -console
 
- Dave
 
 
 On Thu, Jul 10, 2014 at 8:40 AM, JasperLee93 -RDLoyalty 
 jasper_lee_2...@hotmail.com wrote:
 
 Dear Valve,
 
 
 I need some help here. I have a TF2 Server that is actually pretty
 taxing
 on the server CPU. But my server CPU is not even at 50% and the server
 occasionally crashes with:
 
 
 ./srcds_run line:324  Segmentation Fault (core_dumped) $HL_CMD
 cat.hlds.pid  no such file or directory
 
 
 
 Debug:
 --
 CRASH: Thu Jul 10 19:52:36 SGT 2014
 Start Line: ./srcds_linux -debug -console -game tf -port 27130 +map
 slender_scp_087_b_v3 +ip 192.168.0.20 +maxplayers 32 -port 27130
 -autoupdate -steam_dir /home2/jasperlee -steamcmd_script
 /home2/jasperlee/update_tf1.txt -steamport 27130 -nobreakpad
 End of Source crash report
 --
 
 
 extra info:
 
 CPU: Intel Core i7 3770
 
 RAM: 16GB (8GB used the time it crashed)
 
 Game: TF2
 
 sometimes crashes, some days it does not crash at all.
 
 
 
 
 
 May I know if you can help me resolve issue? Have been trying to
 resolve
 for the pass 5-6 months.
 
 
 Thanks and regards
 
 JasperLee93 -RDLoyalty
 
 
 
 
 
 
 Sent from Windows Mail
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
 
 
 
 --
 Dave Parker
 Systems Administrator
 Utica College
 Integrated Information Technology Services
 (315) 792-3229
 Registered Linux 

Re: [hlds_linux] Segmentation Fault Crashing (Help needed)

2014-07-11 Thread JasperLee93 -RDLoyalty
Dear all,


thanks for the reply! Will try installing and would get back.


Also, a little add on, the server still crashed even when -nobreakpad is off, 
but would show more message of crash.


Would monitor server more tomorrow, thanks for the help!


Thanks and regards

JasperLee93 -RDLoyalty






Sent from Windows Mail





From: David Parker
Sent: ‎Friday‎, ‎July‎ ‎11‎, ‎2014 ‎3‎:‎03‎ ‎AM
To: hlds_linux@list.valvesoftware.com





Do you have gdb installed?  If so, you can get a stack trace from the core
file and that might help narrow down the problem.  Also I would not disable
breakpad if you're having this kind of issue.

I doubt this is a problem, but you have -port specified twice in your
command line, and are also forcing -steamport to match -port.  You can
probably simplify your command line:

./srcds_linux -game tf -port 27130 +ip 192.168.0.20 +maxplayers 3 +map
slender_scp_087_b_v3 -autoupdate -steam_dir /home2/jasperlee
-steamcmd_script /home2/jasperlee/update_tf1.txt -debug -console

- Dave


On Thu, Jul 10, 2014 at 8:40 AM, JasperLee93 -RDLoyalty 
jasper_lee_2...@hotmail.com wrote:

 Dear Valve,


 I need some help here. I have a TF2 Server that is actually pretty taxing
 on the server CPU. But my server CPU is not even at 50% and the server
 occasionally crashes with:


 ./srcds_run line:324  Segmentation Fault (core_dumped) $HL_CMD
 cat.hlds.pid  no such file or directory



 Debug:
 --
 CRASH: Thu Jul 10 19:52:36 SGT 2014
 Start Line: ./srcds_linux -debug -console -game tf -port 27130 +map
 slender_scp_087_b_v3 +ip 192.168.0.20 +maxplayers 32 -port 27130
 -autoupdate -steam_dir /home2/jasperlee -steamcmd_script
 /home2/jasperlee/update_tf1.txt -steamport 27130 -nobreakpad
 End of Source crash report
 --


 extra info:

 CPU: Intel Core i7 3770

 RAM: 16GB (8GB used the time it crashed)

 Game: TF2

 sometimes crashes, some days it does not crash at all.





 May I know if you can help me resolve issue? Have been trying to resolve
 for the pass 5-6 months.


 Thanks and regards

 JasperLee93 -RDLoyalty






 Sent from Windows Mail
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux




-- 
Dave Parker
Systems Administrator
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


Re: [hlds_linux] Segmentation Fault Crashing (Help needed)

2014-07-11 Thread JasperLee93 -RDLoyalty
Hi all,

Have removed -nobreakpad and the additional -port.

But my suspect is SourceMod or plugin being sabotaged or exploited that causes 
the server to crash occasionally and now every 1 hour.

I have gdb installed already. May I know what to do next?

Thanks and regards
JasperLee93 -RDLoyalty



 On 11 Jul, 2014, at 3:03 am, David Parker dpar...@utica.edu wrote:
 
 Do you have gdb installed?  If so, you can get a stack trace from the core
 file and that might help narrow down the problem.  Also I would not disable
 breakpad if you're having this kind of issue.
 
 I doubt this is a problem, but you have -port specified twice in your
 command line, and are also forcing -steamport to match -port.  You can
 probably simplify your command line:
 
./srcds_linux -game tf -port 27130 +ip 192.168.0.20 +maxplayers 3 +map
 slender_scp_087_b_v3 -autoupdate -steam_dir /home2/jasperlee
 -steamcmd_script /home2/jasperlee/update_tf1.txt -debug -console
 
- Dave
 
 
 On Thu, Jul 10, 2014 at 8:40 AM, JasperLee93 -RDLoyalty 
 jasper_lee_2...@hotmail.com wrote:
 
 Dear Valve,
 
 
 I need some help here. I have a TF2 Server that is actually pretty taxing
 on the server CPU. But my server CPU is not even at 50% and the server
 occasionally crashes with:
 
 
 ./srcds_run line:324  Segmentation Fault (core_dumped) $HL_CMD
 cat.hlds.pid  no such file or directory
 
 
 
 Debug:
 --
 CRASH: Thu Jul 10 19:52:36 SGT 2014
 Start Line: ./srcds_linux -debug -console -game tf -port 27130 +map
 slender_scp_087_b_v3 +ip 192.168.0.20 +maxplayers 32 -port 27130
 -autoupdate -steam_dir /home2/jasperlee -steamcmd_script
 /home2/jasperlee/update_tf1.txt -steamport 27130 -nobreakpad
 End of Source crash report
 --
 
 
 extra info:
 
 CPU: Intel Core i7 3770
 
 RAM: 16GB (8GB used the time it crashed)
 
 Game: TF2
 
 sometimes crashes, some days it does not crash at all.
 
 
 
 
 
 May I know if you can help me resolve issue? Have been trying to resolve
 for the pass 5-6 months.
 
 
 Thanks and regards
 
 JasperLee93 -RDLoyalty
 
 
 
 
 
 
 Sent from Windows Mail
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
 
 
 
 -- 
 Dave Parker
 Systems Administrator
 Utica College
 Integrated Information Technology Services
 (315) 792-3229
 Registered Linux User #408177
 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


[hlds_linux] Segmentation Fault Crashing (Help needed)

2014-07-10 Thread JasperLee93 -RDLoyalty
Dear Valve,


I need some help here. I have a TF2 Server that is actually pretty taxing on 
the server CPU. But my server CPU is not even at 50% and the server 
occasionally crashes with:


./srcds_run line:324  Segmentation Fault (core_dumped) $HL_CMD
cat.hlds.pid  no such file or directory



Debug:
--
CRASH: Thu Jul 10 19:52:36 SGT 2014
Start Line: ./srcds_linux -debug -console -game tf -port 27130 +map 
slender_scp_087_b_v3 +ip 192.168.0.20 +maxplayers 32 -port 27130 -autoupdate 
-steam_dir /home2/jasperlee -steamcmd_script /home2/jasperlee/update_tf1.txt 
-steamport 27130 -nobreakpad
End of Source crash report
--


extra info: 

CPU: Intel Core i7 3770

RAM: 16GB (8GB used the time it crashed)

Game: TF2

sometimes crashes, some days it does not crash at all.





May I know if you can help me resolve issue? Have been trying to resolve for 
the pass 5-6 months.


Thanks and regards

JasperLee93 -RDLoyalty






Sent from Windows Mail
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


Re: [hlds_linux] Segmentation Fault Crashing (Help needed)

2014-07-10 Thread Erik-jan Riemers
I use this https://forums.alliedmods.net/showthread.php?t=146644, after a
crash i can look up why it crashed or at least get an indication where the
crash was in.


2014-07-10 14:40 GMT+02:00 JasperLee93 -RDLoyalty 
jasper_lee_2...@hotmail.com:

 Dear Valve,


 I need some help here. I have a TF2 Server that is actually pretty taxing
 on the server CPU. But my server CPU is not even at 50% and the server
 occasionally crashes with:


 ./srcds_run line:324  Segmentation Fault (core_dumped) $HL_CMD
 cat.hlds.pid  no such file or directory



 Debug:
 --
 CRASH: Thu Jul 10 19:52:36 SGT 2014
 Start Line: ./srcds_linux -debug -console -game tf -port 27130 +map
 slender_scp_087_b_v3 +ip 192.168.0.20 +maxplayers 32 -port 27130
 -autoupdate -steam_dir /home2/jasperlee -steamcmd_script
 /home2/jasperlee/update_tf1.txt -steamport 27130 -nobreakpad
 End of Source crash report
 --


 extra info:

 CPU: Intel Core i7 3770

 RAM: 16GB (8GB used the time it crashed)

 Game: TF2

 sometimes crashes, some days it does not crash at all.





 May I know if you can help me resolve issue? Have been trying to resolve
 for the pass 5-6 months.


 Thanks and regards

 JasperLee93 -RDLoyalty






 Sent from Windows Mail
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


Re: [hlds_linux] Segmentation Fault Crashing (Help needed)

2014-07-10 Thread David Parker
Do you have gdb installed?  If so, you can get a stack trace from the core
file and that might help narrow down the problem.  Also I would not disable
breakpad if you're having this kind of issue.

I doubt this is a problem, but you have -port specified twice in your
command line, and are also forcing -steamport to match -port.  You can
probably simplify your command line:

./srcds_linux -game tf -port 27130 +ip 192.168.0.20 +maxplayers 3 +map
slender_scp_087_b_v3 -autoupdate -steam_dir /home2/jasperlee
-steamcmd_script /home2/jasperlee/update_tf1.txt -debug -console

- Dave


On Thu, Jul 10, 2014 at 8:40 AM, JasperLee93 -RDLoyalty 
jasper_lee_2...@hotmail.com wrote:

 Dear Valve,


 I need some help here. I have a TF2 Server that is actually pretty taxing
 on the server CPU. But my server CPU is not even at 50% and the server
 occasionally crashes with:


 ./srcds_run line:324  Segmentation Fault (core_dumped) $HL_CMD
 cat.hlds.pid  no such file or directory



 Debug:
 --
 CRASH: Thu Jul 10 19:52:36 SGT 2014
 Start Line: ./srcds_linux -debug -console -game tf -port 27130 +map
 slender_scp_087_b_v3 +ip 192.168.0.20 +maxplayers 32 -port 27130
 -autoupdate -steam_dir /home2/jasperlee -steamcmd_script
 /home2/jasperlee/update_tf1.txt -steamport 27130 -nobreakpad
 End of Source crash report
 --


 extra info:

 CPU: Intel Core i7 3770

 RAM: 16GB (8GB used the time it crashed)

 Game: TF2

 sometimes crashes, some days it does not crash at all.





 May I know if you can help me resolve issue? Have been trying to resolve
 for the pass 5-6 months.


 Thanks and regards

 JasperLee93 -RDLoyalty






 Sent from Windows Mail
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux




-- 
Dave Parker
Systems Administrator
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux