Advertisement
Guest User

a

a guest
Jun 14th, 2015
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.06 KB | None | 0 0
  1.  
  2.  
  3. Send hlds_linux mailing list submissions to
  4. hlds_linux@list.valvesoftware.com
  5.  
  6. To subscribe or unsubscribe via the World Wide Web, visit
  7. https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  8. or, via email, send a message with subject or body 'help' to
  9. hlds_linux-request@list.valvesoftware.com
  10.  
  11. You can reach the person managing the list at
  12. hlds_linux-owner@list.valvesoftware.com
  13.  
  14. When replying, please edit your Subject line so it is more specific
  15. than "Re: Contents of hlds_linux digest..."
  16.  
  17.  
  18. Today's Topics:
  19.  
  20. 1. Crash/hang on quit (Yun Huang Yong)
  21. 2. Re: Crash/hang on quit (Martin V)
  22. 3. Re: Crash/hang on quit (Robert Styler)
  23. 4. Re: Crash/hang on quit (Nicolas Seyer)
  24. 5. Re: Crash/hang on quit (Nicolas Seyer)
  25. 6. Re: Crash/hang on quit (Jesse Molina)
  26. 7. Re: Crash/hang on quit (Erik-jan Riemers)
  27. 8. Re: Crash/hang on quit (Yun Huang Yong)
  28.  
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. Message: 1
  33. Date: Sun, 14 Jun 2015 18:15:26 +1000
  34. From: Yun Huang Yong <yun.lists@mooh.org>
  35. To: Half-Life dedicated Linux server mailing list
  36. <hlds_linux@list.valvesoftware.com>
  37. Subject: [hlds_linux] Crash/hang on quit
  38. Message-ID: <557D381E.7040707@mooh.org>
  39. Content-Type: text/plain; charset=utf-8; format=flowed
  40.  
  41. Since the most recent update it seems that the server crashes (and
  42. hangs) on quit.
  43.  
  44. This is on a stock (no MetaMod, no SourceMod) server:
  45.  
  46. quit
  47. L 06/14/2015 - 18:12:07: server_message: "quit"
  48. L 06/14/2015 - 18:12:07: Log file closed.
  49. L 06/14/2015 - 18:12:07: server_message: "restart"
  50. /home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp
  51. (3997) : Assertion Failed: CFileWriterThread: pending file writer
  52. content_log.txt
  53. Assert( Assertion Failed: CFileWriterThread: pending file writer
  54. content_log.txt
  55. ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp:3997
  56.  
  57. Not sure if I'm reading this right but it appears that the log file is
  58. closed, then something is issuing a "restart" but with the log file
  59. already closed the server then crashes into a hung state.
  60.  
  61. The process never exits as it appears to then get stuck somewhere in the
  62. minidump:
  63.  
  64. assert_20150614181208_15.dmp[17942]: Uploading dump (out-of-process)
  65. /tmp/dumps/assert_20150614181208_15.dmp
  66. Bad thread
  67. local/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier0/threadtools.cpp
  68. (1416) : Assertion Failed: Thread synchronization object is unuseable
  69. Bad thread localassert_20150614181208_15.dmp[17942]: Finished uploading
  70. minidump (out-of-process): success = yes
  71. assert_20150614181208_15.dmp[17942]: response:
  72. CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614
  73. assert_20150614181208_15.dmp[17942]: file
  74. ''/tmp/dumps/assert_20150614181208_15.dmp'', upload yes:
  75. ''CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614''
  76.  
  77. Apparently successful but process still never exits.
  78.  
  79. Anyone else get this behaviour?
  80.  
  81. It makes it awkward to exit/restart the server gracefully - I pretty
  82. much have to kill the process.
  83.  
  84. cheers,
  85. yun
  86.  
  87.  
  88.  
  89. ------------------------------
  90.  
  91. Message: 2
  92. Date: Sun, 14 Jun 2015 10:17:33 +0200
  93. From: Martin V <velture@gmail.com>
  94. To: hlds_linux <hlds_linux@list.valvesoftware.com>
  95. Subject: Re: [hlds_linux] Crash/hang on quit
  96. Message-ID:
  97. <CAAiuV6K6o1VZ=4Y_0_ktCsZVwTeHVNrAbqx0SAUErzw2J5+Mjw@mail.gmail.com>
  98. Content-Type: text/plain; charset=UTF-8
  99.  
  100. Try using quit command instead of exit
  101.  
  102.  
  103. ------------------------------
  104.  
  105. Message: 3
  106. Date: Sun, 14 Jun 2015 09:29:13 +0100
  107. From: Robert Styler <stylee32@googlemail.com>
  108. To: Half-Life dedicated Linux server mailing list
  109. <hlds_linux@list.valvesoftware.com>
  110. Subject: Re: [hlds_linux] Crash/hang on quit
  111. Message-ID:
  112. <CAO+Jb8evwbixhpWdarGG9HU3G8BP4prDnqW6B5f2XZgn7qL8nw@mail.gmail.com>
  113. Content-Type: text/plain; charset=UTF-8
  114.  
  115. I'm having the same problem as well
  116.  
  117. On 14 June 2015 at 09:17, Martin V <velture@gmail.com> wrote:
  118.  
  119. > Try using quit command instead of exit
  120. > _______________________________________________
  121. > To unsubscribe, edit your list preferences, or view the list archives,
  122. > please visit:
  123. > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  124. >
  125.  
  126.  
  127. ------------------------------
  128.  
  129. Message: 4
  130. Date: Sun, 14 Jun 2015 10:36:15 +0200
  131. From: Nicolas Seyer <seyer.nicolas@gmail.com>
  132. To: Half-Life dedicated Linux server mailing list
  133. <hlds_linux@list.valvesoftware.com>
  134. Subject: Re: [hlds_linux] Crash/hang on quit
  135. Message-ID:
  136. <CAHFXQUCEYyEOmc3ERYSA6-t7nd-=wejEckYGGHzPVev=T2WNtw@mail.gmail.com>
  137. Content-Type: text/plain; charset=UTF-8
  138.  
  139. I have the same problem. But on one system, only one out of two server is
  140. affected. On another system, none of the 4 servers are affected...
  141.  
  142. On Sun, Jun 14, 2015 at 10:15 AM, Yun Huang Yong <yun.lists@mooh.org> wrote:
  143.  
  144. > Since the most recent update it seems that the server crashes (and hangs)
  145. > on quit.
  146. >
  147. > This is on a stock (no MetaMod, no SourceMod) server:
  148. >
  149. > quit
  150. > L 06/14/2015 - 18:12:07: server_message: "quit"
  151. > L 06/14/2015 - 18:12:07: Log file closed.
  152. > L 06/14/2015 - 18:12:07: server_message: "restart"
  153. > /home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp
  154. > (3997) : Assertion Failed: CFileWriterThread: pending file writer
  155. > content_log.txt
  156. > Assert( Assertion Failed: CFileWriterThread: pending file writer
  157. > content_log.txt
  158. > ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp:3997
  159. >
  160. > Not sure if I'm reading this right but it appears that the log file is
  161. > closed, then something is issuing a "restart" but with the log file already
  162. > closed the server then crashes into a hung state.
  163. >
  164. > The process never exits as it appears to then get stuck somewhere in the
  165. > minidump:
  166. >
  167. > assert_20150614181208_15.dmp[17942]: Uploading dump (out-of-process)
  168. > /tmp/dumps/assert_20150614181208_15.dmp
  169. > Bad thread
  170. > local/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier0/threadtools.cpp
  171. > (1416) : Assertion Failed: Thread synchronization object is unuseable
  172. > Bad thread localassert_20150614181208_15.dmp[17942]: Finished uploading
  173. > minidump (out-of-process): success = yes
  174. > assert_20150614181208_15.dmp[17942]: response:
  175. > CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614
  176. > assert_20150614181208_15.dmp[17942]: file
  177. > ''/tmp/dumps/assert_20150614181208_15.dmp'', upload yes:
  178. > ''CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614''
  179. >
  180. > Apparently successful but process still never exits.
  181. >
  182. > Anyone else get this behaviour?
  183. >
  184. > It makes it awkward to exit/restart the server gracefully - I pretty much
  185. > have to kill the process.
  186. >
  187. > cheers,
  188. > yun
  189. >
  190. > _______________________________________________
  191. > To unsubscribe, edit your list preferences, or view the list archives,
  192. > please visit:
  193. > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  194. >
  195.  
  196.  
  197. ------------------------------
  198.  
  199. Message: 5
  200. Date: Sun, 14 Jun 2015 11:07:59 +0200
  201. From: Nicolas Seyer <seyer.nicolas@gmail.com>
  202. To: Half-Life dedicated Linux server mailing list
  203. <hlds_linux@list.valvesoftware.com>
  204. Subject: Re: [hlds_linux] Crash/hang on quit
  205. Message-ID:
  206. <CAHFXQUDqkHE4fs6ghK10FzBpJ_iNR_w+LMFh7Tbcoop78=EsYQ@mail.gmail.com>
  207. Content-Type: text/plain; charset=UTF-8
  208.  
  209. quit or exit, same thing.
  210.  
  211. On Sun, Jun 14, 2015 at 10:36 AM, Nicolas Seyer <seyer.nicolas@gmail.com>
  212. wrote:
  213.  
  214. > I have the same problem. But on one system, only one out of two server is
  215. > affected. On another system, none of the 4 servers are affected...
  216. >
  217. > On Sun, Jun 14, 2015 at 10:15 AM, Yun Huang Yong <yun.lists@mooh.org>
  218. > wrote:
  219. >
  220. >> Since the most recent update it seems that the server crashes (and hangs)
  221. >> on quit.
  222. >>
  223. >> This is on a stock (no MetaMod, no SourceMod) server:
  224. >>
  225. >> quit
  226. >> L 06/14/2015 - 18:12:07: server_message: "quit"
  227. >> L 06/14/2015 - 18:12:07: Log file closed.
  228. >> L 06/14/2015 - 18:12:07: server_message: "restart"
  229. >> /home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp
  230. >> (3997) : Assertion Failed: CFileWriterThread: pending file writer
  231. >> content_log.txt
  232. >> Assert( Assertion Failed: CFileWriterThread: pending file writer
  233. >> content_log.txt
  234. >> ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp:3997
  235. >>
  236. >> Not sure if I'm reading this right but it appears that the log file is
  237. >> closed, then something is issuing a "restart" but with the log file already
  238. >> closed the server then crashes into a hung state.
  239. >>
  240. >> The process never exits as it appears to then get stuck somewhere in the
  241. >> minidump:
  242. >>
  243. >> assert_20150614181208_15.dmp[17942]: Uploading dump (out-of-process)
  244. >> /tmp/dumps/assert_20150614181208_15.dmp
  245. >> Bad thread
  246. >> local/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier0/threadtools.cpp
  247. >> (1416) : Assertion Failed: Thread synchronization object is unuseable
  248. >> Bad thread localassert_20150614181208_15.dmp[17942]: Finished uploading
  249. >> minidump (out-of-process): success = yes
  250. >> assert_20150614181208_15.dmp[17942]: response:
  251. >> CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614
  252. >> assert_20150614181208_15.dmp[17942]: file
  253. >> ''/tmp/dumps/assert_20150614181208_15.dmp'', upload yes:
  254. >> ''CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614''
  255. >>
  256. >> Apparently successful but process still never exits.
  257. >>
  258. >> Anyone else get this behaviour?
  259. >>
  260. >> It makes it awkward to exit/restart the server gracefully - I pretty much
  261. >> have to kill the process.
  262. >>
  263. >> cheers,
  264. >> yun
  265. >>
  266. >> _______________________________________________
  267. >> To unsubscribe, edit your list preferences, or view the list archives,
  268. >> please visit:
  269. >> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  270. >>
  271. >
  272. >
  273.  
  274.  
  275. ------------------------------
  276.  
  277. Message: 6
  278. Date: Sun, 14 Jun 2015 03:04:39 -0700
  279. From: Jesse Molina <jesse@opendreams.net>
  280. To: Half-Life dedicated Linux server mailing list
  281. <hlds_linux@list.valvesoftware.com>
  282. Subject: Re: [hlds_linux] Crash/hang on quit
  283. Message-ID: <557D51B7.9040104@opendreams.net>
  284. Content-Type: text/plain; charset=ISO-8859-1; format=flowed
  285.  
  286.  
  287. srcds_linux did this for years between something like 2009 and 2012.
  288. That's just a guess, I don't exactly remember the time frame.
  289.  
  290. You should not expect srcds_linux to quit like it should. It is not a
  291. very well behaved bit of software.
  292.  
  293.  
  294.  
  295. On 6/14/15 1:15, Yun Huang Yong wrote:
  296. > Since the most recent update it seems that the server crashes (and
  297. > hangs) on quit.
  298. >
  299. > This is on a stock (no MetaMod, no SourceMod) server:
  300. >
  301. > quit
  302. > L 06/14/2015 - 18:12:07: server_message: "quit"
  303. > L 06/14/2015 - 18:12:07: Log file closed.
  304. > L 06/14/2015 - 18:12:07: server_message: "restart"
  305. > /home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp
  306. > (3997) : Assertion Failed: CFileWriterThread: pending file writer
  307. > content_log.txt
  308. > Assert( Assertion Failed: CFileWriterThread: pending file writer
  309. > content_log.txt
  310. > ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp:3997
  311. >
  312. > Not sure if I'm reading this right but it appears that the log file is
  313. > closed, then something is issuing a "restart" but with the log file
  314. > already closed the server then crashes into a hung state.
  315. >
  316. > The process never exits as it appears to then get stuck somewhere in
  317. > the minidump:
  318. >
  319. > assert_20150614181208_15.dmp[17942]: Uploading dump (out-of-process)
  320. > /tmp/dumps/assert_20150614181208_15.dmp
  321. > Bad thread
  322. > local/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier0/threadtools.cpp
  323. > (1416) : Assertion Failed: Thread synchronization object is unuseable
  324. > Bad thread localassert_20150614181208_15.dmp[17942]: Finished
  325. > uploading minidump (out-of-process): success = yes
  326. > assert_20150614181208_15.dmp[17942]: response:
  327. > CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614
  328. > assert_20150614181208_15.dmp[17942]: file
  329. > ''/tmp/dumps/assert_20150614181208_15.dmp'', upload yes:
  330. > ''CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614''
  331. >
  332. > Apparently successful but process still never exits.
  333. >
  334. > Anyone else get this behaviour?
  335. >
  336. > It makes it awkward to exit/restart the server gracefully - I pretty
  337. > much have to kill the process.
  338. >
  339. > cheers,
  340. > yun
  341. >
  342. > _______________________________________________
  343. > To unsubscribe, edit your list preferences, or view the list archives,
  344. > please visit:
  345. > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  346.  
  347.  
  348.  
  349.  
  350. ------------------------------
  351.  
  352. Message: 7
  353. Date: Sun, 14 Jun 2015 12:48:16 +0200
  354. From: Erik-jan Riemers <riemers@binkey.nl>
  355. To: Half-Life dedicated Linux server mailing list
  356. <hlds_linux@list.valvesoftware.com>
  357. Subject: Re: [hlds_linux] Crash/hang on quit
  358. Message-ID:
  359. <CAOsgjcQhceF45-zx8rs0pidpfmDEEeZZXO-W32Nvr8k26sAr1w@mail.gmail.com>
  360. Content-Type: text/plain; charset=UTF-8
  361.  
  362. And i thought it was just me, but indeed all my servers pretty much
  363. hang/crash. Tried a dozen things cannot get it to work normally again. Also
  364. booted up a micro instance on amazon, installed it fresh on ubuntu 14.04
  365. with no extra's and also crashes. I restart the servers at night every day,
  366. but now they all just hang. (on multiple different servers)
  367.  
  368. 2015-06-14 12:04 GMT+02:00 Jesse Molina <jesse@opendreams.net>:
  369.  
  370. >
  371. > srcds_linux did this for years between something like 2009 and 2012.
  372. > That's just a guess, I don't exactly remember the time frame.
  373. >
  374. > You should not expect srcds_linux to quit like it should. It is not a very
  375. > well behaved bit of software.
  376. >
  377. >
  378. >
  379. >
  380. > On 6/14/15 1:15, Yun Huang Yong wrote:
  381. >
  382. >> Since the most recent update it seems that the server crashes (and hangs)
  383. >> on quit.
  384. >>
  385. >> This is on a stock (no MetaMod, no SourceMod) server:
  386. >>
  387. >> quit
  388. >> L 06/14/2015 - 18:12:07: server_message: "quit"
  389. >> L 06/14/2015 - 18:12:07: Log file closed.
  390. >> L 06/14/2015 - 18:12:07: server_message: "restart"
  391. >> /home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp
  392. >> (3997) : Assertion Failed: CFileWriterThread: pending file writer
  393. >> content_log.txt
  394. >> Assert( Assertion Failed: CFileWriterThread: pending file writer
  395. >> content_log.txt
  396. >> ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp:3997
  397. >>
  398. >> Not sure if I'm reading this right but it appears that the log file is
  399. >> closed, then something is issuing a "restart" but with the log file already
  400. >> closed the server then crashes into a hung state.
  401. >>
  402. >> The process never exits as it appears to then get stuck somewhere in the
  403. >> minidump:
  404. >>
  405. >> assert_20150614181208_15.dmp[17942]: Uploading dump (out-of-process)
  406. >> /tmp/dumps/assert_20150614181208_15.dmp
  407. >> Bad thread
  408. >> local/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier0/threadtools.cpp
  409. >> (1416) : Assertion Failed: Thread synchronization object is unuseable
  410. >> Bad thread localassert_20150614181208_15.dmp[17942]: Finished uploading
  411. >> minidump (out-of-process): success = yes
  412. >> assert_20150614181208_15.dmp[17942]: response:
  413. >> CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614
  414. >> assert_20150614181208_15.dmp[17942]: file
  415. >> ''/tmp/dumps/assert_20150614181208_15.dmp'', upload yes:
  416. >> ''CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614''
  417. >>
  418. >> Apparently successful but process still never exits.
  419. >>
  420. >> Anyone else get this behaviour?
  421. >>
  422. >> It makes it awkward to exit/restart the server gracefully - I pretty much
  423. >> have to kill the process.
  424. >>
  425. >> cheers,
  426. >> yun
  427. >>
  428. >> _______________________________________________
  429. >> To unsubscribe, edit your list preferences, or view the list archives,
  430. >> please visit:
  431. >> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  432. >>
  433. >
  434. >
  435. > _______________________________________________
  436. > To unsubscribe, edit your list preferences, or view the list archives,
  437. > please visit:
  438. > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  439. >
  440.  
  441.  
  442. ------------------------------
  443.  
  444. Message: 8
  445. Date: Sun, 14 Jun 2015 20:57:46 +1000
  446. From: Yun Huang Yong <yun.lists@mooh.org>
  447. To: Half-Life dedicated Linux server mailing list
  448. <hlds_linux@list.valvesoftware.com>
  449. Subject: Re: [hlds_linux] Crash/hang on quit
  450. Message-ID: <557D5E2A.30901@mooh.org>
  451. Content-Type: text/plain; charset=windows-1252; format=flowed
  452.  
  453. "quit" and "exit" both used to exit cleanly prior to the update 3 days ago.
  454.  
  455. We've been restarting our servers every night for ~2.5 years by simply
  456. sending an RCON quit.
  457.  
  458. Hopefully this means it's a relatively easy change to revert/fix.
  459.  
  460. On 14/06/2015 8:48 PM, Erik-jan Riemers wrote:
  461. > And i thought it was just me, but indeed all my servers pretty much
  462. > hang/crash. Tried a dozen things cannot get it to work normally again. Also
  463. > booted up a micro instance on amazon, installed it fresh on ubuntu 14.04
  464. > with no extra's and also crashes. I restart the servers at night every day,
  465. > but now they all just hang. (on multiple different servers)
  466. >
  467. > 2015-06-14 12:04 GMT+02:00 Jesse Molina <jesse@opendreams.net>:
  468. >
  469. >>
  470. >> srcds_linux did this for years between something like 2009 and 2012.
  471. >> That's just a guess, I don't exactly remember the time frame.
  472. >>
  473. >> You should not expect srcds_linux to quit like it should. It is not a very
  474. >> well behaved bit of software.
  475. >>
  476. >>
  477. >>
  478. >>
  479. >> On 6/14/15 1:15, Yun Huang Yong wrote:
  480. >>
  481. >>> Since the most recent update it seems that the server crashes (and hangs)
  482. >>> on quit.
  483. >>>
  484. >>> This is on a stock (no MetaMod, no SourceMod) server:
  485. >>>
  486. >>> quit
  487. >>> L 06/14/2015 - 18:12:07: server_message: "quit"
  488. >>> L 06/14/2015 - 18:12:07: Log file closed.
  489. >>> L 06/14/2015 - 18:12:07: server_message: "restart"
  490. >>> /home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp
  491. >>> (3997) : Assertion Failed: CFileWriterThread: pending file writer
  492. >>> content_log.txt
  493. >>> Assert( Assertion Failed: CFileWriterThread: pending file writer
  494. >>> content_log.txt
  495. >>> ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier1/../tier1/fileio.cpp:3997
  496. >>>
  497. >>> Not sure if I'm reading this right but it appears that the log file is
  498. >>> closed, then something is issuing a "restart" but with the log file already
  499. >>> closed the server then crashes into a hung state.
  500. >>>
  501. >>> The process never exits as it appears to then get stuck somewhere in the
  502. >>> minidump:
  503. >>>
  504. >>> assert_20150614181208_15.dmp[17942]: Uploading dump (out-of-process)
  505. >>> /tmp/dumps/assert_20150614181208_15.dmp
  506. >>> Bad thread
  507. >>> local/home/buildbot/buildslave/steam_rel_client_linux/build/src/tier0/threadtools.cpp
  508. >>> (1416) : Assertion Failed: Thread synchronization object is unuseable
  509. >>> Bad thread localassert_20150614181208_15.dmp[17942]: Finished uploading
  510. >>> minidump (out-of-process): success = yes
  511. >>> assert_20150614181208_15.dmp[17942]: response:
  512. >>> CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614
  513. >>> assert_20150614181208_15.dmp[17942]: file
  514. >>> ''/tmp/dumps/assert_20150614181208_15.dmp'', upload yes:
  515. >>> ''CrashID=bp-166286bb-fd3c-46a7-b567-94dbe2150614''
  516. >>>
  517. >>> Apparently successful but process still never exits.
  518. >>>
  519. >>> Anyone else get this behaviour?
  520. >>>
  521. >>> It makes it awkward to exit/restart the server gracefully - I pretty much
  522. >>> have to kill the process.
  523. >>>
  524. >>> cheers,
  525. >>> yun
  526. >>>
  527. >>> _______________________________________________
  528. >>> To unsubscribe, edit your list preferences, or view the list archives,
  529. >>> please visit:
  530. >>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  531. >>>
  532. >>
  533. >>
  534. >> _______________________________________________
  535. >> To unsubscribe, edit your list preferences, or view the list archives,
  536. >> please visit:
  537. >> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  538. >>
  539. > _______________________________________________
  540. > To unsubscribe, edit your list preferences, or view the list archives, please visit:
  541. > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  542. >
  543. >
  544.  
  545.  
  546.  
  547.  
  548. ------------------------------
  549.  
  550. _______________________________________________
  551. To unsubscribe, edit your list preferences, or view the list archives, please visit:
  552. https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
  553.  
  554.  
  555.  
  556. End of hlds_linux Digest, Vol 87, Issue 7
  557. *****************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement