View Single Post
printf
Junior Member
Join Date: Apr 2013
Old 05-31-2014 , 23:21   Re: Source Dedicated Server for Mac OS X
Reply With Quote #145

Oh, silly me, I was under the impression that you were taking dedicated.dylib from CS:GO! And yes, I was trying to do that to get around some issues I was having, because I thought that it was because my dedicated.dylib library is old.

I am getting this error when I change maps:
Code:
** Unknown exception behavior: 0
Segmentation fault: 11
It seems to happen quite randomly, and I can't figure out what it is that causes it. Anyway, here's some dtrace output:
Code:
 2646/0xffd5:  write(0x14, "u\0", 0x79)          = 121 0
 2646/0xff8a:  __semwait_signal(0xC03, 0x0, 0x1)                 = -1 Err#60
 2646/0xff8a:  sigprocmask(0x1, 0x0, 0xBFFFE9FC)                 = 0x0 0
 2646/0xff8a:  sigaltstack(0x0, 0xBFFFE9F8, 0xBFFFE9FC)          = 0 0
 2646/0xff8a:  sigprocmask(0x1, 0x0, 0xBFFFE8EC)                 = 0x0 0
 2646/0xff8a:  sigaltstack(0x0, 0xBFFFE8E8, 0xBFFFE8EC)          = 0 0
 2646/0xff8a:  recvfrom(0xF, 0x17FB6008, 0x46510)                = -1 Err#35
 2646/0xff8a:  sendto(0xF, 0xBFFB6DC8, 0x386)            = 902 0
 2646/0xff8a:  select(0x1, 0xBFFFE030, 0x0, 0x0, 0xBFFFE028)             = 0 0
 2646/0xff8a:  select(0x1, 0xBFFFE960, 0x0, 0x0, 0xBFFFE958)             = 0 0
 2646/0xffa6:  psynch_cvwait(0xA2F860, 0x2CE010002CF00, 0x0)             = -1 Err#316
 2646/0xff8a:  __semwait_signal(0xC03, 0x0, 0x1)                 = -1 Err#60
 2646/0xff8a:  sigprocmask(0x1, 0x0, 0xBFFFE9FC)                 = 0x0 0
 2646/0xff8a:  sigaltstack(0x0, 0xBFFFE9F8, 0xBFFFE9FC)          = 0 0
 2646/0xff8a:  sigprocmask(0x1, 0x0, 0xBFFFE8EC)                 = 0x0 0
 2646/0xff8a:  sigaltstack(0x0, 0xBFFFE8E8, 0xBFFFE8EC)          = 0 0
 2646/0xff8a:  recvfrom(0xF, 0x17FB6008, 0x46510)                = -1 Err#35
 2646/0xffa0:  sigaction(0x6, 0xB040CCA0, 0x0)           = 0 0
 2646/0xffa0:  mprotect(0xCF93000, 0x1000, 0x3)          = 0 0
 2646/0xffa0:  write_nocancel(0x2, "** Unknown exception behavior: 0\n9\n3010.873535|13622.508789|9795.295898|51.367782|-81.992179
\n3010.954101|13619.911132|9797.002929|50.924659|-84.916801
\n3010.963378|13617.308593|9798.727539|50.700012|-86.489326\n3010.90\0", 0x21)              = 33 0
 2646/0xff8f:  kevent(0x3, 0x0, 0x0)             = -1 Err#4
printf is offline