Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A recent chobby update prevent it to launch #755

Open
versus666 opened this issue Jul 22, 2020 · 28 comments
Open

A recent chobby update prevent it to launch #755

versus666 opened this issue Jul 22, 2020 · 28 comments

Comments

@versus666
Copy link

Linux Mint 20, no recent update to mono.
Haven't played for a few days, chobby was working fine, now it won't launch. Getting this on the console :

./Zero-K_linux64

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
  at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoDriver..ctor (System.String term) [0x00058] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver..cctor () [0x00062] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Console..cctor () [0x000a8] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Diagnostics.ConsoleTraceListener..ctor () [0x00000] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.ConsoleTraceListener:.ctor ()
  at ChobbyLauncher.Program.Main (System.String[] args) [0x0002a] in <a6762436fde34b81aaef6d3dbec0723c>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
  at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoDriver..ctor (System.String term) [0x00058] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver..cctor () [0x00062] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Console..cctor () [0x000a8] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Diagnostics.ConsoleTraceListener..ctor () [0x00000] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.ConsoleTraceListener:.ctor ()
  at ChobbyLauncher.Program.Main (System.String[] args) [0x0002a] in <a6762436fde34b81aaef6d3dbec0723c>:0 

./Zero-K.exe

Unhandled Exception:
System.BadImageFormatException: Could not resolve field token 0x04001d5c, due to: Could not load type of field 'ZkData.GlobalConst:contentServiceFactory' (115) due to: Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. assembly:/home/versus666/.spring/Zero-K.exe type:GlobalConst member:(null)
File name: 'Zero-K.all'
[ERROR] FATAL UNHANDLED EXCEPTION: System.BadImageFormatException: Could not resolve field token 0x04001d5c, due to: Could not load type of field 'ZkData.GlobalConst:contentServiceFactory' (115) due to: Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. assembly:/home/versus666/.spring/Zero-K.exe type:GlobalConst member:(null)
File name: 'Zero-K.all'

Checked on the web, redownloaded https://zero-k.info/lobby/Zero-K.exe, no change.

Tried this as I saw it fixed the problem for similar cases :

export 'TERM=xterm' && ./Zero-K_linux64.sh

Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : http://repos.springrts.com/zkmenu/packages/2e6ae03f98f334ae8cea377e78198675.sdp Completed - 78.79k
Zero-K.exe Information: 0 : zkmenu:stable download complete - 78.79k
* Assertion at local-propagation.c:330, condition `ins->opcode > MONO_CEE_LAST' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0002f>
  at Ionic.Zip.ZipEntry.GetEncodedFileNameBytes () <0x001df>
  at Ionic.Zip.ZipEntry.WriteHeader (System.IO.Stream,int) <0x00343>
  at Ionic.Zip.ZipOutputStream._InitiateCurrentEntry (bool) <0x0008f>
  at Ionic.Zip.ZipOutputStream.Write (byte[],int,int) <0x0007b>
  at System.IO.Stream.InternalCopyTo (System.IO.Stream,int) <0x00053>
  at System.IO.Stream.CopyTo (System.IO.Stream) <0x0009b>
  at (wrapper remoting-invoke-with-check) System.IO.Stream.CopyTo (System.IO.Stream) <0x0006b>
  at PlasmaDownloader.Packages.Sdp2Sdz.GenerateSdz (ZkData.SpringPaths,ZkData.SdpArchive,string,System.Action`1<double>) <0x003b3>
  at PlasmaDownloader.Packages.Sdp2Sdz.ConvertSdp2Sdz (ZkData.SpringPaths,ZkData.Hash,string,System.Action`1<double>) <0x0022f>
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () <0x00697>
  at ZkData.Utils/<>c__DisplayClass37_0.<SafeThread>b__0 () <0x00025>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x00098>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001f9>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00023>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x0005b>
  at System.Threading.ThreadHelper.ThreadStart () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

	./Zero-K_linux64(+0x5ebff) [0x55f43507dbff]
	/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7fe5899233c0]
	/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7fe58954a18b]
	/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b) [0x7fe589529859]
	./Zero-K_linux64(+0x1c6789) [0x55f4351e5789]
	./Zero-K_linux64(+0x1c6a1c) [0x55f4351e5a1c]
	./Zero-K_linux64(+0x1c6bb3) [0x55f4351e5bb3]
	./Zero-K_linux64(+0x225afb) [0x55f435244afb]
	./Zero-K_linux64(+0x7a772) [0x55f435099772]
	./Zero-K_linux64(+0x7b124) [0x55f43509a124]
	./Zero-K_linux64(+0x6d270) [0x55f43508c270]
	./Zero-K_linux64(+0x719ae) [0x55f4350909ae]
	./Zero-K_linux64(+0x72565) [0x55f435091565]
	[0x41435698]

Debug info from gdb:

[New LWP 802957]
[New LWP 802958]
[New LWP 802959]
[New LWP 802960]
[New LWP 802961]
[New LWP 802962]
[New LWP 802963]
[New LWP 802964]
[New LWP 802965]
[New LWP 802967]
[New LWP 802986]
[New LWP 802987]
[New LWP 803012]
[New LWP 803017]
[New LWP 803036]
[New LWP 803037]
[New LWP 803038]
[New LWP 803057]
[New LWP 803058]
[New LWP 803077]
[New LWP 803078]
[New LWP 803079]
[New LWP 803098]
[New LWP 803099]
[New LWP 803100]
[New LWP 803101]
[New LWP 803128]
[New LWP 803134]
[New LWP 803153]
[New LWP 803154]
[New LWP 803173]
[New LWP 803174]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55f437b776e0) at ../sysdeps/nptl/futex-internal.h:183
183	../sysdeps/nptl/futex-internal.h: No such file or directory.
  Id   Target Id                                            Frame 
* 1    Thread 0x7fe5894ff780 (LWP 802956) "Main"            futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55f437b776e0) at ../sysdeps/nptl/futex-internal.h:183
  2    Thread 0x7fe5887ff700 (LWP 802957) "SGen worker"     futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55f437354688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
  3    Thread 0x7fe588eab700 (LWP 802958) "Finalizer"       futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x55f437348f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
  4    Thread 0x7fe5859df700 (LWP 802959) "Main"            0x00007fe5895e9c6f in __GI___wait4 (pid=803193, stat_loc=0x7fe5859dca6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  5    Thread 0x7fe586f7b700 (LWP 802960) "Main"            futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe586f7acb0, clockid=<optimized out>, expected=0, futex_word=0x55f437355048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
  6    Thread 0x7fe5857de700 (LWP 802961) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5857ddcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  7    Thread 0x7fe5855dd700 (LWP 802962) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5855dbc90, clockid=<optimized out>, expected=0, futex_word=0x55f437b767c4) at ../sysdeps/nptl/futex-internal.h:320
  8    Thread 0x7fe5853dc700 (LWP 802963) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5853dbcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  9    Thread 0x7fe5851db700 (LWP 802964) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5851dacc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  10   Thread 0x7fe584dcb700 (LWP 802965) "Timer-Scheduler" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584dca270, clockid=<optimized out>, expected=0, futex_word=0x55f437b77840) at ../sysdeps/nptl/futex-internal.h:320
  11   Thread 0x7fe584bca700 (LWP 802967) "Threadpool work" 0x00007fe58961996f in __GI___poll (fds=0x7fe574083410, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  12   Thread 0x7fe584b3c700 (LWP 802986) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584b3bcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  13   Thread 0x7fe58493b700 (LWP 802987) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe58493acc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  14   Thread 0x7fe58473a700 (LWP 803012) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584739cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  15   Thread 0x7fe584539700 (LWP 803017) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584538cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  16   Thread 0x7fe584338700 (LWP 803036) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584337cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  17   Thread 0x7fe57ecff700 (LWP 803037) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57ecfecc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  18   Thread 0x7fe57eafe700 (LWP 803038) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57eafdcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  19   Thread 0x7fe57e6ff700 (LWP 803057) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57e6fecc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  20   Thread 0x7fe57e4fe700 (LWP 803058) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57e4fdcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2974) at ../sysdeps/nptl/futex-internal.h:320
  21   Thread 0x7fe57e2fd700 (LWP 803077) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57e2fccc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  22   Thread 0x7fe57deff700 (LWP 803078) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57defecc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  23   Thread 0x7fe57dcfe700 (LWP 803079) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57dcfdcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  24   Thread 0x7fe57da7b700 (LWP 803098) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57da7acc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  25   Thread 0x7fe57d87a700 (LWP 803099) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d879cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  26   Thread 0x7fe57d679700 (LWP 803100) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d678cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  27   Thread 0x7fe57d478700 (LWP 803101) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d477cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  28   Thread 0x7fe57d277700 (LWP 803128) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d276cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  29   Thread 0x7fe57d076700 (LWP 803134) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d075cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  30   Thread 0x7fe57ce75700 (LWP 803153) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57ce74cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  31   Thread 0x7fe57cc74700 (LWP 803154) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57cc73cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  32   Thread 0x7fe57ca73700 (LWP 803173) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57ca72cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
  33   Thread 0x7fe57c872700 (LWP 803174) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57c871cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320

Thread 33 (Thread 0x7fe57c872700 (LWP 803174)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57c871cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57c871cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57c871cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 32 (Thread 0x7fe57ca73700 (LWP 803173)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57ca72cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57ca72cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57ca72cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7fe57cc74700 (LWP 803154)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57cc73cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57cc73cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57cc73cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7fe57ce75700 (LWP 803153)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57ce74cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57ce74cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57ce74cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7fe57d076700 (LWP 803134)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d075cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57d075cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57d075cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7fe57d277700 (LWP 803128)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d276cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57d276cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57d276cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7fe57d478700 (LWP 803101)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d477cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57d477cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57d477cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7fe57d679700 (LWP 803100)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d678cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57d678cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57d678cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7fe57d87a700 (LWP 803099)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57d879cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57d879cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57d879cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7fe57da7b700 (LWP 803098)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57da7acc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57da7acc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57da7acc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7fe57dcfe700 (LWP 803079)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57dcfdcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57dcfdcc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57dcfdcc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7fe57deff700 (LWP 803078)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57defecc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57defecc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57defecc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7fe57e2fd700 (LWP 803077)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57e2fccc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57e2fccc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57e2fccc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7fe57e4fe700 (LWP 803058)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57e4fdcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2974) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57e4fdcc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57e4fdcc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7fe57e6ff700 (LWP 803057)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57e6fecc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57e6fecc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57e6fecc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7fe57eafe700 (LWP 803038)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57eafdcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57eafdcc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57eafdcc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7fe57ecff700 (LWP 803037)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe57ecfecc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe57ecfecc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe57ecfecc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7fe584338700 (LWP 803036)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584337cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe584337cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe584337cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7fe584539700 (LWP 803017)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584538cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe584538cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe584538cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7fe58473a700 (LWP 803012)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584739cc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe584739cc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe584739cc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7fe58493b700 (LWP 802987)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe58493acc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe58493acc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe58493acc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7fe584b3c700 (LWP 802986)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584b3bcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe584b3bcc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe584b3bcc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7fe584bca700 (LWP 802967)):
#0  0x00007fe58961996f in __GI___poll (fds=0x7fe574083410, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x000055f4351690e5 in poll_event_wait ()
#2  0x000055f435169fd6 in selector_thread ()
#3  0x000055f435173f0d in start_wrapper ()
#4  0x000055f4351d9afa in inner_start_thread ()
#5  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7fe584dcb700 (LWP 802965)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe584dca270, clockid=<optimized out>, expected=0, futex_word=0x55f437b77840) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe584dca270, clockid=<optimized out>, mutex=0x55f437b777f0, cond=0x55f437b77818) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f437b77818, mutex=0x55f437b777f0, abstime=0x7fe584dca270) at pthread_cond_wait.c:656
#3  0x000055f4351b48ff in _wapi_handle_timedwait_signal_handle ()
#4  0x000055f4351ca5f4 in wapi_WaitForSingleObjectEx ()
#5  0x000055f435173a8b in mono_wait_uninterrupted.isra ()
#6  0x000055f4351753e7 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#7  0x0000000040dde59a in ?? ()
#8  0x0000000000000001 in ?? ()
#9  0x00007fe58881fa08 in ?? ()
#10 0x00007fe58881f9d0 in ?? ()
#11 0x000000000001869e in ?? ()
#12 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7fe5851db700 (LWP 802964)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5851dacc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe5851dacc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe5851dacc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7fe5853dc700 (LWP 802963)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5853dbcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe5853dbcc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe5853dbcc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7fe5855dd700 (LWP 802962)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5855dbc90, clockid=<optimized out>, expected=0, futex_word=0x55f437b767c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe5855dbc90, clockid=<optimized out>, mutex=0x55f437b76770, cond=0x55f437b76798) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f437b76798, mutex=0x55f437b76770, abstime=0x7fe5855dbc90) at pthread_cond_wait.c:656
#3  0x000055f4351b48ff in _wapi_handle_timedwait_signal_handle ()
#4  0x000055f4351cb52b in wapi_WaitForMultipleObjectsEx ()
#5  0x000055f435173a1a in mono_wait_uninterrupted.isra ()
#6  0x000055f4351751c0 in ves_icall_System_Threading_WaitHandle_WaitAny_internal ()
#7  0x0000000040db72aa in ?? ()
#8  0x0000000000000002 in ?? ()
#9  0x00007fe588bee490 in ?? ()
#10 0x00007fe588bee460 in ?? ()
#11 0x00000000001b7740 in ?? ()
#12 0x00007fe588becd18 in ?? ()
#13 0x00007fe568001c20 in ?? ()
#14 0x00007fe5855dc400 in ?? ()
#15 0x00007fe5855dc400 in ?? ()
#16 0x00007fe5855dc340 in ?? ()
#17 0x0000000040db7170 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7fe5857de700 (LWP 802961)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe5857ddcc0, clockid=<optimized out>, expected=0, futex_word=0x55f4383e2970) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe5857ddcc0, clockid=<optimized out>, mutex=0x55f4383e2978, cond=0x55f4383e2948) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f4383e2948, mutex=0x55f4383e2978, abstime=0x7fe5857ddcc0) at pthread_cond_wait.c:656
#3  0x000055f43516d636 in worker_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fe586f7b700 (LWP 802960)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe586f7acb0, clockid=<optimized out>, expected=0, futex_word=0x55f437355048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe586f7acb0, clockid=<optimized out>, mutex=0x55f437355060 <sleep_mutex>, cond=0x55f437355020 <sleep_cond>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55f437355020 <sleep_cond>, mutex=0x55f437355060 <sleep_mutex>, abstime=0x7fe586f7acb0) at pthread_cond_wait.c:656
#3  0x000055f4351dd04f in mono_thread_info_sleep ()
#4  0x000055f43516c56e in monitor_thread ()
#5  0x000055f435173f0d in start_wrapper ()
#6  0x000055f4351d9afa in inner_start_thread ()
#7  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fe5859df700 (LWP 802959)):
#0  0x00007fe5895e9c6f in __GI___wait4 (pid=803193, stat_loc=0x7fe5859dca6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x000055f43507dcd5 in mono_handle_native_sigsegv ()
#2  <signal handler called>
#3  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#4  0x00007fe589529859 in __GI_abort () at abort.c:79
#5  0x000055f4351e5789 in monoeg_log_default_handler ()
#6  0x000055f4351e5a1c in monoeg_g_logv ()
#7  0x000055f4351e5bb3 in monoeg_assertion_message ()
#8  0x000055f435244afb in mono_local_cprop ()
#9  0x000055f435099772 in mini_method_compile ()
#10 0x000055f43509a124 in mono_jit_compile_method_inner ()
#11 0x000055f43508c270 in mono_jit_compile_method_with_opt ()
#12 0x000055f4350909ae in common_call_trampoline ()
#13 0x000055f435091565 in mono_vcall_trampoline ()
#14 0x0000000041435698 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fe588eab700 (LWP 802958)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x55f437348f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x55f437348f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007fe5899214e8 in __new_sem_wait_slow (sem=0x55f437348f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x000055f4350d5b69 in finalizer_thread ()
#4  0x000055f435173f0d in start_wrapper ()
#5  0x000055f4351d9afa in inner_start_thread ()
#6  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fe5887ff700 (LWP 802957)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55f437354688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55f4373546a0 <lock>, cond=0x55f437354660 <work_cond>) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x55f437354660 <work_cond>, mutex=0x55f4373546a0 <lock>) at pthread_cond_wait.c:638
#3  0x000055f4351ae363 in thread_func ()
#4  0x00007fe589917609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#5  0x00007fe589626103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fe5894ff780 (LWP 802956)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55f437b776e0) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55f437b77690, cond=0x55f437b776b8) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x55f437b776b8, mutex=0x55f437b77690) at pthread_cond_wait.c:638
#3  0x000055f4351b4c5c in _wapi_handle_timedwait_signal_handle ()
#4  0x000055f4351ca722 in wapi_WaitForSingleObjectEx ()
#5  0x000055f435121a8e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#6  0x0000000040db5e70 in ?? ()
#7  0x6c6f736552657079 in ?? ()
#8  0x00007fe588bf1208 in ?? ()
#9  0x0000000000000000 in ?? ()
[Inferior 1 (process 802956) detached]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted (core dumped)

Tried to remove the file packages/2e6ae03f98f334ae8cea377e78198675.sdp

No change

Added official repositories for mono and updated it :

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update

(updated it with synaptic then)
Went from 6.8.0.105 to 6.10.0.104

No change.

I read it's about dependencies but I don't know if it's on the client or at the file/package/project compilation.
Saw on https://zerok.itch.io/zero-k Zero-K semi-portable Version 62 was updated 4 days ago and that match the window.

@GoogleFrog
Copy link

How recent? There was an engine update yesterday.

@Histidine91
Copy link
Member

I'll push itch ZK with the new engine today, maaybe that will fix it.

The Linux binary hasn't been updated in years AFAIK, but Zero-K.exe from website also not working is concerning.

@versus666
Copy link
Author

versus666 commented Jul 25, 2020

GoogleFrog : I posted the issue the day I noticed the problem, if that is your question.

Downloaded a few minutes ago the Zero-K semi-portable Version 64 posted 1 day ago, still the same errors.

@Anarchid
Copy link
Member

Anarchid commented Jul 25, 2020

Downloading and running itch semi-portable package works for me on Ubuntu 20.04, implying it's something system-specific.

What is your version of mono and related packages? (mono-*)

@Porkch0p
Copy link

Porkch0p commented Jul 25, 2020

I updated a machine to Linux Mint 20 (MATE) last night, coincidentally, and I was able to reproduce the 'Unhandled Exception' issue with the itch semi-portable build OOTB when running ./Zero-K_linux64.sh.

A workaround for the same error on Terraria Servers works on my Linux Mint 20 install of Zero-K.

Terraria Server Workaround

For me, that was to
$ apt install xterm
and then execute the binary with
$ TERM=xterm ./Zero-K_linux64.sh

It took a while before any activity happened, but it did continue on and fully load Chobby.

EDIT: What on earth? Chobby runs as long as any TERM value is set. It doesn't have to point at a terminal or valid command. It also succeeded when replacing xterm with gibberish or even left as a blank space.

$ TERM= ./Zero-K_linux64.sh

After some circling back to your post, this might not help ZK run on your system, but might be useful for other people trying to load the itch build or finding the source of the issue.

I also installed the Steam version to make sure that wasn't affected. The game launches from Steam without needing any workarounds, though Zero-K_linux64.sh still cannot be run directly.

@versus666
Copy link
Author

I tested and confirm Chobby DO launch with

TERM= ./Zero-K_linux64.sh

That did the trick but I'd really like to know why this SUDDEN behavior as it worked without that last week :/

Here is the output of the console


TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : Querying default engine
Zero-K.exe Information: 0 : Reseting configs and deploying AIs
Zero-K.exe Information: 0 : Connecting to steam API
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Starting
Zero-K.exe Information: 0 : Chobby connected to wrapper
Zero-K.exe Information: 0 : Chobbyla >> WrapperOnline {"UserID":"35390213","DefaultServerHost":"zero-k.info","DefaultServerPort":8200,"IsSteamFolder":false}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"news/1089.png","ImageUrl":"http://zero-k.info/img/lobbynews/1089.png"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/img/lobbynews/1089.png","TargetPath":"news/1089.png"}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"LuaMenu/Images/MinimapThumbnailsZeroWars_v2.0.2.jpg","ImageUrl":"http://zero-k.info/Resources/ZeroWars_v2.0.2.thumbnail.jpg"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/Resources/ZeroWars_v2.0.2.thumbnail.jpg","TargetPath":"LuaMenu/Images/MinimapThumbnailsZeroWars_v2.0.2.jpg"}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobby closed connection
Zero-K.exe Information: 0 : Spring exited

@Anarchid
Copy link
Member

That did the trick but I'd really like to know why this SUDDEN behavior as it worked without that last week :/

Perhaps something that is neither mono nor zk changed on your system? @Porkch0p 's original workaround seems to require installing xterm, so perhaps that package got actually removed or something.

@Porkch0p
Copy link

Porkch0p commented Jul 26, 2020

I was surprised to not see it installed in the first place. I uninstalled xterm after that branch of testing, so my TERM= ./Zero-K_linux64.sh is being done without xterm present.

If it just started happening to @versus666 after a recent package update there might be some relevant changes near the end of /var/log/dpkg.log or /var/log/apt/history.log

It seems like the problem will probably be related to this issue in Mono mono/mono#6752 or maybe ncurses. Really strange that it should be showing up now.

@versus666
Copy link
Author

versus666 commented Jul 30, 2020

Update :
TERM= ./Zero-K_linux64.sh only worked ONCE. I tested, rejoined a game, exited ans wrote my post. I think it can be verified I logged in successfully. Yesterday I tried and it doesn't work anymore... It's getting crazy...

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : http://repos.springrts.com/zkmenu/packages/3896ac1b286190c5c528f19228e4a1f8.sdp Completed - 78.82k
Zero-K.exe Information: 0 : zkmenu:stable download complete - 78.82k
* Assertion at local-propagation.c:330, condition `ins->opcode > MONO_CEE_LAST' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0002f>
  at Ionic.Zip.ZipEntry.GetEncodedFileNameBytes () <0x001df>
  at Ionic.Zip.ZipEntry.WriteHeader (System.IO.Stream,int) <0x00343>
  at Ionic.Zip.ZipOutputStream._InitiateCurrentEntry (bool) <0x0008f>
  at Ionic.Zip.ZipOutputStream.Write (byte[],int,int) <0x0007b>
  at System.IO.Stream.InternalCopyTo (System.IO.Stream,int) <0x00053>
  at System.IO.Stream.CopyTo (System.IO.Stream) <0x0009b>
  at (wrapper remoting-invoke-with-check) System.IO.Stream.CopyTo (System.IO.Stream) <0x0006b>
  at PlasmaDownloader.Packages.Sdp2Sdz.GenerateSdz (ZkData.SpringPaths,ZkData.SdpArchive,string,System.Action`1<double>) <0x003b3>
  at PlasmaDownloader.Packages.Sdp2Sdz.ConvertSdp2Sdz (ZkData.SpringPaths,ZkData.Hash,string,System.Action`1<double>) <0x0022f>
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () <0x00697>
  at ZkData.Utils/<>c__DisplayClass37_0.<SafeThread>b__0 () <0x00025>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x00098>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001f9>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00023>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x0005b>
  at System.Threading.ThreadHelper.ThreadStart () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

	./Zero-K_linux64(+0x5ebff) [0x555cc56a7bff]
	/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7f3ed384d3c0]
	/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7f3ed347418b]
	/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b) [0x7f3ed3453859]
	./Zero-K_linux64(+0x1c6789) [0x555cc580f789]
	./Zero-K_linux64(+0x1c6a1c) [0x555cc580fa1c]
	./Zero-K_linux64(+0x1c6bb3) [0x555cc580fbb3]
	./Zero-K_linux64(+0x225afb) [0x555cc586eafb]
	./Zero-K_linux64(+0x7a772) [0x555cc56c3772]
	./Zero-K_linux64(+0x7b124) [0x555cc56c4124]
	./Zero-K_linux64(+0x6d270) [0x555cc56b6270]
	./Zero-K_linux64(+0x719ae) [0x555cc56ba9ae]
	./Zero-K_linux64(+0x72565) [0x555cc56bb565]
	[0x40548698]

Debug info from gdb:

[New LWP 445235]
[New LWP 445236]
[New LWP 445237]
[New LWP 445238]
[New LWP 445239]
[New LWP 445240]
[New LWP 445241]
[New LWP 445242]
[New LWP 445243]
[New LWP 445244]
[New LWP 445263]
[New LWP 445274]
[New LWP 445293]
[New LWP 445294]
[New LWP 445295]
[New LWP 445296]
[New LWP 445315]
[New LWP 445316]
[New LWP 445317]
[New LWP 445336]
[New LWP 445337]
[New LWP 445338]
[New LWP 445357]
[New LWP 445358]
[New LWP 445359]
[New LWP 445378]
[New LWP 445379]
[New LWP 445390]
[New LWP 445391]
[New LWP 445410]
[New LWP 445411]
[New LWP 445412]
[New LWP 445429]
[New LWP 445430]
[New LWP 445431]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555cc7d39790) at ../sysdeps/nptl/futex-internal.h:183
183	../sysdeps/nptl/futex-internal.h: No such file or directory.
  Id   Target Id                                            Frame 
* 1    Thread 0x7f3ed3429780 (LWP 445234) "Main"            futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555cc7d39790) at ../sysdeps/nptl/futex-internal.h:183
  2    Thread 0x7f3ed27ff700 (LWP 445235) "SGen worker"     futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555cc797e68c <work_cond+44>) at ../sysdeps/nptl/futex-internal.h:183
  3    Thread 0x7f3ed0ffe700 (LWP 445236) "Finalizer"       futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x555cc7972f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
  4    Thread 0x7f3ecb2b7700 (LWP 445237) "Main"            0x00007f3ed3513c6f in __GI___wait4 (pid=445450, stat_loc=0x7f3ecb2b4a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  5    Thread 0x7f3ed0d7b700 (LWP 445238) "Main"            futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ed0d7acb0, clockid=<optimized out>, expected=0, futex_word=0x555cc797f048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
  6    Thread 0x7f3ecb0b6700 (LWP 445239) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecb0b5cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  7    Thread 0x7f3ecaeb5700 (LWP 445240) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecaeb3c90, clockid=<optimized out>, expected=0, futex_word=0x555cc7d387c0) at ../sysdeps/nptl/futex-internal.h:320
  8    Thread 0x7f3ecacb4700 (LWP 445241) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecacb3cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  9    Thread 0x7f3ecaab3700 (LWP 445242) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecaab2cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  10   Thread 0x7f3eca82f700 (LWP 445243) "Timer-Scheduler" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca82e270, clockid=<optimized out>, expected=0, futex_word=0x555cc7d39840) at ../sysdeps/nptl/futex-internal.h:320
  11   Thread 0x7f3ed094f700 (LWP 445244) "Threadpool work" 0x00007f3ed354396f in __GI___poll (fds=0x7f3ec0063060, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  12   Thread 0x7f3eca62e700 (LWP 445263) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca62dcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  13   Thread 0x7f3eca42d700 (LWP 445274) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca42ccc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  14   Thread 0x7f3eca22c700 (LWP 445293) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca22bcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  15   Thread 0x7f3eca02b700 (LWP 445294) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca02acc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  16   Thread 0x7f3ec87a8700 (LWP 445295) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ec87a7cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  17   Thread 0x7f3ec85a7700 (LWP 445296) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ec85a6cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  18   Thread 0x7f3ec83a6700 (LWP 445315) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ec83a5cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  19   Thread 0x7f3e8bfff700 (LWP 445316) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8bffecc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  20   Thread 0x7f3e8bdfe700 (LWP 445317) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8bdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  21   Thread 0x7f3e8bbfd700 (LWP 445336) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8bbfccc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  22   Thread 0x7f3e8b9fc700 (LWP 445337) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  23   Thread 0x7f3e8b7fb700 (LWP 445338) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b7facc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  24   Thread 0x7f3e8b5fa700 (LWP 445357) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b5f9cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  25   Thread 0x7f3e8b3f9700 (LWP 445358) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b3f8cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  26   Thread 0x7f3e8b1f8700 (LWP 445359) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b1f7cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  27   Thread 0x7f3e8aff7700 (LWP 445378) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8aff6cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
  28   Thread 0x7f3e8adf6700 (LWP 445379) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8adf5cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  29   Thread 0x7f3e8abf5700 (LWP 445390) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8abf4cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  30   Thread 0x7f3e8a9f4700 (LWP 445391) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a9f3cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  31   Thread 0x7f3e8a7f3700 (LWP 445410) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a7f2cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  32   Thread 0x7f3e8a5f2700 (LWP 445411) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a5f1cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  33   Thread 0x7f3e8a3f1700 (LWP 445412) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a3f0cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  34   Thread 0x7f3e8a1f0700 (LWP 445429) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a1efcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  35   Thread 0x7f3e89fef700 (LWP 445430) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e89feecc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
  36   Thread 0x7f3e89dee700 (LWP 445431) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e89dedcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320

Thread 36 (Thread 0x7f3e89dee700 (LWP 445431)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e89dedcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e89dedcc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e89dedcc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 35 (Thread 0x7f3e89fef700 (LWP 445430)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e89feecc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e89feecc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e89feecc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 34 (Thread 0x7f3e8a1f0700 (LWP 445429)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a1efcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8a1efcc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8a1efcc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 33 (Thread 0x7f3e8a3f1700 (LWP 445412)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a3f0cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8a3f0cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8a3f0cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 32 (Thread 0x7f3e8a5f2700 (LWP 445411)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a5f1cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8a5f1cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8a5f1cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7f3e8a7f3700 (LWP 445410)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a7f2cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8a7f2cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8a7f2cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7f3e8a9f4700 (LWP 445391)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8a9f3cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8a9f3cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8a9f3cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7f3e8abf5700 (LWP 445390)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8abf4cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8abf4cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8abf4cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7f3e8adf6700 (LWP 445379)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8adf5cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8adf5cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8adf5cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7f3e8aff7700 (LWP 445378)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8aff6cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8aff6cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8aff6cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7f3e8b1f8700 (LWP 445359)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b1f7cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8b1f7cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8b1f7cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7f3e8b3f9700 (LWP 445358)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b3f8cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8b3f8cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8b3f8cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7f3e8b5fa700 (LWP 445357)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b5f9cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8b5f9cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8b5f9cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7f3e8b7fb700 (LWP 445338)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b7facc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8b7facc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8b7facc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7f3e8b9fc700 (LWP 445337)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8b9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8b9fbcc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8b9fbcc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7f3e8bbfd700 (LWP 445336)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8bbfccc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8bbfccc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8bbfccc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f3e8bdfe700 (LWP 445317)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8bdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8bdfdcc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8bdfdcc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f3e8bfff700 (LWP 445316)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e8bffecc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3e8bffecc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3e8bffecc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7f3ec83a6700 (LWP 445315)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ec83a5cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ec83a5cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3ec83a5cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7f3ec85a7700 (LWP 445296)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ec85a6cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ec85a6cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3ec85a6cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7f3ec87a8700 (LWP 445295)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ec87a7cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ec87a7cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3ec87a7cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7f3eca02b700 (LWP 445294)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca02acc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3eca02acc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3eca02acc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7f3eca22c700 (LWP 445293)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca22bcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3eca22bcc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3eca22bcc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7f3eca42d700 (LWP 445274)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca42ccc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3eca42ccc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3eca42ccc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7f3eca62e700 (LWP 445263)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca62dcc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3eca62dcc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3eca62dcc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7f3ed094f700 (LWP 445244)):
#0  0x00007f3ed354396f in __GI___poll (fds=0x7f3ec0063060, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x0000555cc57930e5 in poll_event_wait ()
#2  0x0000555cc5793fd6 in selector_thread ()
#3  0x0000555cc579df0d in start_wrapper ()
#4  0x0000555cc5803afa in inner_start_thread ()
#5  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f3eca82f700 (LWP 445243)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3eca82e270, clockid=<optimized out>, expected=0, futex_word=0x555cc7d39840) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3eca82e270, clockid=<optimized out>, mutex=0x555cc7d397f0, cond=0x555cc7d39818) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc7d39818, mutex=0x555cc7d397f0, abstime=0x7f3eca82e270) at pthread_cond_wait.c:656
#3  0x0000555cc57de8ff in _wapi_handle_timedwait_signal_handle ()
#4  0x0000555cc57f45f4 in wapi_WaitForSingleObjectEx ()
#5  0x0000555cc579da8b in mono_wait_uninterrupted.isra ()
#6  0x0000555cc579f3e7 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#7  0x000000004147281a in ?? ()
#8  0x0000000000000001 in ?? ()
#9  0x00007f3ed29e2708 in ?? ()
#10 0x00007f3ed29e26d0 in ?? ()
#11 0x000000000001869d in ?? ()
#12 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7f3ecaab3700 (LWP 445242)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecaab2cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ecaab2cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3ecaab2cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7f3ecacb4700 (LWP 445241)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecacb3cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b40) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ecacb3cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3ecacb3cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f3ecaeb5700 (LWP 445240)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecaeb3c90, clockid=<optimized out>, expected=0, futex_word=0x555cc7d387c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ecaeb3c90, clockid=<optimized out>, mutex=0x555cc7d38770, cond=0x555cc7d38798) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc7d38798, mutex=0x555cc7d38770, abstime=0x7f3ecaeb3c90) at pthread_cond_wait.c:656
#3  0x0000555cc57de8ff in _wapi_handle_timedwait_signal_handle ()
#4  0x0000555cc57f552b in wapi_WaitForMultipleObjectsEx ()
#5  0x0000555cc579da1a in mono_wait_uninterrupted.isra ()
#6  0x0000555cc579f1c0 in ves_icall_System_Threading_WaitHandle_WaitAny_internal ()
#7  0x000000004144cb0a in ?? ()
#8  0x0000000000000002 in ?? ()
#9  0x00007f3ed29ac6d0 in ?? ()
#10 0x00007f3ed29ac6a0 in ?? ()
#11 0x00000000001b7740 in ?? ()
#12 0x00007f3ed29aa020 in ?? ()
#13 0x00007f3eb4001c20 in ?? ()
#14 0x00007f3ecaeb4400 in ?? ()
#15 0x00007f3ecaeb4400 in ?? ()
#16 0x00007f3ecaeb4340 in ?? ()
#17 0x000000004144c940 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7f3ecb0b6700 (LWP 445239)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ecb0b5cc0, clockid=<optimized out>, expected=0, futex_word=0x555cc85a7b44) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ecb0b5cc0, clockid=<optimized out>, mutex=0x555cc85a7b48, cond=0x555cc85a7b18) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc85a7b18, mutex=0x555cc85a7b48, abstime=0x7f3ecb0b5cc0) at pthread_cond_wait.c:656
#3  0x0000555cc5797636 in worker_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f3ed0d7b700 (LWP 445238)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3ed0d7acb0, clockid=<optimized out>, expected=0, futex_word=0x555cc797f048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f3ed0d7acb0, clockid=<optimized out>, mutex=0x555cc797f060 <sleep_mutex>, cond=0x555cc797f020 <sleep_cond>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x555cc797f020 <sleep_cond>, mutex=0x555cc797f060 <sleep_mutex>, abstime=0x7f3ed0d7acb0) at pthread_cond_wait.c:656
#3  0x0000555cc580704f in mono_thread_info_sleep ()
#4  0x0000555cc579656e in monitor_thread ()
#5  0x0000555cc579df0d in start_wrapper ()
#6  0x0000555cc5803afa in inner_start_thread ()
#7  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f3ecb2b7700 (LWP 445237)):
#0  0x00007f3ed3513c6f in __GI___wait4 (pid=445450, stat_loc=0x7f3ecb2b4a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x0000555cc56a7cd5 in mono_handle_native_sigsegv ()
#2  <signal handler called>
#3  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#4  0x00007f3ed3453859 in __GI_abort () at abort.c:79
#5  0x0000555cc580f789 in monoeg_log_default_handler ()
#6  0x0000555cc580fa1c in monoeg_g_logv ()
#7  0x0000555cc580fbb3 in monoeg_assertion_message ()
#8  0x0000555cc586eafb in mono_local_cprop ()
#9  0x0000555cc56c3772 in mini_method_compile ()
#10 0x0000555cc56c4124 in mono_jit_compile_method_inner ()
#11 0x0000555cc56b6270 in mono_jit_compile_method_with_opt ()
#12 0x0000555cc56ba9ae in common_call_trampoline ()
#13 0x0000555cc56bb565 in mono_vcall_trampoline ()
#14 0x0000000040548698 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7f3ed0ffe700 (LWP 445236)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x555cc7972f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x555cc7972f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007f3ed384b4e8 in __new_sem_wait_slow (sem=0x555cc7972f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x0000555cc56ffb69 in finalizer_thread ()
#4  0x0000555cc579df0d in start_wrapper ()
#5  0x0000555cc5803afa in inner_start_thread ()
#6  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f3ed27ff700 (LWP 445235)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555cc797e68c <work_cond+44>) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555cc797e6a0 <lock>, cond=0x555cc797e660 <work_cond>) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x555cc797e660 <work_cond>, mutex=0x555cc797e6a0 <lock>) at pthread_cond_wait.c:638
#3  0x0000555cc57d8363 in thread_func ()
#4  0x00007f3ed3841609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#5  0x00007f3ed3550103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f3ed3429780 (LWP 445234)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555cc7d39790) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555cc7d39740, cond=0x555cc7d39768) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x555cc7d39768, mutex=0x555cc7d39740) at pthread_cond_wait.c:638
#3  0x0000555cc57dec5c in _wapi_handle_timedwait_signal_handle ()
#4  0x0000555cc57f4722 in wapi_WaitForSingleObjectEx ()
#5  0x0000555cc574ba8e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#6  0x0000000041449ec0 in ?? ()
#7  0x00007fff8874c5e8 in ?? ()
#8  0x00007f3ed29af508 in ?? ()
#9  0x0000000000000000 in ?? ()
[Inferior 1 (process 445234) detached]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted (core dumped)

Sadly I can't paste the neat display of my updates so here is the raw content of /var/log/dpkg.log, knowing I played the 16th after the updates, didn't play but only made updates the 18th and then noticed chobby didn't launch anymore the 22th. Many reboots during and after that period.

2020-07-16 14:39:13 upgrade libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.2 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:13 status half-configured libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:13 status unpacked libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:13 status half-installed libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:13 status triggers-pending man-db:amd64 2.9.1-1
2020-07-16 14:39:13 status unpacked libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 upgrade libldap-common:all 2.4.49+dfsg-2ubuntu1.2 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 status half-configured libldap-common:all 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status unpacked libldap-common:all 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status half-installed libldap-common:all 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status unpacked libldap-common:all 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 startup packages configure
2020-07-16 14:39:14 configure libldap-common:all 2.4.49+dfsg-2ubuntu1.3 <none>
2020-07-16 14:39:14 status unpacked libldap-common:all 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 status half-configured libldap-common:all 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 status installed libldap-common:all 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 startup archives unpack
2020-07-16 14:39:14 upgrade libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.2 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:14 status triggers-pending libc-bin:amd64 2.31-0ubuntu9
2020-07-16 14:39:14 status half-configured libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status unpacked libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status half-configured libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status half-installed libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:14 status unpacked libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:15 upgrade libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.2 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:15 status unpacked libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:15 status half-installed libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.2
2020-07-16 14:39:15 status unpacked libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:15 upgrade librsvg2-2:amd64 2.48.2-1 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:15 status half-configured librsvg2-2:amd64 2.48.2-1
2020-07-16 14:39:15 status unpacked librsvg2-2:amd64 2.48.2-1
2020-07-16 14:39:15 status half-configured librsvg2-2:i386 2.48.2-1
2020-07-16 14:39:15 status half-installed librsvg2-2:amd64 2.48.2-1
2020-07-16 14:39:15 status unpacked librsvg2-2:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:15 upgrade librsvg2-2:i386 2.48.2-1 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:15 status unpacked librsvg2-2:i386 2.48.2-1
2020-07-16 14:39:15 status half-installed librsvg2-2:i386 2.48.2-1
2020-07-16 14:39:16 status unpacked librsvg2-2:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:16 upgrade librsvg2-common:i386 2.48.2-1 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:16 status half-configured librsvg2-common:i386 2.48.2-1
2020-07-16 14:39:16 status unpacked librsvg2-common:i386 2.48.2-1
2020-07-16 14:39:16 status half-configured librsvg2-common:amd64 2.48.2-1
2020-07-16 14:39:16 status half-installed librsvg2-common:i386 2.48.2-1
2020-07-16 14:39:16 status triggers-pending libgdk-pixbuf2.0-0:i386 2.40.0+dfsg-3
2020-07-16 14:39:16 status unpacked librsvg2-common:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:16 upgrade librsvg2-common:amd64 2.48.2-1 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:16 status unpacked librsvg2-common:amd64 2.48.2-1
2020-07-16 14:39:16 status half-installed librsvg2-common:amd64 2.48.2-1
2020-07-16 14:39:16 status triggers-pending libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3
2020-07-16 14:39:17 status unpacked librsvg2-common:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 startup packages configure
2020-07-16 14:39:17 configure librsvg2-2:amd64 2.48.7-1ubuntu0.20.04.1 <none>
2020-07-16 14:39:17 status unpacked librsvg2-2:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status half-configured librsvg2-2:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status installed librsvg2-2:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 configure librsvg2-2:i386 2.48.7-1ubuntu0.20.04.1 <none>
2020-07-16 14:39:17 status unpacked librsvg2-2:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status half-configured librsvg2-2:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status installed librsvg2-2:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 configure librsvg2-common:amd64 2.48.7-1ubuntu0.20.04.1 <none>
2020-07-16 14:39:17 status unpacked librsvg2-common:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status half-configured librsvg2-common:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status installed librsvg2-common:amd64 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 configure librsvg2-common:i386 2.48.7-1ubuntu0.20.04.1 <none>
2020-07-16 14:39:17 status unpacked librsvg2-common:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status half-configured librsvg2-common:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 status installed librsvg2-common:i386 2.48.7-1ubuntu0.20.04.1
2020-07-16 14:39:17 startup archives unpack
2020-07-16 14:39:17 upgrade less:amd64 551-1 551-1ubuntu0.1
2020-07-16 14:39:17 status half-configured less:amd64 551-1
2020-07-16 14:39:17 status unpacked less:amd64 551-1
2020-07-16 14:39:17 status half-installed less:amd64 551-1
2020-07-16 14:39:17 status triggers-pending mime-support:all 3.64ubuntu1
2020-07-16 14:39:18 status unpacked less:amd64 551-1ubuntu0.1
2020-07-16 14:39:18 upgrade ubuntu-release-upgrader-core:all 1:20.04.19 1:20.04.21
2020-07-16 14:39:18 status half-configured ubuntu-release-upgrader-core:all 1:20.04.19
2020-07-16 14:39:18 status unpacked ubuntu-release-upgrader-core:all 1:20.04.19
2020-07-16 14:39:18 status half-installed ubuntu-release-upgrader-core:all 1:20.04.19
2020-07-16 14:39:18 status unpacked ubuntu-release-upgrader-core:all 1:20.04.21
2020-07-16 14:39:18 upgrade python3-distupgrade:all 1:20.04.19 1:20.04.21
2020-07-16 14:39:18 status half-configured python3-distupgrade:all 1:20.04.19
2020-07-16 14:39:18 status unpacked python3-distupgrade:all 1:20.04.19
2020-07-16 14:39:18 status half-installed python3-distupgrade:all 1:20.04.19
2020-07-16 14:39:18 status unpacked python3-distupgrade:all 1:20.04.21
2020-07-16 14:39:18 upgrade ibus:amd64 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:18 status half-configured ibus:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:18 status unpacked ibus:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:18 status half-installed ibus:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:18 status triggers-pending gconf2:amd64 3.2.6-6ubuntu1
2020-07-16 14:39:18 status triggers-pending gnome-menus:amd64 3.36.0-1ubuntu1
2020-07-16 14:39:18 status triggers-pending desktop-file-utils:amd64 0.24+linuxmint1
2020-07-16 14:39:19 status unpacked ibus:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:19 upgrade ibus-data:all 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:19 status half-configured ibus-data:all 1.5.22-2ubuntu2
2020-07-16 14:39:19 status unpacked ibus-data:all 1.5.22-2ubuntu2
2020-07-16 14:39:19 status half-installed ibus-data:all 1.5.22-2ubuntu2
2020-07-16 14:39:19 status triggers-pending libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1
2020-07-16 14:39:19 status triggers-pending libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1
2020-07-16 14:39:19 status triggers-pending hicolor-icon-theme:all 0.17-2
2020-07-16 14:39:19 status unpacked ibus-data:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:19 upgrade libibus-1.0-dev:amd64 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:19 status half-configured libibus-1.0-dev:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:19 status unpacked libibus-1.0-dev:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:19 status half-installed libibus-1.0-dev:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:19 status unpacked libibus-1.0-dev:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 upgrade libibus-1.0-5:amd64 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 status half-configured libibus-1.0-5:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked libibus-1.0-5:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:20 status half-configured libibus-1.0-5:i386 1.5.22-2ubuntu2
2020-07-16 14:39:20 status half-installed libibus-1.0-5:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked libibus-1.0-5:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 upgrade libibus-1.0-5:i386 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 status unpacked libibus-1.0-5:i386 1.5.22-2ubuntu2
2020-07-16 14:39:20 status half-installed libibus-1.0-5:i386 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked libibus-1.0-5:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 upgrade python3-ibus-1.0:all 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 status half-configured python3-ibus-1.0:all 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked python3-ibus-1.0:all 1.5.22-2ubuntu2
2020-07-16 14:39:20 status half-installed python3-ibus-1.0:all 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked python3-ibus-1.0:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 upgrade gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 status half-configured gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:20 status half-installed gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2
2020-07-16 14:39:20 status unpacked gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:20 upgrade ubuntu-docs:all 20.04.2 20.04.3
2020-07-16 14:39:20 status half-configured ubuntu-docs:all 20.04.2
2020-07-16 14:39:20 status unpacked ubuntu-docs:all 20.04.2
2020-07-16 14:39:20 status half-installed ubuntu-docs:all 20.04.2
2020-07-16 14:39:21 status unpacked ubuntu-docs:all 20.04.3
2020-07-16 14:39:21 upgrade gnome-user-docs:all 3.36.1-0ubuntu1 3.36.2+git20200704-0ubuntu0.1
2020-07-16 14:39:21 status half-configured gnome-user-docs:all 3.36.1-0ubuntu1
2020-07-16 14:39:21 status unpacked gnome-user-docs:all 3.36.1-0ubuntu1
2020-07-16 14:39:21 status half-installed gnome-user-docs:all 3.36.1-0ubuntu1
2020-07-16 14:39:21 status unpacked gnome-user-docs:all 3.36.2+git20200704-0ubuntu0.1
2020-07-16 14:39:21 upgrade ibus-gtk:i386 1.5.22-2ubuntu2 1.5.22-2ubuntu2.1
2020-07-16 14:39:21 status half-configured ibus-gtk:i386 1.5.22-2ubuntu2
2020-07-16 14:39:21 status unpacked ibus-gtk:i386 1.5.22-2ubuntu2
2020-07-16 14:39:21 status half-installed ibus-gtk:i386 1.5.22-2ubuntu2
2020-07-16 14:39:21 status triggers-pending libgtk2.0-0:i386 2.24.32-4ubuntu4
2020-07-16 14:39:21 status unpacked ibus-gtk:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:21 upgrade xserver-common:all 2:1.20.8-2ubuntu2.1 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:21 status half-configured xserver-common:all 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:21 status unpacked xserver-common:all 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:21 status half-installed xserver-common:all 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status unpacked xserver-common:all 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:22 upgrade xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.1 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:22 status half-configured xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status unpacked xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status half-installed xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status unpacked xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:22 upgrade xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.1 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:22 status half-configured xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status unpacked xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status half-installed xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.1
2020-07-16 14:39:22 status unpacked xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:22 startup packages configure
2020-07-16 14:39:22 configure ubuntu-docs:all 20.04.3 <none>
2020-07-16 14:39:22 status unpacked ubuntu-docs:all 20.04.3
2020-07-16 14:39:22 status half-configured ubuntu-docs:all 20.04.3
2020-07-16 14:39:22 status installed ubuntu-docs:all 20.04.3
2020-07-16 14:39:22 configure gnome-user-docs:all 3.36.2+git20200704-0ubuntu0.1 <none>
2020-07-16 14:39:22 status unpacked gnome-user-docs:all 3.36.2+git20200704-0ubuntu0.1
2020-07-16 14:39:22 status half-configured gnome-user-docs:all 3.36.2+git20200704-0ubuntu0.1
2020-07-16 14:39:22 status installed gnome-user-docs:all 3.36.2+git20200704-0ubuntu0.1
2020-07-16 14:39:22 configure libibus-1.0-5:amd64 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:22 status unpacked libibus-1.0-5:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 status half-configured libibus-1.0-5:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 status installed libibus-1.0-5:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 configure libibus-1.0-5:i386 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:22 status unpacked libibus-1.0-5:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 status half-configured libibus-1.0-5:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 status installed libibus-1.0-5:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 configure less:amd64 551-1ubuntu0.1 <none>
2020-07-16 14:39:22 status unpacked less:amd64 551-1ubuntu0.1
2020-07-16 14:39:22 status half-configured less:amd64 551-1ubuntu0.1
2020-07-16 14:39:22 status installed less:amd64 551-1ubuntu0.1
2020-07-16 14:39:22 configure libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.3 <none>
2020-07-16 14:39:22 status unpacked libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:22 status half-configured libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:22 status installed libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:22 configure libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.3 <none>
2020-07-16 14:39:22 status unpacked libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:22 status half-configured libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:22 status installed libldap-2.4-2:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:22 configure ibus-data:all 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:22 status unpacked ibus-data:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:22 status half-configured ibus-data:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status triggers-awaited ibus-data:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 configure python3-distupgrade:all 1:20.04.21 <none>
2020-07-16 14:39:23 status unpacked python3-distupgrade:all 1:20.04.21
2020-07-16 14:39:23 status half-configured python3-distupgrade:all 1:20.04.21
2020-07-16 14:39:23 status installed python3-distupgrade:all 1:20.04.21
2020-07-16 14:39:23 configure libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.3 <none>
2020-07-16 14:39:23 status unpacked libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:23 status half-configured libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:23 status installed libldap2-dev:i386 2.4.49+dfsg-2ubuntu1.3
2020-07-16 14:39:23 configure ubuntu-release-upgrader-core:all 1:20.04.21 <none>
2020-07-16 14:39:23 status unpacked ubuntu-release-upgrader-core:all 1:20.04.21
2020-07-16 14:39:23 status half-configured ubuntu-release-upgrader-core:all 1:20.04.21
2020-07-16 14:39:23 status installed ubuntu-release-upgrader-core:all 1:20.04.21
2020-07-16 14:39:23 configure ibus-gtk:i386 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:23 status unpacked ibus-gtk:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status half-configured ibus-gtk:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status installed ibus-gtk:i386 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 configure xserver-common:all 2:1.20.8-2ubuntu2.2 <none>
2020-07-16 14:39:23 status unpacked xserver-common:all 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 status half-configured xserver-common:all 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 status installed xserver-common:all 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 configure gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:23 status unpacked gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status half-configured gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status installed gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 configure xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.2 <none>
2020-07-16 14:39:23 status unpacked xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 status half-configured xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 status installed xserver-xorg-legacy:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 configure xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.2 <none>
2020-07-16 14:39:23 status unpacked xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 status half-configured xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 status installed xserver-xorg-core:amd64 2:1.20.8-2ubuntu2.2
2020-07-16 14:39:23 configure libibus-1.0-dev:amd64 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:23 status unpacked libibus-1.0-dev:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status half-configured libibus-1.0-dev:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status installed libibus-1.0-dev:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 configure python3-ibus-1.0:all 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:23 status unpacked python3-ibus-1.0:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:23 status half-configured python3-ibus-1.0:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:24 status installed python3-ibus-1.0:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:24 trigproc desktop-file-utils:amd64 0.24+linuxmint1 <none>
2020-07-16 14:39:24 status half-configured desktop-file-utils:amd64 0.24+linuxmint1
2020-07-16 14:39:24 status installed desktop-file-utils:amd64 0.24+linuxmint1
2020-07-16 14:39:24 trigproc mime-support:all 3.64ubuntu1 <none>
2020-07-16 14:39:24 status half-configured mime-support:all 3.64ubuntu1
2020-07-16 14:39:24 status installed mime-support:all 3.64ubuntu1
2020-07-16 14:39:24 trigproc hicolor-icon-theme:all 0.17-2 <none>
2020-07-16 14:39:24 status half-configured hicolor-icon-theme:all 0.17-2
2020-07-16 14:39:24 status installed hicolor-icon-theme:all 0.17-2
2020-07-16 14:39:24 trigproc gnome-menus:amd64 3.36.0-1ubuntu1 <none>
2020-07-16 14:39:24 status half-configured gnome-menus:amd64 3.36.0-1ubuntu1
2020-07-16 14:39:24 status installed gnome-menus:amd64 3.36.0-1ubuntu1
2020-07-16 14:39:24 trigproc libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1 <none>
2020-07-16 14:39:24 status half-configured libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1
2020-07-16 14:39:24 status installed libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1
2020-07-16 14:39:24 trigproc libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1 <none>
2020-07-16 14:39:24 status half-configured libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1
2020-07-16 14:39:24 status installed ibus-data:all 1.5.22-2ubuntu2.1
2020-07-16 14:39:24 status installed libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1
2020-07-16 14:39:24 trigproc libgtk2.0-0:i386 2.24.32-4ubuntu4 <none>
2020-07-16 14:39:24 status half-configured libgtk2.0-0:i386 2.24.32-4ubuntu4
2020-07-16 14:39:24 status installed libgtk2.0-0:i386 2.24.32-4ubuntu4
2020-07-16 14:39:25 trigproc libc-bin:amd64 2.31-0ubuntu9 <none>
2020-07-16 14:39:25 status half-configured libc-bin:amd64 2.31-0ubuntu9
2020-07-16 14:39:25 status installed libc-bin:amd64 2.31-0ubuntu9
2020-07-16 14:39:25 trigproc gconf2:amd64 3.2.6-6ubuntu1 <none>
2020-07-16 14:39:25 status half-configured gconf2:amd64 3.2.6-6ubuntu1
2020-07-16 14:39:25 status installed gconf2:amd64 3.2.6-6ubuntu1
2020-07-16 14:39:25 trigproc man-db:amd64 2.9.1-1 <none>
2020-07-16 14:39:25 status half-configured man-db:amd64 2.9.1-1
2020-07-16 14:39:36 status installed man-db:amd64 2.9.1-1
2020-07-16 14:39:36 trigproc libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3 <none>
2020-07-16 14:39:36 status half-configured libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3
2020-07-16 14:39:36 status installed libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3
2020-07-16 14:39:36 trigproc libgdk-pixbuf2.0-0:i386 2.40.0+dfsg-3 <none>
2020-07-16 14:39:36 status half-configured libgdk-pixbuf2.0-0:i386 2.40.0+dfsg-3
2020-07-16 14:39:36 status installed libgdk-pixbuf2.0-0:i386 2.40.0+dfsg-3
2020-07-16 14:39:36 configure ibus:amd64 1.5.22-2ubuntu2.1 <none>
2020-07-16 14:39:36 status unpacked ibus:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:36 status half-configured ibus:amd64 1.5.22-2ubuntu2.1
2020-07-16 14:39:37 status installed ibus:amd64 1.5.22-2ubuntu2.1
2020-07-18 16:17:42 startup archives unpack
2020-07-18 16:17:44 upgrade bash:amd64 5.0-6ubuntu1 5.0-6ubuntu1.1
2020-07-18 16:17:44 status half-configured bash:amd64 5.0-6ubuntu1
2020-07-18 16:17:44 status unpacked bash:amd64 5.0-6ubuntu1
2020-07-18 16:17:44 status half-installed bash:amd64 5.0-6ubuntu1
2020-07-18 16:17:44 status triggers-pending install-info:amd64 6.7.0.dfsg.2-5
2020-07-18 16:17:44 status triggers-pending man-db:amd64 2.9.1-1
2020-07-18 16:17:44 status unpacked bash:amd64 5.0-6ubuntu1.1
2020-07-18 16:17:44 startup packages configure
2020-07-18 16:17:44 configure bash:amd64 5.0-6ubuntu1.1 <none>
2020-07-18 16:17:44 status unpacked bash:amd64 5.0-6ubuntu1.1
2020-07-18 16:17:44 status half-configured bash:amd64 5.0-6ubuntu1.1
2020-07-18 16:17:44 status installed bash:amd64 5.0-6ubuntu1.1
2020-07-18 16:17:44 startup archives unpack
2020-07-18 16:17:45 upgrade mintsources:all 2.0.3 2.0.4
2020-07-18 16:17:45 status half-configured mintsources:all 2.0.3
2020-07-18 16:17:45 status unpacked mintsources:all 2.0.3
2020-07-18 16:17:45 status half-installed mintsources:all 2.0.3
2020-07-18 16:17:45 status triggers-pending gnome-menus:amd64 3.36.0-1ubuntu1
2020-07-18 16:17:45 status triggers-pending desktop-file-utils:amd64 0.24+linuxmint1
2020-07-18 16:17:45 status triggers-pending mime-support:all 3.64ubuntu1
2020-07-18 16:17:45 status triggers-pending hicolor-icon-theme:all 0.17-2
2020-07-18 16:17:45 status unpacked mintsources:all 2.0.4
2020-07-18 16:17:45 startup packages configure
2020-07-18 16:17:45 configure mintsources:all 2.0.4 <none>
2020-07-18 16:17:45 status unpacked mintsources:all 2.0.4
2020-07-18 16:17:45 status half-configured mintsources:all 2.0.4
2020-07-18 16:17:45 status installed mintsources:all 2.0.4
2020-07-18 16:17:45 startup archives unpack
2020-07-18 16:17:46 upgrade libpulse-dev:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 status half-configured libpulse-dev:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulse-dev:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status half-installed libpulse-dev:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulse-dev:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 upgrade libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 status triggers-pending libc-bin:amd64 2.31-0ubuntu9
2020-07-18 16:17:46 status half-configured libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status half-configured libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status half-installed libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 upgrade libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 status unpacked libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status half-installed libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 upgrade libpulsedsp:i386 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:46 status half-configured libpulsedsp:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulsedsp:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status half-configured libpulsedsp:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status half-installed libpulsedsp:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:46 status unpacked libpulsedsp:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 upgrade libpulsedsp:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 status unpacked libpulsedsp:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status half-installed libpulsedsp:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status unpacked libpulsedsp:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 upgrade pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 status half-configured pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status unpacked pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status half-installed pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status unpacked pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 upgrade pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 status half-configured pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status unpacked pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status half-installed pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status unpacked pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 upgrade pulseaudio:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:47 status half-configured pulseaudio:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status unpacked pulseaudio:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status half-installed pulseaudio:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:47 status triggers-pending dbus:amd64 1.12.16-2ubuntu2.1
2020-07-18 16:17:47 status triggers-pending systemd:amd64 245.4-4ubuntu3.1
2020-07-18 16:17:47 status triggers-pending ureadahead:amd64 0.100.0-21
2020-07-18 16:17:48 status unpacked pulseaudio:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:48 upgrade libpulse0:amd64 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:48 status half-configured libpulse0:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:48 status unpacked libpulse0:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:48 status half-configured libpulse0:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:48 status half-installed libpulse0:amd64 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:48 status unpacked libpulse0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:48 upgrade libpulse0:i386 1:13.99.1-1ubuntu3.3 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:48 status unpacked libpulse0:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:48 status half-installed libpulse0:i386 1:13.99.1-1ubuntu3.3
2020-07-18 16:17:48 status unpacked libpulse0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:17:48 upgrade python3-problem-report:all 2.20.11-0ubuntu27.3 2.20.11-0ubuntu27.4
2020-07-18 16:17:48 status half-configured python3-problem-report:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:49 status unpacked python3-problem-report:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:49 status half-installed python3-problem-report:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:49 status unpacked python3-problem-report:all 2.20.11-0ubuntu27.4
2020-07-18 16:17:49 upgrade python3-apport:all 2.20.11-0ubuntu27.3 2.20.11-0ubuntu27.4
2020-07-18 16:17:49 status half-configured python3-apport:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:49 status unpacked python3-apport:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:49 status half-installed python3-apport:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:49 status unpacked python3-apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:17:49 upgrade apport:all 2.20.11-0ubuntu27.3 2.20.11-0ubuntu27.4
2020-07-18 16:17:49 status half-configured apport:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:50 status unpacked apport:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:50 status half-installed apport:all 2.20.11-0ubuntu27.3
2020-07-18 16:17:50 status unpacked apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:17:50 upgrade fwupd-signed:amd64 1.27.1ubuntu1+1.3.9-4ubuntu0.1 1.27.1ubuntu2+1.3.11-1~focal1
2020-07-18 16:17:50 status half-configured fwupd-signed:amd64 1.27.1ubuntu1+1.3.9-4ubuntu0.1
2020-07-18 16:17:50 status unpacked fwupd-signed:amd64 1.27.1ubuntu1+1.3.9-4ubuntu0.1
2020-07-18 16:17:50 status half-installed fwupd-signed:amd64 1.27.1ubuntu1+1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status unpacked fwupd-signed:amd64 1.27.1ubuntu2+1.3.11-1~focal1
2020-07-18 16:17:51 upgrade libfwupd2:amd64 1.3.9-4ubuntu0.1 1.3.11-1~focal1
2020-07-18 16:17:51 status half-configured libfwupd2:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status unpacked libfwupd2:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status half-installed libfwupd2:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status unpacked libfwupd2:amd64 1.3.11-1~focal1
2020-07-18 16:17:51 upgrade libfwupdplugin1:amd64 1.3.9-4ubuntu0.1 1.3.11-1~focal1
2020-07-18 16:17:51 status half-configured libfwupdplugin1:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status unpacked libfwupdplugin1:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status half-installed libfwupdplugin1:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:51 status unpacked libfwupdplugin1:amd64 1.3.11-1~focal1
2020-07-18 16:17:52 upgrade fwupd:amd64 1.3.9-4ubuntu0.1 1.3.11-1~focal1
2020-07-18 16:17:52 status half-configured fwupd:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:52 status unpacked fwupd:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:52 status half-installed fwupd:amd64 1.3.9-4ubuntu0.1
2020-07-18 16:17:52 status unpacked fwupd:amd64 1.3.11-1~focal1
2020-07-18 16:17:52 upgrade gnome-software-plugin-flatpak:amd64 3.36.0-0ubuntu3 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:17:52 status half-configured gnome-software-plugin-flatpak:amd64 3.36.0-0ubuntu3
2020-07-18 16:17:52 status unpacked gnome-software-plugin-flatpak:amd64 3.36.0-0ubuntu3
2020-07-18 16:17:52 status half-installed gnome-software-plugin-flatpak:amd64 3.36.0-0ubuntu3
2020-07-18 16:17:53 status unpacked gnome-software-plugin-flatpak:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:17:53 upgrade gnome-software:amd64 3.36.0-0ubuntu3 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:17:53 status half-configured gnome-software:amd64 3.36.0-0ubuntu3
2020-07-18 16:17:53 status unpacked gnome-software:amd64 3.36.0-0ubuntu3
2020-07-18 16:17:53 status half-installed gnome-software:amd64 3.36.0-0ubuntu3
2020-07-18 16:17:53 status triggers-pending libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1
2020-07-18 16:17:53 status triggers-pending libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1
2020-07-18 16:17:53 status unpacked gnome-software:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:17:53 upgrade gnome-software-common:all 3.36.0-0ubuntu3 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:17:53 status half-configured gnome-software-common:all 3.36.0-0ubuntu3
2020-07-18 16:17:53 status unpacked gnome-software-common:all 3.36.0-0ubuntu3
2020-07-18 16:17:53 status half-installed gnome-software-common:all 3.36.0-0ubuntu3
2020-07-18 16:17:54 status unpacked gnome-software-common:all 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:17:54 upgrade software-properties-gtk:all 2.0.3 2.0.4
2020-07-18 16:17:54 status half-configured software-properties-gtk:all 2.0.3
2020-07-18 16:17:54 status unpacked software-properties-gtk:all 2.0.3
2020-07-18 16:17:54 status half-installed software-properties-gtk:all 2.0.3
2020-07-18 16:17:54 status unpacked software-properties-gtk:all 2.0.4
2020-07-18 16:17:54 upgrade libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:54 status half-configured libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:54 status unpacked libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:54 status half-installed libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:57 status unpacked libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:57 upgrade libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:58 status half-configured libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status unpacked libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status half-installed libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status unpacked libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:58 upgrade libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:58 status half-configured libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status unpacked libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status half-installed libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status unpacked libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:58 upgrade libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:17:58 status half-configured libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status unpacked libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:58 status half-installed libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1
2020-07-18 16:17:59 status unpacked libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:00 upgrade librbd1:amd64 15.2.1-0ubuntu2 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:00 status half-configured librbd1:amd64 15.2.1-0ubuntu2
2020-07-18 16:18:00 status unpacked librbd1:amd64 15.2.1-0ubuntu2
2020-07-18 16:18:00 status half-installed librbd1:amd64 15.2.1-0ubuntu2
2020-07-18 16:18:00 status unpacked librbd1:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:00 upgrade librados2:amd64 15.2.1-0ubuntu2 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:00 status half-configured librados2:amd64 15.2.1-0ubuntu2
2020-07-18 16:18:00 status unpacked librados2:amd64 15.2.1-0ubuntu2
2020-07-18 16:18:00 status half-installed librados2:amd64 15.2.1-0ubuntu2
2020-07-18 16:18:01 status unpacked librados2:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:01 upgrade casper:amd64 1.445 1.445.1
2020-07-18 16:18:01 status half-configured casper:amd64 1.445
2020-07-18 16:18:01 status unpacked casper:amd64 1.445
2020-07-18 16:18:01 status half-installed casper:amd64 1.445
2020-07-18 16:18:02 status unpacked casper:amd64 1.445.1
2020-07-18 16:18:02 startup packages configure
2020-07-18 16:18:02 configure librados2:amd64 15.2.3-0ubuntu0.20.04.1 <none>
2020-07-18 16:18:02 status unpacked librados2:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:02 status half-configured librados2:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:02 status installed librados2:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:02 configure libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1.1 <none>
2020-07-18 16:18:02 status unpacked libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:02 status half-configured libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:02 status installed libqt5webengine-data:all 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:02 configure libpulse0:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:02 status unpacked libpulse0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status half-configured libpulse0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status installed libpulse0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 configure libpulse0:i386 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:03 status unpacked libpulse0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status half-configured libpulse0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status installed libpulse0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 configure python3-problem-report:all 2.20.11-0ubuntu27.4 <none>
2020-07-18 16:18:03 status unpacked python3-problem-report:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:03 status half-configured python3-problem-report:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:03 status installed python3-problem-report:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:03 configure software-properties-gtk:all 2.0.4 <none>
2020-07-18 16:18:03 status unpacked software-properties-gtk:all 2.0.4
2020-07-18 16:18:03 status half-configured software-properties-gtk:all 2.0.4
2020-07-18 16:18:03 status installed software-properties-gtk:all 2.0.4
2020-07-18 16:18:03 configure libfwupd2:amd64 1.3.11-1~focal1 <none>
2020-07-18 16:18:03 status unpacked libfwupd2:amd64 1.3.11-1~focal1
2020-07-18 16:18:03 status half-configured libfwupd2:amd64 1.3.11-1~focal1
2020-07-18 16:18:03 status installed libfwupd2:amd64 1.3.11-1~focal1
2020-07-18 16:18:03 configure libpulsedsp:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:03 status unpacked libpulsedsp:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status half-configured libpulsedsp:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status installed libpulsedsp:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 configure libpulsedsp:i386 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:03 status unpacked libpulsedsp:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status half-configured libpulsedsp:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:03 status installed libpulsedsp:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:04 configure gnome-software-common:all 3.36.1-0ubuntu0.20.04.0 <none>
2020-07-18 16:18:04 status unpacked gnome-software-common:all 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:04 status half-configured gnome-software-common:all 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:04 status installed gnome-software-common:all 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:04 configure python3-apport:all 2.20.11-0ubuntu27.4 <none>
2020-07-18 16:18:04 status unpacked python3-apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:04 status half-configured python3-apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:04 status installed python3-apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:04 configure casper:amd64 1.445.1 <none>
2020-07-18 16:18:04 status unpacked casper:amd64 1.445.1
2020-07-18 16:18:04 status half-configured casper:amd64 1.445.1
2020-07-18 16:18:04 status installed casper:amd64 1.445.1
2020-07-18 16:18:04 status triggers-pending initramfs-tools:all 0.136ubuntu6.2
2020-07-18 16:18:04 configure libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:04 status unpacked libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:04 status half-configured libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:04 status installed libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:04 configure libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:04 status unpacked libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:04 status half-configured libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 status installed libpulse-mainloop-glib0:i386 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 configure pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:05 status unpacked pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 status half-configured pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 status installed pulseaudio-utils:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 configure gnome-software:amd64 3.36.1-0ubuntu0.20.04.0 <none>
2020-07-18 16:18:05 status unpacked gnome-software:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:05 status half-configured gnome-software:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:05 status triggers-awaited gnome-software:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:05 configure libfwupdplugin1:amd64 1.3.11-1~focal1 <none>
2020-07-18 16:18:05 status unpacked libfwupdplugin1:amd64 1.3.11-1~focal1
2020-07-18 16:18:05 status half-configured libfwupdplugin1:amd64 1.3.11-1~focal1
2020-07-18 16:18:05 status installed libfwupdplugin1:amd64 1.3.11-1~focal1
2020-07-18 16:18:05 configure librbd1:amd64 15.2.3-0ubuntu0.20.04.1 <none>
2020-07-18 16:18:05 status unpacked librbd1:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:05 status half-configured librbd1:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:05 status installed librbd1:amd64 15.2.3-0ubuntu0.20.04.1
2020-07-18 16:18:05 configure libpulse-dev:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:05 status unpacked libpulse-dev:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 status half-configured libpulse-dev:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 status installed libpulse-dev:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:05 configure libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1.1 <none>
2020-07-18 16:18:05 status unpacked libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:05 status half-configured libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:05 status installed libqt5webenginecore5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:05 configure fwupd:amd64 1.3.11-1~focal1 <none>
2020-07-18 16:18:05 status unpacked fwupd:amd64 1.3.11-1~focal1
2020-07-18 16:18:06 status half-configured fwupd:amd64 1.3.11-1~focal1
2020-07-18 16:18:07 status installed fwupd:amd64 1.3.11-1~focal1
2020-07-18 16:18:07 configure fwupd-signed:amd64 1.27.1ubuntu2+1.3.11-1~focal1 <none>
2020-07-18 16:18:07 status unpacked fwupd-signed:amd64 1.27.1ubuntu2+1.3.11-1~focal1
2020-07-18 16:18:07 status half-configured fwupd-signed:amd64 1.27.1ubuntu2+1.3.11-1~focal1
2020-07-18 16:18:07 status installed fwupd-signed:amd64 1.27.1ubuntu2+1.3.11-1~focal1
2020-07-18 16:18:07 configure pulseaudio:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:07 status unpacked pulseaudio:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:07 status half-configured pulseaudio:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:09 status installed pulseaudio:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:09 configure apport:all 2.20.11-0ubuntu27.4 <none>
2020-07-18 16:18:09 status unpacked apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:09 status half-configured apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:10 status installed apport:all 2.20.11-0ubuntu27.4
2020-07-18 16:18:10 configure libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1.1 <none>
2020-07-18 16:18:10 status unpacked libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:10 status half-configured libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:10 status installed libqt5webengine5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:10 configure pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.4 <none>
2020-07-18 16:18:10 status unpacked pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:10 status half-configured pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:10 status installed pulseaudio-module-bluetooth:amd64 1:13.99.1-1ubuntu3.4
2020-07-18 16:18:10 configure libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1.1 <none>
2020-07-18 16:18:10 status unpacked libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:10 status half-configured libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:10 status installed libqt5webenginewidgets5:amd64 5.12.8+dfsg-0ubuntu1.1
2020-07-18 16:18:10 trigproc desktop-file-utils:amd64 0.24+linuxmint1 <none>
2020-07-18 16:18:10 status half-configured desktop-file-utils:amd64 0.24+linuxmint1
2020-07-18 16:18:11 status installed desktop-file-utils:amd64 0.24+linuxmint1
2020-07-18 16:18:11 trigproc mime-support:all 3.64ubuntu1 <none>
2020-07-18 16:18:11 status half-configured mime-support:all 3.64ubuntu1
2020-07-18 16:18:11 status installed mime-support:all 3.64ubuntu1
2020-07-18 16:18:11 trigproc hicolor-icon-theme:all 0.17-2 <none>
2020-07-18 16:18:11 status half-configured hicolor-icon-theme:all 0.17-2
2020-07-18 16:18:11 status installed hicolor-icon-theme:all 0.17-2
2020-07-18 16:18:11 trigproc gnome-menus:amd64 3.36.0-1ubuntu1 <none>
2020-07-18 16:18:11 status half-configured gnome-menus:amd64 3.36.0-1ubuntu1
2020-07-18 16:18:11 status installed gnome-menus:amd64 3.36.0-1ubuntu1
2020-07-18 16:18:11 trigproc libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1 <none>
2020-07-18 16:18:11 status half-configured libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1
2020-07-18 16:18:11 status installed libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1
2020-07-18 16:18:11 trigproc libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1 <none>
2020-07-18 16:18:11 status half-configured libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1
2020-07-18 16:18:11 status installed gnome-software:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:12 status installed libglib2.0-0:i386 2.64.3-1~ubuntu20.04.1
2020-07-18 16:18:12 trigproc libc-bin:amd64 2.31-0ubuntu9 <none>
2020-07-18 16:18:12 status half-configured libc-bin:amd64 2.31-0ubuntu9
2020-07-18 16:18:12 status installed libc-bin:amd64 2.31-0ubuntu9
2020-07-18 16:18:12 trigproc systemd:amd64 245.4-4ubuntu3.1 <none>
2020-07-18 16:18:12 status half-configured systemd:amd64 245.4-4ubuntu3.1
2020-07-18 16:18:12 status installed systemd:amd64 245.4-4ubuntu3.1
2020-07-18 16:18:12 trigproc man-db:amd64 2.9.1-1 <none>
2020-07-18 16:18:12 status half-configured man-db:amd64 2.9.1-1
2020-07-18 16:18:25 status installed man-db:amd64 2.9.1-1
2020-07-18 16:18:26 trigproc ureadahead:amd64 0.100.0-21 <none>
2020-07-18 16:18:26 status half-configured ureadahead:amd64 0.100.0-21
2020-07-18 16:18:26 status installed ureadahead:amd64 0.100.0-21
2020-07-18 16:18:26 trigproc dbus:amd64 1.12.16-2ubuntu2.1 <none>
2020-07-18 16:18:26 status half-configured dbus:amd64 1.12.16-2ubuntu2.1
2020-07-18 16:18:26 status installed dbus:amd64 1.12.16-2ubuntu2.1
2020-07-18 16:18:26 trigproc install-info:amd64 6.7.0.dfsg.2-5 <none>
2020-07-18 16:18:26 status half-configured install-info:amd64 6.7.0.dfsg.2-5
2020-07-18 16:18:26 status installed install-info:amd64 6.7.0.dfsg.2-5
2020-07-18 16:18:26 configure gnome-software-plugin-flatpak:amd64 3.36.1-0ubuntu0.20.04.0 <none>
2020-07-18 16:18:26 status unpacked gnome-software-plugin-flatpak:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:26 status half-configured gnome-software-plugin-flatpak:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:26 status installed gnome-software-plugin-flatpak:amd64 3.36.1-0ubuntu0.20.04.0
2020-07-18 16:18:26 trigproc initramfs-tools:all 0.136ubuntu6.2 <none>
2020-07-18 16:18:26 status half-configured initramfs-tools:all 0.136ubuntu6.2
2020-07-18 16:19:30 status installed initramfs-tools:all 0.136ubuntu6.2

@Anarchid : never fiddled with xterm, Linux Mint have xterm by default and it is working.
@Porkch0p : yeah everything I found about that kind of error is 2 years old at least and claim to be fixed since ! :/

@versus666
Copy link
Author

versus666 commented Jul 30, 2020

Update 2
I saw there is now a version 65 on itch.io, tried it on a separate folder and it worked with
TERM= ./Zero-K_linux64
not with
./Zero-K_linux64 or ./Zero-K_linux64.sh

Then began the debug.
Put in a folder the files of the root of my spring folder in a separate folder and put the v65'd root files instead :
still not working with TERM= ./Zero-K_linux64

Restored the original files and renamed ONE AFTER THE OTHER ALL the folders of the original spring folder and put the v65's folders instead :
still not working with TERM= ./Zero-K_linux64

After an hour and all the folders tested, out of patience, I overwrote everything in the original spring folder with the v65's folders :+
working with TERM= ./Zero-K_linux64

I begin to think it just nag me.
Now it's (half) working and hopefully it won't degrade...
Should have kept a backup but I'm on really low disk space.

@Porkch0p
Copy link

Porkch0p commented Jul 30, 2020

I didn't see anything obvious in the list of package updates after it stopped working, but your crash state in Update 1 seems like it might be kicked off by PlasmaDownloader. If you encounter that crash again, maybe try starting Zero-K without an internet connection to see if it bypasses the error?

Also, that crash looks to be the same as ZeroK-RTS/Zero-K-Infrastructure#2301

@versus666
Copy link
Author

Without internet connexion :

TERM= ./Zero-K_linux64
Zero-K.exe Warning: 0 : Error loading package master from http://repos.springrts.com/
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tcampaign: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/aa: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://packages.springrts.com: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/area17: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/ba: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tap-chobby: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/bar: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/chobby: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tap: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/devgame: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/chiliui: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/sa: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/feature-placer: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/evo: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/flove: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/gravitas: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/i18n: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/jrtsc: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/jauria: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/jw: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/luaai-shard: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/lups: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/mcl: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/metalfactions: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/mosaic: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/parts-needed: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/pd: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/phoenix: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/modelshaders: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/s44: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/sb-ba: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/sb-evo: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/sb-zk: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/sbc: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/spring-features: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/swiw: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tadrd: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tc: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tard: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/tchobby: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/techa: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/xta: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/to: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/zeus-vs-bunnies: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/zk: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/zke: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/zkmenu: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/byar-chobby: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/byar: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/evo-chobby: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Error: 0 : http://repos.springrts.com/zkmenu/packages/77bc11a1c08de15a9ec271a60b6e32e8.sdp failed System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request, System.IAsyncResult result) [0x00000] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.WebClient.DownloadBitsResponseCallback (System.IAsyncResult result) [0x00015] in <bd46d4d4f7964dfa9beea098499ab597>:0 
Zero-K.exe Error: 0 : Error downloading zkmenu:stable System.ApplicationException: FileList has download failed
  at PlasmaDownloader.Packages.PackageDownload.GetFileList () [0x000a3] in <41d1d5c12e5644c2993c6d33edc5fe5e>:0 
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () [0x00158] in <41d1d5c12e5644c2993c6d33edc5fe5e>:0 

@GoogleFrog
Copy link

Standalone requires internet to update. You can put it into dev mode (see the wiki somewhere) to disable that, but then will break in other ways if it required the update.

@versus666
Copy link
Author

Tried with the Zero-K semi-portable v66 from yesterday overwriting my dirs, got this :

TERM= ./Zero-K_linux64
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : Querying default engine
Zero-K.exe Information: 0 : starting download User Interface Tutorial r22
Zero-K.exe Information: 0 : starting download Glacies 1.3
Zero-K.exe Information: 0 : User Interface Tutorial r22.sdz Completed - 135.43k
Zero-K.exe Information: 0 : glacies_1.3.sd7 Completed - 14.84M
Zero-K.exe Information: 0 : starting download Economy Tutorial r17
Zero-K.exe Information: 0 : starting download Aquatic Divide Revised v02
Zero-K.exe Information: 0 : Economy Tutorial r17.sdz Completed - 139.58k
Zero-K.exe Information: 0 : aquatic_divide_revised_v02.sd7 Completed - 8.37M
Zero-K.exe Information: 0 : starting download Unit Classes Tutorial r13
Zero-K.exe Information: 0 : starting download La Isla Bonita v1.1
Error downloading file piece: Unable to read data from the transport connection: Connection reset by peer.Zero-K.exe Warning: 0 : Piece 3 failed for https://zero-k.info/content/maps/la_isla_bonita_v1.1.sd7
Error downloading file piece: Unable to read data from the transport connection: Connection reset by peer.Zero-K.exe Warning: 0 : Piece 7 failed for https://zero-k.info/content/maps/la_isla_bonita_v1.1.sd7
Error downloading file piece: Unable to read data from the transport connection: Connection reset by peer.Zero-K.exe Warning: 0 : Piece 11 failed for https://zero-k.info/content/maps/la_isla_bonita_v1.1.sd7
Zero-K.exe Information: 0 : Unit Classes Tutorial r13.sdz Completed - 299.12k
Zero-K.exe Information: 0 : la_isla_bonita_v1.1.sd7 Completed - 38.77M
Zero-K.exe Information: 0 : Reseting configs and deploying AIs
Zero-K.exe Information: 0 : Connecting to steam API
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Starting
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Chobby connected to wrapper
Zero-K.exe Information: 0 : Chobbyla >> WrapperOnline {"UserID":"35390213","DefaultServerHost":"zero-k.info","DefaultServerPort":8200,"IsSteamFolder":false}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"news/1091.png","ImageUrl":"http://zero-k.info/img/lobbynews/1091.png"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/img/lobbynews/1091.png","TargetPath":"news/1091.png"}

Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"news/1090.png","ImageUrl":"http://zero-k.info/img/lobbynews/1090.png"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/img/lobbynews/1090.png","TargetPath":"news/1090.png"}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1598483584,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1598485888,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1598485888,"state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobby closed connection
Zero-K.exe Information: 0 : Spring exited

We'll see if it will still work at the next reboot...

@versus666
Copy link
Author

And the fun was short.
It worked ok until the 4th reboot. Now it doesn't anymore, again the same error. No update, no change to ZK/chob preferences, just 4-5 solo games of chickens to test, spread on a few days.

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : http://repos.springrts.com/zk/packages/30ed83ed09dcc27ffe9f143663b8a4fd.sdp Completed - 220.16k
Zero-K.exe Information: 0 : zk:stable download complete - 220.16k
* Assertion at local-propagation.c:330, condition `ins->opcode > MONO_CEE_LAST' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0002f>
  at Ionic.Zip.ZipEntry.GetEncodedFileNameBytes () <0x001df>
  at Ionic.Zip.ZipEntry.WriteHeader (System.IO.Stream,int) <0x00343>
  at Ionic.Zip.ZipOutputStream._InitiateCurrentEntry (bool) <0x0008f>
  at Ionic.Zip.ZipOutputStream.Write (byte[],int,int) <0x0007b>
  at System.IO.Stream.InternalCopyTo (System.IO.Stream,int) <0x00053>
  at System.IO.Stream.CopyTo (System.IO.Stream) <0x0009b>
  at (wrapper remoting-invoke-with-check) System.IO.Stream.CopyTo (System.IO.Stream) <0x0006b>
  at PlasmaDownloader.Packages.Sdp2Sdz.GenerateSdz (ZkData.SpringPaths,ZkData.SdpArchive,string,System.Action`1<double>) <0x003b3>
  at PlasmaDownloader.Packages.Sdp2Sdz.ConvertSdp2Sdz (ZkData.SpringPaths,ZkData.Hash,string,System.Action`1<double>) <0x0022f>
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () <0x00697>
  at ZkData.Utils/<>c__DisplayClass37_0.<SafeThread>b__0 () <0x00025>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x00098>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001f9>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00023>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x0005b>
  at System.Threading.ThreadHelper.ThreadStart () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

	./Zero-K_linux64(+0x5ebff) [0x55ab077dbbff]
	/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7f95de03b3c0]
	/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7f95ddc6218b]
	/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b) [0x7f95ddc41859]
	./Zero-K_linux64(+0x1c6789) [0x55ab07943789]
	./Zero-K_linux64(+0x1c6a1c) [0x55ab07943a1c]
	./Zero-K_linux64(+0x1c6bb3) [0x55ab07943bb3]
	./Zero-K_linux64(+0x225afb) [0x55ab079a2afb]
	./Zero-K_linux64(+0x7a772) [0x55ab077f7772]
	./Zero-K_linux64(+0x7b124) [0x55ab077f8124]
	./Zero-K_linux64(+0x6d270) [0x55ab077ea270]
	./Zero-K_linux64(+0x719ae) [0x55ab077ee9ae]
	./Zero-K_linux64(+0x72565) [0x55ab077ef565]
	[0x40795698]

Debug info from gdb:

[New LWP 36300]
[New LWP 36301]
[New LWP 36321]
[New LWP 36322]
[New LWP 36323]
[New LWP 36324]
[New LWP 36325]
[New LWP 36326]
[New LWP 36327]
[New LWP 36328]
[New LWP 36357]
[New LWP 36359]
[New LWP 36378]
[New LWP 36379]
[New LWP 36380]
[New LWP 36399]
[New LWP 36400]
[New LWP 36401]
[New LWP 36402]
[New LWP 36421]
[New LWP 36422]
[New LWP 36423]
[New LWP 36443]
[New LWP 36486]
[New LWP 36487]
[New LWP 36518]
[New LWP 36519]
[New LWP 36521]
[New LWP 36541]
[New LWP 36542]
[New LWP 36543]
[New LWP 36567]
[New LWP 36568]
[New LWP 36575]
[New LWP 36594]
[New LWP 36595]
[New LWP 36596]
[New LWP 36597]
[New LWP 36616]
[New LWP 36617]
[New LWP 36618]
[New LWP 36619]
[New LWP 36648]
[New LWP 36649]
[New LWP 36650]
[New LWP 36651]
[New LWP 36652]
[New LWP 36653]
[New LWP 36654]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55ab0ae48790) at ../sysdeps/nptl/futex-internal.h:183
183	../sysdeps/nptl/futex-internal.h: No such file or directory.
  Id   Target Id                                           Frame 
* 1    Thread 0x7f95ddc17780 (LWP 36299) "Main"            futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55ab0ae48790) at ../sysdeps/nptl/futex-internal.h:183
  2    Thread 0x7f95dcfff700 (LWP 36300) "SGen worker"     futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55ab09ab2688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
  3    Thread 0x7f95db7fe700 (LWP 36301) "Finalizer"       futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x55ab09aa6f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
  4    Thread 0x7f95db57b700 (LWP 36321) "Main"            futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95db57acb0, clockid=<optimized out>, expected=0, futex_word=0x55ab09ab3048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
  5    Thread 0x7f95d98b6700 (LWP 36322) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d98b5cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  6    Thread 0x7f95d96b5700 (LWP 36323) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d96b4cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  7    Thread 0x7f95d94b4700 (LWP 36324) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d94b2c90, clockid=<optimized out>, expected=0, futex_word=0x55ab0ae477c4) at ../sysdeps/nptl/futex-internal.h:320
  8    Thread 0x7f95d92b3700 (LWP 36325) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d92b2cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  9    Thread 0x7f95d90b2700 (LWP 36326) "Timer-Scheduler" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d90b1270, clockid=<optimized out>, expected=0, futex_word=0x55ab0ae48840) at ../sysdeps/nptl/futex-internal.h:320
  10   Thread 0x7f95db14f700 (LWP 36327) "Threadpool work" 0x00007f95ddd3196f in __GI___poll (fds=0x7f95b4059f50, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  11   Thread 0x7f95d8e64700 (LWP 36328) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8e63cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  12   Thread 0x7f95d8c63700 (LWP 36357) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8c62cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  13   Thread 0x7f95d8a62700 (LWP 36359) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8a61cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  14   Thread 0x7f95d8861700 (LWP 36378) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8860cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  15   Thread 0x7f95d8660700 (LWP 36379) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d865fcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  16   Thread 0x7f95d845f700 (LWP 36380) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d845ecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  17   Thread 0x7f95d825e700 (LWP 36399) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d825dcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  18   Thread 0x7f95d292a700 (LWP 36400) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2929cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  19   Thread 0x7f95d2729700 (LWP 36401) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2728cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  20   Thread 0x7f95d2528700 (LWP 36402) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2527cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  21   Thread 0x7f95d2327700 (LWP 36421) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2326cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  22   Thread 0x7f95d2126700 (LWP 36422) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2125cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  23   Thread 0x7f95d1f25700 (LWP 36423) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1f24cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  24   Thread 0x7f95d1d24700 (LWP 36443) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1d23cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  25   Thread 0x7f95d1b23700 (LWP 36486) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1b22cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  26   Thread 0x7f95d1922700 (LWP 36487) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1921cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  27   Thread 0x7f95d15ff700 (LWP 36518) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d15fecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  28   Thread 0x7f95d13fe700 (LWP 36519) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d13fdcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  29   Thread 0x7f95d11fd700 (LWP 36521) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d11fccc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  30   Thread 0x7f95d0ffc700 (LWP 36541) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d0ffbcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  31   Thread 0x7f95d0dfb700 (LWP 36542) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d0dfacc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  32   Thread 0x7f95d0bfa700 (LWP 36543) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d0bf9cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  33   Thread 0x7f95d086f700 (LWP 36567) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d086ecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  34   Thread 0x7f95d066e700 (LWP 36568) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d066dcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  35   Thread 0x7f95d9ab7700 (LWP 36575) "Threadpool work" 0x00007f95ddd01c6f in __GI___wait4 (pid=36673, stat_loc=0x7f95d9ab4a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  36   Thread 0x7f95d3fff700 (LWP 36594) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d3ffecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  37   Thread 0x7f95d3dfe700 (LWP 36595) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d3dfdcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  38   Thread 0x7f95d3bfd700 (LWP 36596) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d3bfccc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  39   Thread 0x7f95d39fc700 (LWP 36597) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d39fbcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  40   Thread 0x7f95d37fb700 (LWP 36616) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d37facc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  41   Thread 0x7f95d35fa700 (LWP 36617) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d35f9cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  42   Thread 0x7f95d33f9700 (LWP 36618) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d33f8cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  43   Thread 0x7f95d31f8700 (LWP 36619) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d31f7cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  44   Thread 0x7f95d2ff7700 (LWP 36648) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2ff6cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  45   Thread 0x7f95d2df6700 (LWP 36649) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2df5cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  46   Thread 0x7f95d2bf5700 (LWP 36650) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2bf4cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
  47   Thread 0x7f955bfff700 (LWP 36651) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955bffecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  48   Thread 0x7f955bdfe700 (LWP 36652) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955bdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  49   Thread 0x7f955bbfd700 (LWP 36653) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955bbfccc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
  50   Thread 0x7f955b9fc700 (LWP 36654) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955b9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320

Thread 50 (Thread 0x7f955b9fc700 (LWP 36654)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955b9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f955b9fbcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f955b9fbcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 49 (Thread 0x7f955bbfd700 (LWP 36653)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955bbfccc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f955bbfccc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f955bbfccc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 48 (Thread 0x7f955bdfe700 (LWP 36652)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955bdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f955bdfdcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f955bdfdcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 47 (Thread 0x7f955bfff700 (LWP 36651)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f955bffecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f955bffecc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f955bffecc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 46 (Thread 0x7f95d2bf5700 (LWP 36650)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2bf4cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2bf4cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2bf4cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 45 (Thread 0x7f95d2df6700 (LWP 36649)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2df5cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2df5cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2df5cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 44 (Thread 0x7f95d2ff7700 (LWP 36648)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2ff6cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2ff6cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2ff6cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 43 (Thread 0x7f95d31f8700 (LWP 36619)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d31f7cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d31f7cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d31f7cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 42 (Thread 0x7f95d33f9700 (LWP 36618)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d33f8cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d33f8cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d33f8cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 41 (Thread 0x7f95d35fa700 (LWP 36617)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d35f9cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d35f9cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d35f9cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 40 (Thread 0x7f95d37fb700 (LWP 36616)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d37facc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d37facc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d37facc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 39 (Thread 0x7f95d39fc700 (LWP 36597)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d39fbcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d39fbcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d39fbcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 38 (Thread 0x7f95d3bfd700 (LWP 36596)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d3bfccc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d3bfccc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d3bfccc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 37 (Thread 0x7f95d3dfe700 (LWP 36595)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d3dfdcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d3dfdcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d3dfdcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 36 (Thread 0x7f95d3fff700 (LWP 36594)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d3ffecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d3ffecc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d3ffecc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 35 (Thread 0x7f95d9ab7700 (LWP 36575)):
#0  0x00007f95ddd01c6f in __GI___wait4 (pid=36673, stat_loc=0x7f95d9ab4a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x000055ab077dbcd5 in mono_handle_native_sigsegv ()
#2  <signal handler called>
#3  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#4  0x00007f95ddc41859 in __GI_abort () at abort.c:79
#5  0x000055ab07943789 in monoeg_log_default_handler ()
#6  0x000055ab07943a1c in monoeg_g_logv ()
#7  0x000055ab07943bb3 in monoeg_assertion_message ()
#8  0x000055ab079a2afb in mono_local_cprop ()
#9  0x000055ab077f7772 in mini_method_compile ()
#10 0x000055ab077f8124 in mono_jit_compile_method_inner ()
#11 0x000055ab077ea270 in mono_jit_compile_method_with_opt ()
#12 0x000055ab077ee9ae in common_call_trampoline ()
#13 0x000055ab077ef565 in mono_vcall_trampoline ()
#14 0x0000000040795698 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 34 (Thread 0x7f95d066e700 (LWP 36568)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d066dcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d066dcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d066dcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 33 (Thread 0x7f95d086f700 (LWP 36567)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d086ecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d086ecc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d086ecc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 32 (Thread 0x7f95d0bfa700 (LWP 36543)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d0bf9cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d0bf9cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d0bf9cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7f95d0dfb700 (LWP 36542)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d0dfacc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d0dfacc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d0dfacc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7f95d0ffc700 (LWP 36541)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d0ffbcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d0ffbcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d0ffbcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7f95d11fd700 (LWP 36521)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d11fccc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d11fccc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d11fccc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7f95d13fe700 (LWP 36519)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d13fdcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d13fdcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d13fdcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7f95d15ff700 (LWP 36518)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d15fecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d15fecc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d15fecc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7f95d1922700 (LWP 36487)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1921cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d1921cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d1921cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7f95d1b23700 (LWP 36486)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1b22cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d1b22cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d1b22cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7f95d1d24700 (LWP 36443)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1d23cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d1d23cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d1d23cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7f95d1f25700 (LWP 36423)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d1f24cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d1f24cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d1f24cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7f95d2126700 (LWP 36422)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2125cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2125cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2125cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7f95d2327700 (LWP 36421)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2326cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2326cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2326cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f95d2528700 (LWP 36402)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2527cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2527cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2527cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f95d2729700 (LWP 36401)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2728cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2728cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2728cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7f95d292a700 (LWP 36400)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d2929cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d2929cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d2929cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7f95d825e700 (LWP 36399)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d825dcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d825dcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d825dcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7f95d845f700 (LWP 36380)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d845ecc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d845ecc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d845ecc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7f95d8660700 (LWP 36379)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d865fcc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d865fcc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d865fcc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7f95d8861700 (LWP 36378)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8860cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d8860cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d8860cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7f95d8a62700 (LWP 36359)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8a61cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d8a61cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d8a61cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7f95d8c63700 (LWP 36357)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8c62cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d8c62cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d8c62cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7f95d8e64700 (LWP 36328)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d8e63cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d8e63cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d8e63cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f95db14f700 (LWP 36327)):
#0  0x00007f95ddd3196f in __GI___poll (fds=0x7f95b4059f50, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x000055ab078c70e5 in poll_event_wait ()
#2  0x000055ab078c7fd6 in selector_thread ()
#3  0x000055ab078d1f0d in start_wrapper ()
#4  0x000055ab07937afa in inner_start_thread ()
#5  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7f95d90b2700 (LWP 36326)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d90b1270, clockid=<optimized out>, expected=0, futex_word=0x55ab0ae48840) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d90b1270, clockid=<optimized out>, mutex=0x55ab0ae487f0, cond=0x55ab0ae48818) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0ae48818, mutex=0x55ab0ae487f0, abstime=0x7f95d90b1270) at pthread_cond_wait.c:656
#3  0x000055ab079128ff in _wapi_handle_timedwait_signal_handle ()
#4  0x000055ab079285f4 in wapi_WaitForSingleObjectEx ()
#5  0x000055ab078d1a8b in mono_wait_uninterrupted.isra ()
#6  0x000055ab078d33e7 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#7  0x000000004017474a in ?? ()
#8  0x0000000000000001 in ?? ()
#9  0x00007f95dd2a8d60 in ?? ()
#10 0x00007f95dd2a8d28 in ?? ()
#11 0x000000000001869e in ?? ()
#12 0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7f95d92b3700 (LWP 36325)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d92b2cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d92b2cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d92b2cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f95d94b4700 (LWP 36324)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d94b2c90, clockid=<optimized out>, expected=0, futex_word=0x55ab0ae477c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d94b2c90, clockid=<optimized out>, mutex=0x55ab0ae47770, cond=0x55ab0ae47798) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0ae47798, mutex=0x55ab0ae47770, abstime=0x7f95d94b2c90) at pthread_cond_wait.c:656
#3  0x000055ab079128ff in _wapi_handle_timedwait_signal_handle ()
#4  0x000055ab0792952b in wapi_WaitForMultipleObjectsEx ()
#5  0x000055ab078d1a1a in mono_wait_uninterrupted.isra ()
#6  0x000055ab078d31c0 in ves_icall_System_Threading_WaitHandle_WaitAny_internal ()
#7  0x000000004014f06a in ?? ()
#8  0x0000000000000002 in ?? ()
#9  0x00007f95dd000988 in ?? ()
#10 0x00007f95dd000958 in ?? ()
#11 0x00000000001b7740 in ?? ()
#12 0x00007f95dd0006f0 in ?? ()
#13 0x00007f95c0001c20 in ?? ()
#14 0x00007f95d94b3400 in ?? ()
#15 0x00007f95d94b3400 in ?? ()
#16 0x00007f95d94b3340 in ?? ()
#17 0x000000004014ef50 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7f95d96b5700 (LWP 36323)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d96b4cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d96b4cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d96b4cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f95d98b6700 (LWP 36322)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95d98b5cc0, clockid=<optimized out>, expected=0, futex_word=0x55ab0b6b71c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95d98b5cc0, clockid=<optimized out>, mutex=0x55ab0b6b71c8, cond=0x55ab0b6b7198) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab0b6b7198, mutex=0x55ab0b6b71c8, abstime=0x7f95d98b5cc0) at pthread_cond_wait.c:656
#3  0x000055ab078cb636 in worker_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f95db57b700 (LWP 36321)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f95db57acb0, clockid=<optimized out>, expected=0, futex_word=0x55ab09ab3048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f95db57acb0, clockid=<optimized out>, mutex=0x55ab09ab3060 <sleep_mutex>, cond=0x55ab09ab3020 <sleep_cond>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55ab09ab3020 <sleep_cond>, mutex=0x55ab09ab3060 <sleep_mutex>, abstime=0x7f95db57acb0) at pthread_cond_wait.c:656
#3  0x000055ab0793b04f in mono_thread_info_sleep ()
#4  0x000055ab078ca56e in monitor_thread ()
#5  0x000055ab078d1f0d in start_wrapper ()
#6  0x000055ab07937afa in inner_start_thread ()
#7  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f95db7fe700 (LWP 36301)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x55ab09aa6f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x55ab09aa6f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007f95de0394e8 in __new_sem_wait_slow (sem=0x55ab09aa6f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x000055ab07833b69 in finalizer_thread ()
#4  0x000055ab078d1f0d in start_wrapper ()
#5  0x000055ab07937afa in inner_start_thread ()
#6  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f95dcfff700 (LWP 36300)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55ab09ab2688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55ab09ab26a0 <lock>, cond=0x55ab09ab2660 <work_cond>) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x55ab09ab2660 <work_cond>, mutex=0x55ab09ab26a0 <lock>) at pthread_cond_wait.c:638
#3  0x000055ab0790c363 in thread_func ()
#4  0x00007f95de02f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#5  0x00007f95ddd3e103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f95ddc17780 (LWP 36299)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55ab0ae48790) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55ab0ae48740, cond=0x55ab0ae48768) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x55ab0ae48768, mutex=0x55ab0ae48740) at pthread_cond_wait.c:638
#3  0x000055ab07912c5c in _wapi_handle_timedwait_signal_handle ()
#4  0x000055ab07928722 in wapi_WaitForSingleObjectEx ()
#5  0x000055ab0787fa8e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#6  0x000000004014b4b0 in ?? ()
#7  0x00007ffed57a7718 in ?? ()
#8  0x00007f95dd273a88 in ?? ()
#9  0x0000000000000000 in ?? ()
[Inferior 1 (process 36299) detached]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted (core dumped)

Time to overwrite again...

@versus666
Copy link
Author

versus666 commented Sep 3, 2020

Found something, I share it may helps.
The itchio page specify ZK need mono-complete libsdl2-2.0-0 libopenal1 libcurl3.
Tried just in case, got this :

Package libcurl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libcurl4:i386 libcurl4

Maybe a corrupted update ?

After fiddling with the files I know overwriting cache/repositories.json with the file from the semi portable archive v66 triggers the message Zero-K.exe Information: 0 : PackageRefresh complete - packages changed and its size increase from 8m to 11 megs.

Overwriting the folders with the V66 doesn't allow it to run. Even the pristine just extracted v66 doesn't run with the usual TERM= ./Zero-K_linux64.sh
W H Y ???

@Porkch0p
Copy link

Porkch0p commented Sep 5, 2020

I tried grabbing the v67 semi-portable itch build on Linux Mint 20, and during extraction got a Data Error on the same file referenced at the top of your log. ERROR: Data Error : games/30ed83ed09dcc27ffe9f143663b8a4fd.sdz
Infolog shows Error: [CZipArchive] error opening "/home/username/zk/games/30ed83ed09dcc27ffe9f143663b8a4fd.sdz"

Chobby appears to open for me even with these problems when setting TERM.

Also of note, v67 seems to not have the libc update in ZeroK-linux64.sh to allow the game to run on non-debian distros out of the box.

@versus666
Copy link
Author

versus666 commented Sep 10, 2020

Tried the v69, overwriting my dirs. Succeeded to launch and I got this when playing a solo game

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : Querying default engine
Zero-K.exe Information: 0 : Reseting configs and deploying AIs
Zero-K.exe Information: 0 : Connecting to steam API
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Starting
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Chobby connected to wrapper
Zero-K.exe Information: 0 : Chobbyla >> WrapperOnline {"UserID":"35390213","DefaultServerHost":"zero-k.info","DefaultServerPort":8200,"IsSteamFolder":false}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"LuaMenu/Images/MinimapThumbnailsRusty_Warehouse_1.jpg","ImageUrl":"http://zero-k.info/Resources/Rusty_Warehouse_1.thumbnail.jpg"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/Resources/Rusty_Warehouse_1.thumbnail.jpg","TargetPath":"LuaMenu/Images/MinimapThumbnailsRusty_Warehouse_1.jpg"}

Zero-K.exe Information: 0 : Chobbyla << OpenUrl {"Url":"https://www.youtube.com/watch?v=bAdqazixuRY"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"LuaMenu/Images/MinimapThumbnailsBulk_Horizontal_9th_-_16x8.jpg","ImageUrl":"http://zero-k.info/Resources/Bulk_Horizontal_9th_-_16x8.thumbnail.jpg"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/Resources/Bulk_Horizontal_9th_-_16x8.thumbnail.jpg","TargetPath":"LuaMenu/Images/MinimapThumbnailsBulk_Horizontal_9th_-_16x8.jpg"}

Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"LuaMenu/Images/Minimaps/Bulk_Horizontal_9th_-_16x8.jpg","ImageUrl":"http://zero-k.info/Resources/Bulk_Horizontal_9th_-_16x8.minimap.jpg"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/Resources/Bulk_Horizontal_9th_-_16x8.minimap.jpg","TargetPath":"LuaMenu/Images/Minimaps/Bulk_Horizontal_9th_-_16x8.jpg"}

Zero-K.exe Information: 0 : Chobbyla << DownloadFile {"Name":"Bulk Horizontal 9th - 16x8","FileType":"MAP"}
Zero-K.exe Information: 0 : starting download Bulk Horizontal 9th - 16x8
Zero-K.exe Information: 0 : Chobbyla >> DownloadFileProgress {"FileType":"MAP","Name":"Bulk Horizontal 9th - 16x8","Progress":"0.00","SecondsRemaining":-1,"TotalLength":0,"CurrentSpeed":0}

Zero-K.exe Warning: 0 : Cannot download Bulk Horizontal 9th - 16x8, not registered or has no links
Zero-K.exe Information: 0 : Chobbyla >> DownloadFileDone {"FileType":"MAP","IsSuccess":false,"IsAborted":false,"Name":"Bulk Horizontal 9th - 16x8"}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << TtsVolume {"Volume":33}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1599697024,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << TtsVolume {"Volume":33}
Zero-K.exe Information: 0 : Chobbyla << TtsVolume {"Volume":33}
Zero-K.exe Information: 0 : Chobbyla << TtsVolume {"Volume":33}
Zero-K.exe Information: 0 : Chobbyla << TtsVolume {"Volume":33}
Zero-K.exe Information: 0 : Chobbyla << TtsVolume {"Volume":33}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobby closed connection
Zero-K.exe Information: 0 : Spring exited

No crash, let's see how long it will works.
Note it now works again when double clicking Zero-K_linux64.sh
But from the command line WITHOUT the TERM workaround I get that :

./Zero-K_linux64.sh

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
  at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoDriver..ctor (System.String term) [0x00058] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver..cctor () [0x00062] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Console..cctor () [0x000a8] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Diagnostics.ConsoleTraceListener..ctor () [0x00000] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.ConsoleTraceListener:.ctor ()
  at ChobbyLauncher.Program.Main (System.String[] args) [0x0002a] in <a6762436fde34b81aaef6d3dbec0723c>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
  at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.TermInfoDriver..ctor (System.String term) [0x00058] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ConsoleDriver..cctor () [0x00062] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Console..cctor () [0x000a8] in <8f2c484307284b51944a1a13a14c0266>:0 
   --- End of inner exception stack trace ---
  at System.Diagnostics.ConsoleTraceListener..ctor () [0x00000] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.ConsoleTraceListener:.ctor ()
  at ChobbyLauncher.Program.Main (System.String[] args) [0x0002a] in <a6762436fde34b81aaef6d3dbec0723c>:0 

"Magic number is wrong" imply a corrupted file but why would it works with TERM and without TERM with double click ?
-> might be console related

[EDIT] I usually tried with Linux Mint default console (GNOME Terminal 3.36.1.1). Tried (again ?) with xterm console instead. Worked fine WITHOUT (obviously) the TERM workaround. As expected you could say.

-> So something in the default console of Linux Mint do block the expected behavior of Zero-K_linux64.

(but doesn't explain why it suddenly wouldn't work anymore)

@versus666
Copy link
Author

Guess what ?

Worked yesterday, not working anymore :/

No update except 1 related to GRUB. The only real difference is the game file updated :

PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : http://repos.springrts.com/zkmenu/packages/d2740252fd17a4e6772452561b618256.sdp Completed - 78.87k
Zero-K.exe Information: 0 : zkmenu:stable download complete - 78.87k

Any idea ?

@versus666
Copy link
Author

Working again with with v70.
For history :

TERM= ./Zero-K_linux64.sh
Zero-K.exe Error: 0 : Error reading version list from http://repos.springrts.com/sa: System.Net.WebException: Error: SendFailure (Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.) ---> System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.
  at System.Net.WebConnection.BeginWrite (System.Net.HttpWebRequest request, System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.AsyncCallback cb, System.Object state) [0x0002e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.WebConnectionStream.SetHeadersAsync (System.Net.SimpleAsyncResult result, System.Boolean setInternalLength) [0x00168] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.WebConnectionStream+<SetHeadersAsync>c__AnonStorey0.<>m__0 (System.Net.SimpleAsyncResult r) [0x00000] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.SimpleAsyncResult.Run (System.Func`2[T,TResult] func, System.Net.SimpleAsyncCallback callback) [0x00007] in <bd46d4d4f7964dfa9beea098499ab597>:0 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00064] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at ZkData.Utils.DownloadFile (System.String url, System.Nullable`1[T] ifModifiedSince) [0x00039] in <037f4df79af44e27bca91761604a7753>:0 
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : Querying default engine
Zero-K.exe Information: 0 : Reseting configs and deploying AIs
Zero-K.exe Information: 0 : Connecting to steam API
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Starting
Zero-K.exe Information: 0 : Chobby connected to wrapper
Zero-K.exe Information: 0 : Chobbyla >> WrapperOnline {"UserID":"35390213","DefaultServerHost":"zero-k.info","DefaultServerPort":8200,"IsSteamFolder":false}

Failed to register mime handler
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1601692928,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1601693952,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1601693952,"state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << Alert {"Message":"Zero-K battle starting!"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1601695232,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DownloadImage {"TargetPath":"LuaMenu/Images/MinimapThumbnailsTwin_Lakes_Park_1.1.jpg","ImageUrl":"http://zero-k.info/Resources/Twin_Lakes_Park_1.1.thumbnail.jpg"}
Zero-K.exe Information: 0 : Chobbyla >> DownloadImageDone {"ImageUrl":"http://zero-k.info/Resources/Twin_Lakes_Park_1.1.thumbnail.jpg","TargetPath":"LuaMenu/Images/MinimapThumbnailsTwin_Lakes_Park_1.1.jpg"}

Zero-K.exe Information: 0 : Chobby closed connection
Zero-K.exe Information: 0 : Spring exited

Doesn't work without TERM, as usual.

@versus666
Copy link
Author

And as usual it worked 2 days ago, now doesn't work anymore for no apparent reason...

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : http://repos.springrts.com/zkmenu/packages/fb0fb0519b43e48b7d8e18d01181d544.sdp Completed - 78.77k
Zero-K.exe Information: 0 : zkmenu:stable download complete - 3.33M
* Assertion at local-propagation.c:330, condition `ins->opcode > MONO_CEE_LAST' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0002f>
  at Ionic.Zip.ZipEntry.GetEncodedFileNameBytes () <0x001df>
  at Ionic.Zip.ZipEntry.WriteHeader (System.IO.Stream,int) <0x00343>
  at Ionic.Zip.ZipOutputStream._InitiateCurrentEntry (bool) <0x0008f>
  at Ionic.Zip.ZipOutputStream.Write (byte[],int,int) <0x0007b>
  at System.IO.Stream.InternalCopyTo (System.IO.Stream,int) <0x00053>
  at System.IO.Stream.CopyTo (System.IO.Stream) <0x0009b>
  at (wrapper remoting-invoke-with-check) System.IO.Stream.CopyTo (System.IO.Stream) <0x0006b>
  at PlasmaDownloader.Packages.Sdp2Sdz.GenerateSdz (ZkData.SpringPaths,ZkData.SdpArchive,string,System.Action`1<double>) <0x003b3>
  at PlasmaDownloader.Packages.Sdp2Sdz.ConvertSdp2Sdz (ZkData.SpringPaths,ZkData.Hash,string,System.Action`1<double>) <0x0022f>
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () <0x00697>
  at ZkData.Utils/<>c__DisplayClass37_0.<SafeThread>b__0 () <0x00025>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x00098>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001f9>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00023>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x0005b>
  at System.Threading.ThreadHelper.ThreadStart () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

	./Zero-K_linux64(+0x5ebff) [0x564bcbecebff]
	/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7fea049ba3c0]
	/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7fea047de18b]
	/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b) [0x7fea047bd859]
	./Zero-K_linux64(+0x1c6789) [0x564bcc036789]
	./Zero-K_linux64(+0x1c6a1c) [0x564bcc036a1c]
	./Zero-K_linux64(+0x1c6bb3) [0x564bcc036bb3]
	./Zero-K_linux64(+0x225afb) [0x564bcc095afb]
	./Zero-K_linux64(+0x7a772) [0x564bcbeea772]
	./Zero-K_linux64(+0x7b124) [0x564bcbeeb124]
	./Zero-K_linux64(+0x6d270) [0x564bcbedd270]
	./Zero-K_linux64(+0x719ae) [0x564bcbee19ae]
	./Zero-K_linux64(+0x72565) [0x564bcbee2565]
	[0x40f8f698]

Debug info from gdb:

[New LWP 209056]
[New LWP 209057]
[New LWP 209076]
[New LWP 209077]
[New LWP 209078]
[New LWP 209079]
[New LWP 209080]
[New LWP 209081]
[New LWP 209082]
[New LWP 209083]
[New LWP 209084]
[New LWP 209086]
[New LWP 209088]
[New LWP 209089]
[New LWP 209090]
[New LWP 209109]
[New LWP 209110]
[New LWP 209129]
[New LWP 209130]
[New LWP 209131]
[New LWP 209132]
[New LWP 209151]
[New LWP 209152]
[New LWP 209153]
[New LWP 209172]
[New LWP 209173]
[New LWP 209174]
[New LWP 209175]
[New LWP 209194]
[New LWP 209195]
[New LWP 209196]
[New LWP 209197]
[New LWP 209216]
[New LWP 209227]
[New LWP 209228]
[New LWP 209229]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564bce9eba50) at ../sysdeps/nptl/futex-internal.h:183
183	../sysdeps/nptl/futex-internal.h: No such file or directory.
  Id   Target Id                                            Frame 
* 1    Thread 0x7fea04793780 (LWP 209055) "Main"            futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564bce9eba50) at ../sysdeps/nptl/futex-internal.h:183
  2    Thread 0x7fea03bff700 (LWP 209056) "SGen worker"     futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564bce1a5688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
  3    Thread 0x7fea023fe700 (LWP 209057) "Finalizer"       futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x564bce199f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
  4    Thread 0x7fea00633700 (LWP 209076) "Main"            0x00007fea0487ddff in __GI___wait4 (pid=209248, stat_loc=0x7fea00630a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  5    Thread 0x7fea0217b700 (LWP 209077) "Main"            futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fea0217acb0, clockid=<optimized out>, expected=0, futex_word=0x564bce1a6048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
  6    Thread 0x7fea00432700 (LWP 209078) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fea00431cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  7    Thread 0x7fea00231700 (LWP 209079) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fea00230cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  8    Thread 0x7fe9fbfff700 (LWP 209080) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fbffecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
  9    Thread 0x7fe9fbdfe700 (LWP 209081) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fbdfcc90, clockid=<optimized out>, expected=0, futex_word=0x564bce9ea7c4) at ../sysdeps/nptl/futex-internal.h:320
  10   Thread 0x7fe9fbbfd700 (LWP 209082) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fbbfccc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  11   Thread 0x7fe9fb9fc700 (LWP 209083) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  12   Thread 0x7fe9fb7fb700 (LWP 209084) "Timer-Scheduler" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb7fa270, clockid=<optimized out>, expected=0, futex_word=0x564bce9ebb00) at ../sysdeps/nptl/futex-internal.h:320
  13   Thread 0x7fe9fb5fa700 (LWP 209086) "Threadpool work" 0x00007fea048adaff in __GI___poll (fds=0x7fe9e805c810, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  14   Thread 0x7fe9fb56c700 (LWP 209088) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb56bcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  15   Thread 0x7fe9fb36b700 (LWP 209089) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb36acc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  16   Thread 0x7fe9f9898700 (LWP 209090) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f9897cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  17   Thread 0x7fe9f9697700 (LWP 209109) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f9696cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  18   Thread 0x7fe9f9496700 (LWP 209110) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f9495cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  19   Thread 0x7fe9f918f700 (LWP 209129) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f918ecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  20   Thread 0x7fe9f8f8e700 (LWP 209130) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8f8dcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  21   Thread 0x7fe9f8d8d700 (LWP 209131) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8d8ccc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  22   Thread 0x7fe9f8b8c700 (LWP 209132) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8b8bcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
  23   Thread 0x7fe9f898b700 (LWP 209151) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f898acc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  24   Thread 0x7fe9f878a700 (LWP 209152) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8789cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  25   Thread 0x7fe9f8589700 (LWP 209153) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8588cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  26   Thread 0x7fe9f8388700 (LWP 209172) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8387cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  27   Thread 0x7fe99bfff700 (LWP 209173) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99bffecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  28   Thread 0x7fe99bdfe700 (LWP 209174) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99bdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  29   Thread 0x7fe99bbfd700 (LWP 209175) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99bbfccc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  30   Thread 0x7fe99b9fc700 (LWP 209194) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  31   Thread 0x7fe99b7fb700 (LWP 209195) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b7facc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
  32   Thread 0x7fe99b5fa700 (LWP 209196) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b5f9cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
  33   Thread 0x7fe99b3f9700 (LWP 209197) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b3f8cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  34   Thread 0x7fe99b1f8700 (LWP 209216) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b1f7cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  35   Thread 0x7fe99aff7700 (LWP 209227) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99aff6cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
  36   Thread 0x7fe99adf6700 (LWP 209228) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99adf5cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
  37   Thread 0x7fe99a9ff700 (LWP 209229) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99a9fecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320

Thread 37 (Thread 0x7fe99a9ff700 (LWP 209229)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99a9fecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99a9fecc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99a9fecc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 36 (Thread 0x7fe99adf6700 (LWP 209228)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99adf5cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99adf5cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99adf5cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 35 (Thread 0x7fe99aff7700 (LWP 209227)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99aff6cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99aff6cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99aff6cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 34 (Thread 0x7fe99b1f8700 (LWP 209216)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b1f7cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99b1f7cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99b1f7cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 33 (Thread 0x7fe99b3f9700 (LWP 209197)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b3f8cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99b3f8cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99b3f8cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 32 (Thread 0x7fe99b5fa700 (LWP 209196)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b5f9cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99b5f9cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99b5f9cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7fe99b7fb700 (LWP 209195)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b7facc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99b7facc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99b7facc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7fe99b9fc700 (LWP 209194)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99b9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99b9fbcc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99b9fbcc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7fe99bbfd700 (LWP 209175)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99bbfccc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99bbfccc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99bbfccc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7fe99bdfe700 (LWP 209174)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99bdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99bdfdcc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99bdfdcc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7fe99bfff700 (LWP 209173)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe99bffecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe99bffecc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe99bffecc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7fe9f8388700 (LWP 209172)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8387cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f8387cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f8387cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7fe9f8589700 (LWP 209153)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8588cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f8588cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f8588cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7fe9f878a700 (LWP 209152)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8789cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f8789cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f8789cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7fe9f898b700 (LWP 209151)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f898acc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f898acc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f898acc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7fe9f8b8c700 (LWP 209132)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8b8bcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f8b8bcc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f8b8bcc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7fe9f8d8d700 (LWP 209131)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8d8ccc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f8d8ccc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f8d8ccc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7fe9f8f8e700 (LWP 209130)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f8f8dcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f8f8dcc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f8f8dcc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7fe9f918f700 (LWP 209129)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f918ecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f918ecc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f918ecc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7fe9f9496700 (LWP 209110)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f9495cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f9495cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f9495cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7fe9f9697700 (LWP 209109)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f9696cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f9696cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f9696cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7fe9f9898700 (LWP 209090)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9f9897cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9f9897cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9f9897cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7fe9fb36b700 (LWP 209089)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb36acc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fb36acc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9fb36acc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7fe9fb56c700 (LWP 209088)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb56bcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fb56bcc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9fb56bcc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7fe9fb5fa700 (LWP 209086)):
#0  0x00007fea048adaff in __GI___poll (fds=0x7fe9e805c810, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x0000564bcbfba0e5 in poll_event_wait ()
#2  0x0000564bcbfbafd6 in selector_thread ()
#3  0x0000564bcbfc4f0d in start_wrapper ()
#4  0x0000564bcc02aafa in inner_start_thread ()
#5  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7fe9fb7fb700 (LWP 209084)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb7fa270, clockid=<optimized out>, expected=0, futex_word=0x564bce9ebb00) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fb7fa270, clockid=<optimized out>, mutex=0x564bce9ebab0, cond=0x564bce9ebad8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bce9ebad8, mutex=0x564bce9ebab0, abstime=0x7fe9fb7fa270) at pthread_cond_wait.c:656
#3  0x0000564bcc0058ff in _wapi_handle_timedwait_signal_handle ()
#4  0x0000564bcc01b5f4 in wapi_WaitForSingleObjectEx ()
#5  0x0000564bcbfc4a8b in mono_wait_uninterrupted.isra ()
#6  0x0000564bcbfc63e7 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#7  0x0000000041e039ea in ?? ()
#8  0x0000000000000001 in ?? ()
#9  0x00007fea03fbb588 in ?? ()
#10 0x00007fea03fbb550 in ?? ()
#11 0x000000000001869d in ?? ()
#12 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fe9fb9fc700 (LWP 209083)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fb9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fb9fbcc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9fb9fbcc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7fe9fbbfd700 (LWP 209082)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fbbfccc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fbbfccc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9fbbfccc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7fe9fbdfe700 (LWP 209081)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fbdfcc90, clockid=<optimized out>, expected=0, futex_word=0x564bce9ea7c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fbdfcc90, clockid=<optimized out>, mutex=0x564bce9ea770, cond=0x564bce9ea798) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bce9ea798, mutex=0x564bce9ea770, abstime=0x7fe9fbdfcc90) at pthread_cond_wait.c:656
#3  0x0000564bcc0058ff in _wapi_handle_timedwait_signal_handle ()
#4  0x0000564bcc01c52b in wapi_WaitForMultipleObjectsEx ()
#5  0x0000564bcbfc4a1a in mono_wait_uninterrupted.isra ()
#6  0x0000564bcbfc61c0 in ves_icall_System_Threading_WaitHandle_WaitAny_internal ()
#7  0x0000000041dddb3a in ?? ()
#8  0x0000000000000002 in ?? ()
#9  0x00007fea03f85018 in ?? ()
#10 0x00007fea03f84fe8 in ?? ()
#11 0x00000000001b7740 in ?? ()
#12 0x00007fea03f80950 in ?? ()
#13 0x00007fe9dc001c20 in ?? ()
#14 0x00007fe9fbdfd400 in ?? ()
#15 0x00007fe9fbdfd400 in ?? ()
#16 0x00007fe9fbdfd340 in ?? ()
#17 0x0000000041ddd9f0 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7fe9fbfff700 (LWP 209080)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe9fbffecc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe9fbffecc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fe9fbffecc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7fea00231700 (LWP 209079)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fea00230cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fea00230cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fea00230cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7fea00432700 (LWP 209078)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fea00431cc0, clockid=<optimized out>, expected=0, futex_word=0x564bcf241a54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fea00431cc0, clockid=<optimized out>, mutex=0x564bcf241a58, cond=0x564bcf241a28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bcf241a28, mutex=0x564bcf241a58, abstime=0x7fea00431cc0) at pthread_cond_wait.c:656
#3  0x0000564bcbfbe636 in worker_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fea0217b700 (LWP 209077)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fea0217acb0, clockid=<optimized out>, expected=0, futex_word=0x564bce1a6048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fea0217acb0, clockid=<optimized out>, mutex=0x564bce1a6060 <sleep_mutex>, cond=0x564bce1a6020 <sleep_cond>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564bce1a6020 <sleep_cond>, mutex=0x564bce1a6060 <sleep_mutex>, abstime=0x7fea0217acb0) at pthread_cond_wait.c:656
#3  0x0000564bcc02e04f in mono_thread_info_sleep ()
#4  0x0000564bcbfbd56e in monitor_thread ()
#5  0x0000564bcbfc4f0d in start_wrapper ()
#6  0x0000564bcc02aafa in inner_start_thread ()
#7  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fea00633700 (LWP 209076)):
#0  0x00007fea0487ddff in __GI___wait4 (pid=209248, stat_loc=0x7fea00630a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x0000564bcbececd5 in mono_handle_native_sigsegv ()
#2  <signal handler called>
#3  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#4  0x00007fea047bd859 in __GI_abort () at abort.c:79
#5  0x0000564bcc036789 in monoeg_log_default_handler ()
#6  0x0000564bcc036a1c in monoeg_g_logv ()
#7  0x0000564bcc036bb3 in monoeg_assertion_message ()
#8  0x0000564bcc095afb in mono_local_cprop ()
#9  0x0000564bcbeea772 in mini_method_compile ()
#10 0x0000564bcbeeb124 in mono_jit_compile_method_inner ()
#11 0x0000564bcbedd270 in mono_jit_compile_method_with_opt ()
#12 0x0000564bcbee19ae in common_call_trampoline ()
#13 0x0000564bcbee2565 in mono_vcall_trampoline ()
#14 0x0000000040f8f698 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fea023fe700 (LWP 209057)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x564bce199f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x564bce199f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007fea049b84e8 in __new_sem_wait_slow (sem=0x564bce199f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x0000564bcbf26b69 in finalizer_thread ()
#4  0x0000564bcbfc4f0d in start_wrapper ()
#5  0x0000564bcc02aafa in inner_start_thread ()
#6  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fea03bff700 (LWP 209056)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564bce1a5688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x564bce1a56a0 <lock>, cond=0x564bce1a5660 <work_cond>) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x564bce1a5660 <work_cond>, mutex=0x564bce1a56a0 <lock>) at pthread_cond_wait.c:638
#3  0x0000564bcbfff363 in thread_func ()
#4  0x00007fea049ae609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#5  0x00007fea048ba293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fea04793780 (LWP 209055)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564bce9eba50) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x564bce9eba00, cond=0x564bce9eba28) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x564bce9eba28, mutex=0x564bce9eba00) at pthread_cond_wait.c:638
#3  0x0000564bcc005c5c in _wapi_handle_timedwait_signal_handle ()
#4  0x0000564bcc01b722 in wapi_WaitForSingleObjectEx ()
#5  0x0000564bcbf72a8e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#6  0x0000000041ddcdc0 in ?? ()
#7  0x00007fffd2602658 in ?? ()
#8  0x00007fea03f87e38 in ?? ()
#9  0x0000000000000000 in ?? ()
[Inferior 1 (process 209055) detached]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted (core dumped)

@versus666
Copy link
Author

Me again !

Same thing as usual.
Worked October the 30th with v71, doesn't anymore today. Only change is I updated the linux kernel and some samba stuff today...

Error in the system console :


TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : http://repos.springrts.com/zkmenu/packages/834808c7e529f9d7d8455869d088d2e5.sdp Completed - 78.77k
Zero-K.exe Information: 0 : zkmenu:stable download complete - 78.77k
* Assertion at local-propagation.c:330, condition `ins->opcode > MONO_CEE_LAST' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0002f>
  at Ionic.Zip.ZipEntry.GetEncodedFileNameBytes () <0x001df>
  at Ionic.Zip.ZipEntry.WriteHeader (System.IO.Stream,int) <0x00343>
  at Ionic.Zip.ZipOutputStream._InitiateCurrentEntry (bool) <0x0008f>
  at Ionic.Zip.ZipOutputStream.Write (byte[],int,int) <0x0007b>
  at System.IO.Stream.InternalCopyTo (System.IO.Stream,int) <0x00053>
  at System.IO.Stream.CopyTo (System.IO.Stream) <0x0009b>
  at (wrapper remoting-invoke-with-check) System.IO.Stream.CopyTo (System.IO.Stream) <0x0006b>
  at PlasmaDownloader.Packages.Sdp2Sdz.GenerateSdz (ZkData.SpringPaths,ZkData.SdpArchive,string,System.Action`1<double>) <0x003b3>
  at PlasmaDownloader.Packages.Sdp2Sdz.ConvertSdp2Sdz (ZkData.SpringPaths,ZkData.Hash,string,System.Action`1<double>) <0x0022f>
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () <0x00697>
  at ZkData.Utils/<>c__DisplayClass37_0.<SafeThread>b__0 () <0x00025>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x00098>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001f9>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00023>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x0005b>
  at System.Threading.ThreadHelper.ThreadStart () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

	./Zero-K_linux64(+0x5ebff) [0x56504cea1bff]
	/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7fe235c293c0]
	/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7fe235a4d18b]
	/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b) [0x7fe235a2c859]
	./Zero-K_linux64(+0x1c6789) [0x56504d009789]
	./Zero-K_linux64(+0x1c6a1c) [0x56504d009a1c]
	./Zero-K_linux64(+0x1c6bb3) [0x56504d009bb3]
	./Zero-K_linux64(+0x225afb) [0x56504d068afb]
	./Zero-K_linux64(+0x7a772) [0x56504cebd772]
	./Zero-K_linux64(+0x7b124) [0x56504cebe124]
	./Zero-K_linux64(+0x6d270) [0x56504ceb0270]
	./Zero-K_linux64(+0x719ae) [0x56504ceb49ae]
	./Zero-K_linux64(+0x72565) [0x56504ceb5565]
	[0x418ee698]

Debug info from gdb:

[New LWP 26085]
[New LWP 26086]
[New LWP 26087]
[New LWP 26088]
[New LWP 26089]
[New LWP 26090]
[New LWP 26091]
[New LWP 26092]
[New LWP 26093]
[New LWP 26094]
[New LWP 26095]
[New LWP 26096]
[New LWP 26097]
[New LWP 26098]
[New LWP 26117]
[New LWP 26118]
[New LWP 26137]
[New LWP 26138]
[New LWP 26139]
[New LWP 26158]
[New LWP 26159]
[New LWP 26160]
[New LWP 26161]
[New LWP 26180]
[New LWP 26181]
[New LWP 26186]
[New LWP 26205]
[New LWP 26206]
[New LWP 26207]
[New LWP 26208]
[New LWP 26227]
[New LWP 26228]
[New LWP 26232]
[New LWP 26233]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x565050a1ca50) at ../sysdeps/nptl/futex-internal.h:183
183	../sysdeps/nptl/futex-internal.h: No such file or directory.
  Id   Target Id                                           Frame 
* 1    Thread 0x7fe235a02780 (LWP 26084) "Main"            futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x565050a1ca50) at ../sysdeps/nptl/futex-internal.h:183
  2    Thread 0x7fe234fff700 (LWP 26085) "SGen worker"     futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x56504f178688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
  3    Thread 0x7fe23377b700 (LWP 26086) "Finalizer"       futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x56504f16cf40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
  4    Thread 0x7fe231833700 (LWP 26087) "Main"            0x00007fe235aecdff in __GI___wait4 (pid=26252, stat_loc=0x7fe231830a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  5    Thread 0x7fe23357a700 (LWP 26088) "Main"            futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe233579cb0, clockid=<optimized out>, expected=0, futex_word=0x56504f179048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
  6    Thread 0x7fe231632700 (LWP 26089) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe231631cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  7    Thread 0x7fe231431700 (LWP 26090) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23142fc90, clockid=<optimized out>, expected=0, futex_word=0x565050a1b7c0) at ../sysdeps/nptl/futex-internal.h:320
  8    Thread 0x7fe231230700 (LWP 26091) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23122fcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  9    Thread 0x7fe23102f700 (LWP 26092) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23102ecc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  10   Thread 0x7fe230e2e700 (LWP 26093) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe230e2dcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  11   Thread 0x7fe230c2d700 (LWP 26094) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe230c2ccc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  12   Thread 0x7fe23081f700 (LWP 26095) "Timer-Scheduler" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23081e270, clockid=<optimized out>, expected=0, futex_word=0x565050a1cb00) at ../sysdeps/nptl/futex-internal.h:320
  13   Thread 0x7fe232e63700 (LWP 26096) "Threadpool work" 0x00007fe235b1caff in __GI___poll (fds=0x7fe204054970, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  14   Thread 0x7fe2305d1700 (LWP 26097) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe2305d0cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  15   Thread 0x7fe2303d0700 (LWP 26098) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe2303cfcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  16   Thread 0x7fe22a86d700 (LWP 26117) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a86ccc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  17   Thread 0x7fe22a66c700 (LWP 26118) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a66bcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  18   Thread 0x7fe22a46b700 (LWP 26137) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a46acc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  19   Thread 0x7fe22a26a700 (LWP 26138) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a269cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  20   Thread 0x7fe22a069700 (LWP 26139) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a068cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  21   Thread 0x7fe229e68700 (LWP 26158) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229e67cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  22   Thread 0x7fe229c67700 (LWP 26159) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229c66cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  23   Thread 0x7fe229a66700 (LWP 26160) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229a65cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  24   Thread 0x7fe229865700 (LWP 26161) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229864cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  25   Thread 0x7fe229664700 (LWP 26180) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229663cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  26   Thread 0x7fe229463700 (LWP 26181) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229462cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  27   Thread 0x7fe229262700 (LWP 26186) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229261cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  28   Thread 0x7fe229061700 (LWP 26205) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229060cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  29   Thread 0x7fe228e60700 (LWP 26206) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228e5fcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  30   Thread 0x7fe228c5f700 (LWP 26207) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228c5ecc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  31   Thread 0x7fe228a5e700 (LWP 26208) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228a5dcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  32   Thread 0x7fe22885d700 (LWP 26227) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22885ccc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  33   Thread 0x7fe22865c700 (LWP 26228) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22865bcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
  34   Thread 0x7fe22845b700 (LWP 26232) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22845acc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
  35   Thread 0x7fe22825a700 (LWP 26233) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228259cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320

Thread 35 (Thread 0x7fe22825a700 (LWP 26233)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228259cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe228259cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe228259cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 34 (Thread 0x7fe22845b700 (LWP 26232)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22845acc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22845acc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22845acc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 33 (Thread 0x7fe22865c700 (LWP 26228)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22865bcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22865bcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22865bcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 32 (Thread 0x7fe22885d700 (LWP 26227)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22885ccc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22885ccc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22885ccc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7fe228a5e700 (LWP 26208)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228a5dcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe228a5dcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe228a5dcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7fe228c5f700 (LWP 26207)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228c5ecc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe228c5ecc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe228c5ecc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7fe228e60700 (LWP 26206)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe228e5fcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe228e5fcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe228e5fcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7fe229061700 (LWP 26205)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229060cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229060cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229060cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7fe229262700 (LWP 26186)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229261cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229261cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229261cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7fe229463700 (LWP 26181)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229462cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229462cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229462cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7fe229664700 (LWP 26180)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229663cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229663cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229663cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7fe229865700 (LWP 26161)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229864cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229864cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229864cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7fe229a66700 (LWP 26160)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229a65cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229a65cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229a65cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7fe229c67700 (LWP 26159)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229c66cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229c66cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229c66cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7fe229e68700 (LWP 26158)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe229e67cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe229e67cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe229e67cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7fe22a069700 (LWP 26139)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a068cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22a068cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22a068cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7fe22a26a700 (LWP 26138)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a269cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22a269cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22a269cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7fe22a46b700 (LWP 26137)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a46acc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22a46acc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22a46acc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7fe22a66c700 (LWP 26118)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a66bcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22a66bcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22a66bcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7fe22a86d700 (LWP 26117)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe22a86ccc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe22a86ccc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe22a86ccc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
```
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7fe2303d0700 (LWP 26098)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe2303cfcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe2303cfcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe2303cfcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7fe2305d1700 (LWP 26097)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe2305d0cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe2305d0cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe2305d0cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7fe232e63700 (LWP 26096)):
#0  0x00007fe235b1caff in __GI___poll (fds=0x7fe204054970, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x000056504cf8d0e5 in poll_event_wait ()
#2  0x000056504cf8dfd6 in selector_thread ()
#3  0x000056504cf97f0d in start_wrapper ()
#4  0x000056504cffdafa in inner_start_thread ()
#5  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7fe23081f700 (LWP 26095)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23081e270, clockid=<optimized out>, expected=0, futex_word=0x565050a1cb00) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe23081e270, clockid=<optimized out>, mutex=0x565050a1cab0, cond=0x565050a1cad8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x565050a1cad8, mutex=0x565050a1cab0, abstime=0x7fe23081e270) at pthread_cond_wait.c:656
#3  0x000056504cfd88ff in _wapi_handle_timedwait_signal_handle ()
#4  0x000056504cfee5f4 in wapi_WaitForSingleObjectEx ()
#5  0x000056504cf97a8b in mono_wait_uninterrupted.isra ()
#6  0x000056504cf993e7 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#7  0x0000000040deeeaa in ?? ()
#8  0x0000000000000001 in ?? ()
#9  0x00007fe23500bc60 in ?? ()
#10 0x00007fe23500bc28 in ?? ()
#11 0x000000000001869e in ?? ()
#12 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fe230c2d700 (LWP 26094)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe230c2ccc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe230c2ccc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe230c2ccc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7fe230e2e700 (LWP 26093)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe230e2dcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd20) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe230e2dcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe230e2dcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7fe23102f700 (LWP 26092)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23102ecc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe23102ecc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe23102ecc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7fe231230700 (LWP 26091)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23122fcc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe23122fcc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe23122fcc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7fe231431700 (LWP 26090)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe23142fc90, clockid=<optimized out>, expected=0, futex_word=0x565050a1b7c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe23142fc90, clockid=<optimized out>, mutex=0x565050a1b770, cond=0x565050a1b798) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x565050a1b798, mutex=0x565050a1b770, abstime=0x7fe23142fc90) at pthread_cond_wait.c:656
#3  0x000056504cfd88ff in _wapi_handle_timedwait_signal_handle ()
#4  0x000056504cfef52b in wapi_WaitForMultipleObjectsEx ()
#5  0x000056504cf97a1a in mono_wait_uninterrupted.isra ()
#6  0x000056504cf991c0 in ves_icall_System_Threading_WaitHandle_WaitAny_internal ()
#7  0x0000000040dc95ba in ?? ()
#8  0x0000000000000002 in ?? ()
#9  0x00007fe2353d7470 in ?? ()
#10 0x00007fe2353d7440 in ?? ()
#11 0x00000000001b7740 in ?? ()
#12 0x00007fe2353d5028 in ?? ()
#13 0x00007fe214001c20 in ?? ()
#14 0x00007fe231430400 in ?? ()
#15 0x00007fe231430400 in ?? ()
#16 0x00007fe231430340 in ?? ()
#17 0x0000000040dc9470 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7fe231632700 (LWP 26089)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe231631cc0, clockid=<optimized out>, expected=0, futex_word=0x56505124cd24) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe231631cc0, clockid=<optimized out>, mutex=0x56505124cd28, cond=0x56505124ccf8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56505124ccf8, mutex=0x56505124cd28, abstime=0x7fe231631cc0) at pthread_cond_wait.c:656
#3  0x000056504cf91636 in worker_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fe23357a700 (LWP 26088)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fe233579cb0, clockid=<optimized out>, expected=0, futex_word=0x56504f179048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7fe233579cb0, clockid=<optimized out>, mutex=0x56504f179060 <sleep_mutex>, cond=0x56504f179020 <sleep_cond>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x56504f179020 <sleep_cond>, mutex=0x56504f179060 <sleep_mutex>, abstime=0x7fe233579cb0) at pthread_cond_wait.c:656
#3  0x000056504d00104f in mono_thread_info_sleep ()
#4  0x000056504cf9056e in monitor_thread ()
#5  0x000056504cf97f0d in start_wrapper ()
#6  0x000056504cffdafa in inner_start_thread ()
#7  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fe231833700 (LWP 26087)):
#0  0x00007fe235aecdff in __GI___wait4 (pid=26252, stat_loc=0x7fe231830a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x000056504cea1cd5 in mono_handle_native_sigsegv ()
#2  <signal handler called>
#3  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#4  0x00007fe235a2c859 in __GI_abort () at abort.c:79
#5  0x000056504d009789 in monoeg_log_default_handler ()
#6  0x000056504d009a1c in monoeg_g_logv ()
#7  0x000056504d009bb3 in monoeg_assertion_message ()
#8  0x000056504d068afb in mono_local_cprop ()
#9  0x000056504cebd772 in mini_method_compile ()
#10 0x000056504cebe124 in mono_jit_compile_method_inner ()
#11 0x000056504ceb0270 in mono_jit_compile_method_with_opt ()
#12 0x000056504ceb49ae in common_call_trampoline ()
#13 0x000056504ceb5565 in mono_vcall_trampoline ()
#14 0x00000000418ee698 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fe23377b700 (LWP 26086)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x56504f16cf40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x56504f16cf40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007fe235c274e8 in __new_sem_wait_slow (sem=0x56504f16cf40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x000056504cef9b69 in finalizer_thread ()
#4  0x000056504cf97f0d in start_wrapper ()
#5  0x000056504cffdafa in inner_start_thread ()
#6  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fe234fff700 (LWP 26085)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x56504f178688 <work_cond+40>) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x56504f1786a0 <lock>, cond=0x56504f178660 <work_cond>) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x56504f178660 <work_cond>, mutex=0x56504f1786a0 <lock>) at pthread_cond_wait.c:638
#3  0x000056504cfd2363 in thread_func ()
#4  0x00007fe235c1d609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#5  0x00007fe235b29293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fe235a02780 (LWP 26084)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x565050a1ca50) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x565050a1ca00, cond=0x565050a1ca28) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x565050a1ca28, mutex=0x565050a1ca00) at pthread_cond_wait.c:638
#3  0x000056504cfd8c5c in _wapi_handle_timedwait_signal_handle ()
#4  0x000056504cfee722 in wapi_WaitForSingleObjectEx ()
#5  0x000056504cf45a8e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#6  0x0000000040dc7620 in ?? ()
#7  0x00007ffff243c328 in ?? ()
#8  0x00007fe2353dc4d8 in ?? ()
#9  0x0000000000000000 in ?? ()
[Inferior 1 (process 26084) detached]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted (core dumped)

infolog_full.txt from the last games from the 30th (quite long) :
http://versus666.free.fr/spring/infolog_full.txt

@versus666
Copy link
Author

Guess what !!

Yesterday I tried Zero-K.exe with WINE and it ran ! It updated some stuff (and changed the executable) and took a looong time to check the filesystem/files. And worked fine.

BUT THEN today I tried to launch it with TERM= ./Zero-K_linux64.sh and it worked, unlike the last few days !!!!

So it seems there is a second-best option to play but the mystery thicken for the reasons behind the problem...

@versus666
Copy link
Author

I can confirm that after a week the native ZK lobby crash at launch and I have to launch Zero-K.exe with WINE, it update ZK menus (or a name like that) then check the filesystem for a dozen of seconds. Then the native linux, after another lengthy check on his side, works fine for a week. And crash suddenly after that.
Not a solution per se but at least a bearable workaround.

Had that after exiting today's session, don't know if it's related 👍

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : PackageRefresh complete - packages changed
Zero-K.exe Information: 0 : Querying default engine
Zero-K.exe Information: 0 : Reseting configs and deploying AIs
Zero-K.exe Information: 0 : Connecting to steam API
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Starting
Zero-K.exe Information: 0 : Chobby connected to wrapper
Zero-K.exe Information: 0 : Chobbyla >> WrapperOnline {"UserID":"4179917703","DefaultServerHost":"zero-k.info","DefaultServerPort":8200,"IsSteamFolder":false}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In  battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Loading battle","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"Watching Replay","startTimestamp":1606241280,"state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu","state":"In running battle lobby"}
Zero-K.exe Information: 0 : Chobby closed connection
Zero-K.exe Information: 0 : Spring exited
We would like to send crash/desync data to Zero-K repository, it can contain chat. Do you agree?
Zero-K.exe Warning: 0 : Problem reporting a bug: System.AggregateException: One or more errors occurred. ---> System.Net.WebException: Error: SecureChannelFailure (The authentication or decryption has failed.) ---> System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: The authentication or decryption has failed.
  at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (System.IAsyncResult asyncResult) [0x00040] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (System.IAsyncResult result) [0x00071] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
   --- End of inner exception stack trace ---
  at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake (System.IAsyncResult result) [0x0003b] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
   --- End of inner exception stack trace ---
  at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x00057] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient (System.IAsyncResult asyncResult) [0x00011] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x00044] in <bd46d4d4f7964dfa9beea098499ab597>:0 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x00043] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x002f7] in <41c316444c8a4380b9344ba09eeb18de>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x000f3] in <41c316444c8a4380b9344ba09eeb18de>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Internal.HttpClientAdapter+<SendAsync>d__10.MoveNext () [0x00112] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Internal.HttpClientAdapter+<Send>d__3.MoveNext () [0x000b9] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Connection+<RunRequest>d__57.MoveNext () [0x0011d] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Connection+<Run>d__56`1[T].MoveNext () [0x0008c] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.ApiConnection+<Post>d__22`1[T].MoveNext () [0x000a9] in <309575f69cc64c02a4299032e69acf59>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at ChobbyLauncher.CrashReportHelper.ReportCrash (System.String infolog, ChobbyLauncher.CrashType type, System.String engine, System.String bugReportTitle, System.String bugReportDescription) [0x0006a] in <a6762436fde34b81aaef6d3dbec0723c>:0 
---> (Inner Exception #0) System.Net.WebException: Error: SecureChannelFailure (The authentication or decryption has failed.) ---> System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: The authentication or decryption has failed.
  at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (System.IAsyncResult asyncResult) [0x00040] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (System.IAsyncResult result) [0x00071] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
   --- End of inner exception stack trace ---
  at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake (System.IAsyncResult result) [0x0003b] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
   --- End of inner exception stack trace ---
  at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x00057] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 
  at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient (System.IAsyncResult asyncResult) [0x00011] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x00044] in <bd46d4d4f7964dfa9beea098499ab597>:0 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x00043] in <bd46d4d4f7964dfa9beea098499ab597>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x002f7] in <41c316444c8a4380b9344ba09eeb18de>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x000f3] in <41c316444c8a4380b9344ba09eeb18de>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Internal.HttpClientAdapter+<SendAsync>d__10.MoveNext () [0x00112] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Internal.HttpClientAdapter+<Send>d__3.MoveNext () [0x000b9] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Connection+<RunRequest>d__57.MoveNext () [0x0011d] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.Connection+<Run>d__56`1[T].MoveNext () [0x0008c] in <309575f69cc64c02a4299032e69acf59>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at Octokit.ApiConnection+<Post>d__22`1[T].MoveNext () [0x000a9] in <309575f69cc64c02a4299032e69acf59>:0 <---

@versus666
Copy link
Author

Long time no see !

ZK behaved fine for a while then the dreaded bug shown it's ugly face today

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : http://repos.springrts.com/zkmenu/packages/371cfbffa096aef728fc9a61f2fbf712.sdp Completed - 79.17k
Zero-K.exe Information: 0 : zkmenu:stable download complete - 79.17k
* Assertion at local-propagation.c:330, condition `ins->opcode > MONO_CEE_LAST' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0002f>
  at Ionic.Zip.ZipEntry.GetEncodedFileNameBytes () <0x001df>
  at Ionic.Zip.ZipEntry.WriteHeader (System.IO.Stream,int) <0x00343>
  at Ionic.Zip.ZipOutputStream._InitiateCurrentEntry (bool) <0x0008f>
  at Ionic.Zip.ZipOutputStream.Write (byte[],int,int) <0x0007b>
  at System.IO.Stream.InternalCopyTo (System.IO.Stream,int) <0x00053>
  at System.IO.Stream.CopyTo (System.IO.Stream) <0x0009b>
  at (wrapper remoting-invoke-with-check) System.IO.Stream.CopyTo (System.IO.Stream) <0x0006b>
  at PlasmaDownloader.Packages.Sdp2Sdz.GenerateSdz (ZkData.SpringPaths,ZkData.SdpArchive,string,System.Action`1<double>) <0x003b3>
  at PlasmaDownloader.Packages.Sdp2Sdz.ConvertSdp2Sdz (ZkData.SpringPaths,ZkData.Hash,string,System.Action`1<double>) <0x0022f>
  at PlasmaDownloader.Packages.PackageDownload.MasterDownloadThread () <0x00697>
  at ZkData.Utils/<>c__DisplayClass37_0.<SafeThread>b__0 () <0x00025>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x00098>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001f9>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00023>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x0005b>
  at System.Threading.ThreadHelper.ThreadStart () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

	./Zero-K_linux64(+0x5ebff) [0x564eeda5ebff]
	/lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7f024d1013c0]
	/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb) [0x7f024cf2518b]
	/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b) [0x7f024cf04859]
	./Zero-K_linux64(+0x1c6789) [0x564eedbc6789]
	./Zero-K_linux64(+0x1c6a1c) [0x564eedbc6a1c]
	./Zero-K_linux64(+0x1c6bb3) [0x564eedbc6bb3]
	./Zero-K_linux64(+0x225afb) [0x564eedc25afb]
	./Zero-K_linux64(+0x7a772) [0x564eeda7a772]
	./Zero-K_linux64(+0x7b124) [0x564eeda7b124]
	./Zero-K_linux64(+0x6d270) [0x564eeda6d270]
	./Zero-K_linux64(+0x719ae) [0x564eeda719ae]
	./Zero-K_linux64(+0x72565) [0x564eeda72565]
	[0x40b0f698]

Debug info from gdb:

[New LWP 55004]
[New LWP 55005]
[New LWP 55006]
[New LWP 55007]
[New LWP 55008]
[New LWP 55009]
[New LWP 55010]
[New LWP 55011]
[New LWP 55012]
[New LWP 55013]
[New LWP 55014]
[New LWP 55015]
[New LWP 55016]
[New LWP 55017]
[New LWP 55018]
[New LWP 55037]
[New LWP 55038]
[New LWP 55057]
[New LWP 55058]
[New LWP 55059]
[New LWP 55078]
[New LWP 55079]
[New LWP 55081]
[New LWP 55082]
[New LWP 55101]
[New LWP 55102]
[New LWP 55103]
[New LWP 55104]
[New LWP 55123]
[New LWP 55124]
[New LWP 55125]
[New LWP 55144]
[New LWP 55145]
[New LWP 55146]
[New LWP 55147]
[New LWP 55148]
[New LWP 55149]
[New LWP 55150]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564ef13f79a0) at ../sysdeps/nptl/futex-internal.h:183
183	../sysdeps/nptl/futex-internal.h: No such file or directory.
  Id   Target Id                                           Frame 
* 1    Thread 0x7f024ceda780 (LWP 55003) "Main"            futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564ef13f79a0) at ../sysdeps/nptl/futex-internal.h:183
  2    Thread 0x7f024c3ff700 (LWP 55004) "SGen worker"     futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564eefd3568c <work_cond+44>) at ../sysdeps/nptl/futex-internal.h:183
  3    Thread 0x7f024abfe700 (LWP 55005) "Finalizer"       futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x564eefd29f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
  4    Thread 0x7f0248c2b700 (LWP 55006) "Main"            0x00007f024cfc4dff in __GI___wait4 (pid=55169, stat_loc=0x7f0248c28a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  5    Thread 0x7f024a96b700 (LWP 55007) "Main"            futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024a96acb0, clockid=<optimized out>, expected=0, futex_word=0x564eefd36048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
  6    Thread 0x7f0248a2a700 (LWP 55008) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248a29cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  7    Thread 0x7f0248829700 (LWP 55009) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248827c90, clockid=<optimized out>, expected=0, futex_word=0x564ef13f67c4) at ../sysdeps/nptl/futex-internal.h:320
  8    Thread 0x7f0248628700 (LWP 55010) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248627cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  9    Thread 0x7f0248427700 (LWP 55011) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248426cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  10   Thread 0x7f0248226700 (LWP 55012) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248225cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  11   Thread 0x7f0243fff700 (LWP 55013) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0243ffecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  12   Thread 0x7f0243dfe700 (LWP 55014) "Timer-Scheduler" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0243dfd270, clockid=<optimized out>, expected=0, futex_word=0x564ef13f7b00) at ../sysdeps/nptl/futex-internal.h:320
  13   Thread 0x7f0243bfd700 (LWP 55015) "Threadpool work" 0x00007f024cff4aff in __GI___poll (fds=0x7f021c06e240, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  14   Thread 0x7f02439ff700 (LWP 55016) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f02439fecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  15   Thread 0x7f0241d76700 (LWP 55017) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241d75cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  16   Thread 0x7f0241b75700 (LWP 55018) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241b74cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  17   Thread 0x7f0241974700 (LWP 55037) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241973cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  18   Thread 0x7f0241773700 (LWP 55038) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241772cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  19   Thread 0x7f0241572700 (LWP 55057) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241571cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  20   Thread 0x7f0241371700 (LWP 55058) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241370cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  21   Thread 0x7f0241170700 (LWP 55059) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024116fcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  22   Thread 0x7f0240f6f700 (LWP 55078) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240f6ecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  23   Thread 0x7f0240d6e700 (LWP 55079) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240d6dcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  24   Thread 0x7f0240b6d700 (LWP 55081) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240b6ccc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  25   Thread 0x7f024096c700 (LWP 55082) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024096bcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  26   Thread 0x7f024076b700 (LWP 55101) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024076acc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  27   Thread 0x7f024056a700 (LWP 55102) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240569cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  28   Thread 0x7f0240369700 (LWP 55103) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240368cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  29   Thread 0x7f01dbfff700 (LWP 55104) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dbffecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  30   Thread 0x7f01dbdfe700 (LWP 55123) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dbdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  31   Thread 0x7f01dbbfd700 (LWP 55124) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dbbfccc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  32   Thread 0x7f01db9fc700 (LWP 55125) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  33   Thread 0x7f01db7fb700 (LWP 55144) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db7facc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  34   Thread 0x7f01db5fa700 (LWP 55145) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db5f9cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  35   Thread 0x7f01db3f9700 (LWP 55146) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db3f8cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  36   Thread 0x7f01db1f8700 (LWP 55147) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db1f7cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  37   Thread 0x7f01daff7700 (LWP 55148) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01daff6cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
  38   Thread 0x7f01dadf6700 (LWP 55149) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dadf5cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
  39   Thread 0x7f01dabf5700 (LWP 55150) "Threadpool work" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dabf4cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320

Thread 39 (Thread 0x7f01dabf5700 (LWP 55150)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dabf4cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01dabf4cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01dabf4cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 38 (Thread 0x7f01dadf6700 (LWP 55149)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dadf5cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01dadf5cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01dadf5cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 37 (Thread 0x7f01daff7700 (LWP 55148)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01daff6cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01daff6cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01daff6cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 36 (Thread 0x7f01db1f8700 (LWP 55147)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db1f7cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01db1f7cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01db1f7cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 35 (Thread 0x7f01db3f9700 (LWP 55146)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db3f8cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01db3f8cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01db3f8cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 34 (Thread 0x7f01db5fa700 (LWP 55145)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db5f9cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01db5f9cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01db5f9cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 33 (Thread 0x7f01db7fb700 (LWP 55144)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db7facc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01db7facc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01db7facc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 32 (Thread 0x7f01db9fc700 (LWP 55125)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01db9fbcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01db9fbcc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01db9fbcc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7f01dbbfd700 (LWP 55124)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dbbfccc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01dbbfccc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01dbbfccc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7f01dbdfe700 (LWP 55123)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dbdfdcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01dbdfdcc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01dbdfdcc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7f01dbfff700 (LWP 55104)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f01dbffecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f01dbffecc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f01dbffecc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7f0240369700 (LWP 55103)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240368cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0240368cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0240368cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7f024056a700 (LWP 55102)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240569cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0240569cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0240569cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7f024076b700 (LWP 55101)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024076acc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f024076acc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f024076acc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7f024096c700 (LWP 55082)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024096bcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f024096bcc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f024096bcc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7f0240b6d700 (LWP 55081)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240b6ccc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0240b6ccc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0240b6ccc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7f0240d6e700 (LWP 55079)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240d6dcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0240d6dcc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0240d6dcc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7f0240f6f700 (LWP 55078)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0240f6ecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0240f6ecc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0240f6ecc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7f0241170700 (LWP 55059)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024116fcc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f024116fcc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f024116fcc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f0241371700 (LWP 55058)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241370cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0241370cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0241370cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f0241572700 (LWP 55057)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241571cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0241571cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0241571cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7f0241773700 (LWP 55038)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241772cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0241772cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0241772cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7f0241974700 (LWP 55037)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241973cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0241973cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0241973cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7f0241b75700 (LWP 55018)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241b74cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0241b74cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0241b74cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7f0241d76700 (LWP 55017)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0241d75cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0241d75cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0241d75cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7f02439ff700 (LWP 55016)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f02439fecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f02439fecc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f02439fecc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7f0243bfd700 (LWP 55015)):
#0  0x00007f024cff4aff in __GI___poll (fds=0x7f021c06e240, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x0000564eedb4a0e5 in poll_event_wait ()
#2  0x0000564eedb4afd6 in selector_thread ()
#3  0x0000564eedb54f0d in start_wrapper ()
#4  0x0000564eedbbaafa in inner_start_thread ()
#5  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7f0243dfe700 (LWP 55014)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0243dfd270, clockid=<optimized out>, expected=0, futex_word=0x564ef13f7b00) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0243dfd270, clockid=<optimized out>, mutex=0x564ef13f7ab0, cond=0x564ef13f7ad8) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef13f7ad8, mutex=0x564ef13f7ab0, abstime=0x7f0243dfd270) at pthread_cond_wait.c:656
#3  0x0000564eedb958ff in _wapi_handle_timedwait_signal_handle ()
#4  0x0000564eedbab5f4 in wapi_WaitForSingleObjectEx ()
#5  0x0000564eedb54a8b in mono_wait_uninterrupted.isra ()
#6  0x0000564eedb563e7 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#7  0x00000000417aa64a in ?? ()
#8  0x0000000000000001 in ?? ()
#9  0x00007f024c6b3770 in ?? ()
#10 0x00007f024c6b3738 in ?? ()
#11 0x000000000001869e in ?? ()
#12 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7f0243fff700 (LWP 55013)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0243ffecc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0243ffecc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0243ffecc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f0248226700 (LWP 55012)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248225cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0248225cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0248225cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7f0248427700 (LWP 55011)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248426cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e54) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0248426cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0248426cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7f0248628700 (LWP 55010)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248627cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0248627cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0248627cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f0248829700 (LWP 55009)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248827c90, clockid=<optimized out>, expected=0, futex_word=0x564ef13f67c4) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0248827c90, clockid=<optimized out>, mutex=0x564ef13f6770, cond=0x564ef13f6798) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef13f6798, mutex=0x564ef13f6770, abstime=0x7f0248827c90) at pthread_cond_wait.c:656
#3  0x0000564eedb958ff in _wapi_handle_timedwait_signal_handle ()
#4  0x0000564eedbac52b in wapi_WaitForMultipleObjectsEx ()
#5  0x0000564eedb54a1a in mono_wait_uninterrupted.isra ()
#6  0x0000564eedb561c0 in ves_icall_System_Threading_WaitHandle_WaitAny_internal ()
#7  0x00000000417848ba in ?? ()
#8  0x0000000000000002 in ?? ()
#9  0x00007f024c67b4a8 in ?? ()
#10 0x00007f024c67b478 in ?? ()
#11 0x00000000001b7740 in ?? ()
#12 0x00007f024c678fa0 in ?? ()
#13 0x00007f022c001c20 in ?? ()
#14 0x00007f0248828400 in ?? ()
#15 0x00007f0248828400 in ?? ()
#16 0x00007f0248828340 in ?? ()
#17 0x0000000041784780 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7f0248a2a700 (LWP 55008)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f0248a29cc0, clockid=<optimized out>, expected=0, futex_word=0x564ef1c33e50) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f0248a29cc0, clockid=<optimized out>, mutex=0x564ef1c33e58, cond=0x564ef1c33e28) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564ef1c33e28, mutex=0x564ef1c33e58, abstime=0x7f0248a29cc0) at pthread_cond_wait.c:656
#3  0x0000564eedb4e636 in worker_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f024a96b700 (LWP 55007)):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f024a96acb0, clockid=<optimized out>, expected=0, futex_word=0x564eefd36048 <sleep_cond+40>) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f024a96acb0, clockid=<optimized out>, mutex=0x564eefd36060 <sleep_mutex>, cond=0x564eefd36020 <sleep_cond>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x564eefd36020 <sleep_cond>, mutex=0x564eefd36060 <sleep_mutex>, abstime=0x7f024a96acb0) at pthread_cond_wait.c:656
#3  0x0000564eedbbe04f in mono_thread_info_sleep ()
#4  0x0000564eedb4d56e in monitor_thread ()
#5  0x0000564eedb54f0d in start_wrapper ()
#6  0x0000564eedbbaafa in inner_start_thread ()
#7  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#8  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f0248c2b700 (LWP 55006)):
#0  0x00007f024cfc4dff in __GI___wait4 (pid=55169, stat_loc=0x7f0248c28a6c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x0000564eeda5ecd5 in mono_handle_native_sigsegv ()
#2  <signal handler called>
#3  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#4  0x00007f024cf04859 in __GI_abort () at abort.c:79
#5  0x0000564eedbc6789 in monoeg_log_default_handler ()
#6  0x0000564eedbc6a1c in monoeg_g_logv ()
#7  0x0000564eedbc6bb3 in monoeg_assertion_message ()
#8  0x0000564eedc25afb in mono_local_cprop ()
#9  0x0000564eeda7a772 in mini_method_compile ()
#10 0x0000564eeda7b124 in mono_jit_compile_method_inner ()
#11 0x0000564eeda6d270 in mono_jit_compile_method_with_opt ()
#12 0x0000564eeda719ae in common_call_trampoline ()
#13 0x0000564eeda72565 in mono_vcall_trampoline ()
#14 0x0000000040b0f698 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7f024abfe700 (LWP 55005)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x564eefd29f40 <finalizer_sem>) at ../sysdeps/nptl/futex-internal.h:320
#1  do_futex_wait (sem=sem@entry=0x564eefd29f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:112
#2  0x00007f024d0ff4e8 in __new_sem_wait_slow (sem=0x564eefd29f40 <finalizer_sem>, abstime=0x0, clockid=0) at sem_waitcommon.c:184
#3  0x0000564eedab6b69 in finalizer_thread ()
#4  0x0000564eedb54f0d in start_wrapper ()
#5  0x0000564eedbbaafa in inner_start_thread ()
#6  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#7  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f024c3ff700 (LWP 55004)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564eefd3568c <work_cond+44>) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x564eefd356a0 <lock>, cond=0x564eefd35660 <work_cond>) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x564eefd35660 <work_cond>, mutex=0x564eefd356a0 <lock>) at pthread_cond_wait.c:638
#3  0x0000564eedb8f363 in thread_func ()
#4  0x00007f024d0f5609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#5  0x00007f024d001293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f024ceda780 (LWP 55003)):
#0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x564ef13f79a0) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x564ef13f7950, cond=0x564ef13f7978) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x564ef13f7978, mutex=0x564ef13f7950) at pthread_cond_wait.c:638
#3  0x0000564eedb95c5c in _wapi_handle_timedwait_signal_handle ()
#4  0x0000564eedbab722 in wapi_WaitForSingleObjectEx ()
#5  0x0000564eedb02a8e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#6  0x00000000417836e0 in ?? ()
#7  0x00000000000000ff in ?? ()
#8  0x00007f024c6804b0 in ?? ()
#9  0x0000000000000000 in ?? ()
[Inferior 1 (process 55003) detached]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted (core dumped)

But that would be fun if the now usual way to get the game working with wine worked.
Now I get this

And I'm out of options...

@versus666
Copy link
Author

I realized it decided to try to use a very old Wine ( 3.6 ), so I did a very vile hack (/opt $ sudo mv wine-staging wine-staging- && sudo ln -s /home/versus666/.PlayOnLinux/wine/linux-amd64/wine-6.0-staging-tkg-amd64 wine-staging + copied wine.desktop from wine-staging-/share/applications to the new linked dir so I would still be able to launch .exe from the GUI ) and I managed to launch Zero-K.exe who updated itself, scanned the archives like it was newly installed, then I exited and I launched the usual :

TERM= ./Zero-K_linux64.sh
Zero-K.exe Information: 0 : Querying default engine
Zero-K.exe Information: 0 : Reseting configs and deploying AIs
Zero-K.exe Information: 0 : Connecting to steam API
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Starting
Zero-K.exe Warning: 0 : Error initializing steam, disabling susbystem: CSteamworks library not found
Zero-K.exe Information: 0 : Chobby connected to wrapper
Zero-K.exe Information: 0 : Chobbyla >> WrapperOnline {"UserID":"4179917703","DefaultServerHost":"zero-k.info","DefaultServerPort":8200,"IsSteamFolder":false}

Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobbyla << DiscordUpdatePresence {"details":"In menu"}
Zero-K.exe Information: 0 : Chobby closed connection
Zero-K.exe Information: 0 : Spring exited

Who scanned again the archives and finally ran before I exited manually.

So anyone got an idea to fix this ?

@Porkch0p
Copy link

Porkch0p commented Feb 3, 2021

Don't have a fix for you at the moment, sorry, but have a couple developments with our old friend TERM=

  1. If you add the 'TERM= ' line at the start of the shell script, you don't need to prefix the launch command every time.
  2. I ran into the problem of needing to set TERM outside of Linux Mint. (Manjaro specifically)

If this is a more widespread issue across linux distros preventing people from launching on Linux, it might not be a terrible idea to set a TERM= line inside the shell script at some point. 'TERM=linux' appears to be a fairly sane default.

Also, both my Linux Mint and Manjaro systems are using 'xterm-256color' by default. If I manually set 'TERM=xterm-256color' in the script, it will crash 🤔

Further reading on mono and 256 color terminals

@Porkch0p
Copy link

Porkch0p commented Feb 3, 2021

Coincidentally, a support thread on discord just ran into this same problem, this time for an Arch user. We had to manually set TERM in order to get the shell script to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants