View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-03-2014 , 19:35   Re: SourceMod 1.6 released!
#10

Sooo... now that I've upgraded to MM:S 1.10.1 and SM 1.6.0 (with no other changes except copying new files and updating core.cfg), I'm getting Segment Faults on server shutdown in metamod.2.tf2.so:

Code:
tf2@powerlord:~/tf2$ gdb srcds_linux cores/tf2_20140703183246.core
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/tf2/tf2/srcds_linux...(no debugging symbols found)...done.
[New LWP 10206]
[New LWP 10207]
[New LWP 10229]
[New LWP 10230]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
btCore was generated by `./srcds_linux -game tf +hostname "Source Dedicated Server" +map ph_lumberyard_a'.
Program terminated with signal 11, Segmentation fault.
#0  0xeef711ed in SourceHook::CPageAlloc::Free(void*) ()
   from /home/tf2/tf2/tf/addons/metamod/bin/metamod.2.tf2.so
(gdb) bt
#0  0xeef711ed in SourceHook::CPageAlloc::Free(void*) ()
   from /home/tf2/tf2/tf/addons/metamod/bin/metamod.2.tf2.so
#1  0x09c369b0 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
This is on a Ubuntu 12.04.4 server.

Spoiler
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 07-03-2014 at 19:43.
Powerlord is offline