Page MenuHomePhabricator
Paste P13141

(An Untitled Masterwork)
ActivePublic

Authored by zhuyifei1999 on Nov 3 2020, 10:21 AM.
Tags
None
Referenced Files
F32426350: raw-paste-data.txt
Nov 3 2020, 10:21 AM
Subscribers
None
zhuyifei1999@zhuyifei1999-ThinkPad-T480 ~/T266377 $ gdb -batch -ex 'source debug.gdb' --args mono ToolforgeDebug.exe
GEF for linux ready, type `gef' to start, `gef config' to configure
75 commands loaded for GDB 10.1 using Python engine 3.7
[*] 5 commands could not be loaded, run `gef missing` to know why.
[+] Configuration from '/home/zhuyifei1999/.gef.rc' restored
[+] 10 extra commands added from '/home/zhuyifei1999/gdb/gef-extras/scripts'
warning: File "/usr/bin/mono-sgen-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load:/usr/src/linux/".
To enable execution of this file add
add-auto-load-safe-path /usr/bin/mono-sgen-gdb.py
line to your configuration file "/home/zhuyifei1999/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/home/zhuyifei1999/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
Function "clone" not defined.
Breakpoint 1 (clone) pending.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
No mono thread associated with this thread
Thread 1 "mono" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"<unnamed thread>" tid=0x7ffff7c34740 this=0x7ffff6f7c130 , thread handle : 0x555555a1e0c0, state : not waiting
8, 8
Thread 1 "mono" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"<unnamed thread>" tid=0x7ffff7c34740 this=0x7ffff6f7c130 , thread handle : 0x555555a1e0c0, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.ThreadPool.RequestWorkerThread () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () [0x0001f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Enqueue (System.Threading.IThreadPoolWorkItem,bool) [0x00071] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPool.UnsafeQueueCustomWorkItem (System.Threading.IThreadPoolWorkItem,bool) [0x00007] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask (System.Threading.Tasks.Task) [0x00072] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ScheduleAndStart (bool) [0x00063] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task`1<TResult_REF>.StartNew (System.Threading.Tasks.Task,System.Func`1<TResult_REF>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) [0x00030] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.TaskFactory.StartNew<TResult_REF> (System.Func`1<TResult_REF>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler) [0x00006] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Run<TResult_REF> (System.Func`1<System.Threading.Tasks.Task`1<TResult_REF>>,System.Threading.CancellationToken) [0x0002b] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Run<TResult_REF> (System.Func`1<System.Threading.Tasks.Task`1<TResult_REF>>) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebRequest.GetResponseAsync () [0x00059] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.GetWebResponse (System.Net.WebRequest) [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadBits (System.Net.WebRequest,System.IO.Stream) [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadDataInternal (System.Uri,System.Net.WebRequest&) [0x00023] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadString (System.Uri) [0x00011] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadString (string) [0x00008] in <35f76809d1304f7b9923e43abe01f2f7>:0
at (wrapper remoting-invoke-with-check) System.Net.WebClient.DownloadString (string) [0x00032] in <35f76809d1304f7b9923e43abe01f2f7>:0
at ToolforgeDebug.Program.Main (string[]) [0x00034] in <84b01e721dd4492facb611d0e0fa6106>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0002a] in <84b01e721dd4492facb611d0e0fa6106>:0
Thread 1 "mono" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"<unnamed thread>" tid=0x7ffff7c34740 this=0x7ffff6f7c130 , thread handle : 0x555555a1e0c0, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.ThreadPool.RequestWorkerThread () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () [0x0001f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Enqueue (System.Threading.IThreadPoolWorkItem,bool) [0x00071] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPool.UnsafeQueueCustomWorkItem (System.Threading.IThreadPoolWorkItem,bool) [0x00007] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask (System.Threading.Tasks.Task) [0x00072] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ScheduleAndStart (bool) [0x00063] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task`1<TResult_REF>.StartNew (System.Threading.Tasks.Task,System.Func`1<TResult_REF>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) [0x00030] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.TaskFactory.StartNew<TResult_REF> (System.Func`1<TResult_REF>,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler) [0x00006] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Run<TResult_REF> (System.Func`1<System.Threading.Tasks.Task`1<TResult_REF>>,System.Threading.CancellationToken) [0x0002b] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Run<TResult_REF> (System.Func`1<System.Threading.Tasks.Task`1<TResult_REF>>) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebRequest.GetResponseAsync () [0x00059] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.GetWebResponse (System.Net.WebRequest) [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadBits (System.Net.WebRequest,System.IO.Stream) [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadDataInternal (System.Uri,System.Net.WebRequest&) [0x00023] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadString (System.Uri) [0x00011] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebClient.DownloadString (string) [0x00008] in <35f76809d1304f7b9923e43abe01f2f7>:0
at (wrapper remoting-invoke-with-check) System.Net.WebClient.DownloadString (string) [0x00032] in <35f76809d1304f7b9923e43abe01f2f7>:0
at ToolforgeDebug.Program.Main (string[]) [0x00034] in <84b01e721dd4492facb611d0e0fa6106>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0002a] in <84b01e721dd4492facb611d0e0fa6106>:0
[Switching to Thread 0x7fffeffff640 (LWP 254284)]
Thread 5 "Thread Pool Wor" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"Thread Pool Worker" tid=0x7fffeffff640 this=0x7ffff6f7c508 , thread handle : 0x7fffe4001200, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.ThreadPool.RequestWorkerThread () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () [0x0001f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x0003a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
[Switching to Thread 0x7fffefdfe640 (LWP 254285)]
Thread 6 "Thread Pool Wor" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"Thread Pool Worker" tid=0x7fffefdfe640 this=0x7ffff6f7c650 , thread handle : 0x7fffdc001200, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.ThreadPool.RequestWorkerThread () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () [0x0001f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x0003a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
[Switching to Thread 0x7fffeffff640 (LWP 254284)]
Thread 5 "Thread Pool Wor" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"Thread Pool Worker" tid=0x7fffeffff640 this=0x7ffff6f7c508 , thread handle : 0x7fffe4001200, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.ThreadPool.RequestWorkerThread () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () [0x0001f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Enqueue (System.Threading.IThreadPoolWorkItem,bool) [0x00071] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPool.UnsafeQueueCustomWorkItem (System.Threading.IThreadPoolWorkItem,bool) [0x00007] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask (System.Threading.Tasks.Task) [0x00072] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ScheduleAndStart (bool) [0x00063] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task`1<bool>.StartNew (System.Threading.Tasks.Task,System.Func`2<object, bool>,object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) [0x00032] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.TaskFactory.StartNew<bool> (System.Func`2<object, bool>,object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler) [0x00007] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.ServicePointScheduler/AsyncManualResetEvent.Set () [0x00039] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler.Run () [0x00021] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler.SendRequest (System.Net.WebOperation,string) [0x0001e] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePoint.SendRequest (System.Net.WebOperation,string) [0x0002f] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.HttpWebRequest.SendRequest (bool,System.Net.BufferOffsetSize,System.Threading.CancellationToken) [0x00076] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.HttpWebRequest/<MyGetResponseAsync>d__246.MoveNext () [0x000cb] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>.Start<System.Net.HttpWebRequest/<MyGetResponseAsync>d__246> (System.Net.HttpWebRequest/<MyGetResponseAsync>d__246&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.HttpWebRequest.MyGetResponseAsync (System.Threading.CancellationToken) [0x00024] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.HttpWebRequest.RunWithTimeout<T_REF> (System.Func`2<System.Threading.CancellationToken, System.Threading.Tasks.Task`1<T_REF>>) [0x0000d] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.HttpWebRequest.BeginGetResponse (System.AsyncCallback,object) [0x0003d] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Threading.Tasks.TaskFactory`1<TResult_REF>.FromAsyncImpl (System.Func`3<System.AsyncCallback, object, System.IAsyncResult>,System.Func`2<System.IAsyncResult, TResult_REF>,System.Action`1<System.IAsyncResult>,object,System.Threading.Tasks.TaskCreationOptions) [0x0008a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.TaskFactory`1<TResult_REF>.FromAsync (System.Func`3<System.AsyncCallback, object, System.IAsyncResult>,System.Func`2<System.IAsyncResult, TResult_REF>,object) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebRequest.<GetResponseAsync>b__79_0 () [0x00005] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Threading.Tasks.Task`1<TResult_REF>.InnerInvoke () [0x0000f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00034] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x0004a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
[Switching to Thread 0x7fffefbfd640 (LWP 254286)]
Thread 7 "Thread Pool Wor" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"Thread Pool Worker" tid=0x7fffefbfd640 this=0x7ffff6f7c798 , thread handle : 0x7fffe0001200, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.ThreadPool.RequestWorkerThread () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () [0x0001f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x0003a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
[Switching to Thread 0x7fffefdfe640 (LWP 254285)]
Thread 6 "Thread Pool Wor" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"Thread Pool Worker" tid=0x7fffefdfe640 this=0x7ffff6f7c650 , thread handle : 0x7fffdc001200, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.Thread.Thread_internal (System.Threading.Thread,System.MulticastDelegate) [0x0000c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Thread.StartInternal (object,System.Threading.StackCrawlMark&) [0x0001a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Thread.Start (System.Threading.StackCrawlMark&) [0x00028] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Thread.Start () [0x00002] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Timer/Scheduler.InitScheduler () [0x00024] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Timer/Scheduler..ctor () [0x0002e] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Timer/Scheduler..cctor () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at <unknown> <0xffffffff>
at System.Threading.Timer.get_scheduler () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Timer.Change (long,long,bool) [0x000a5] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Timer.Init (System.Threading.TimerCallback,object,long,long) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Timer..ctor (System.Threading.TimerCallback,object,int,int) [0x00006] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper remoting-invoke-with-check) System.Threading.Timer..ctor (System.Threading.TimerCallback,object,int,int) [0x0001d] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Delay (int,System.Threading.CancellationToken) [0x0006e] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.ServicePointScheduler/<WaitAsync>d__46.MoveNext () [0x0002b] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<bool>.Start<System.Net.ServicePointScheduler/<WaitAsync>d__46> (System.Net.ServicePointScheduler/<WaitAsync>d__46&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.ServicePointScheduler.WaitAsync (System.Threading.Tasks.Task,int) [0x00024] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler/AsyncManualResetEvent.WaitAsync (int) [0x0000d] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler/<RunScheduler>d__32.MoveNext () [0x000ac] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<System.Net.ServicePointScheduler/<RunScheduler>d__32> (System.Net.ServicePointScheduler/<RunScheduler>d__32&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.ServicePointScheduler.RunScheduler () [0x0001c] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler.<Run>b__31_0 () [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Threading.Tasks.Task`1<TResult_REF>.InnerInvoke () [0x0000f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00034] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x0004a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
Thread 6 "Thread Pool Wor" hit Breakpoint 1, clone () at /usr/src/debug/sys-libs/glibc-2.32-r2/glibc-2.32/sysdeps/unix/sysv/linux/x86_64/clone.S:52
52 movq $-EINVAL,%rax
"Thread Pool Worker" tid=0x7fffefdfe640 this=0x7ffff6f7c650 , thread handle : 0x7fffdc001200, state : not waiting
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.IOSelector.Add (intptr,System.IOSelectorJob) [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.Sockets.Socket.BeginSConnect (System.Net.Sockets.SocketAsyncResult) [0x001da] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.Sockets.Socket.BeginConnect (System.Net.EndPoint,System.AsyncCallback,object) [0x0002b] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebConnection/<>c.<Connect>b__16_0 (System.Net.IPEndPoint,System.AsyncCallback,object) [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>.FromAsyncImpl<System.Net.IPEndPoint> (System.Func`4<System.Net.IPEndPoint, System.AsyncCallback, object, System.IAsyncResult>,System.Func`2<System.IAsyncResult, System.Threading.Tasks.VoidTaskResult>,System.Action`1<System.IAsyncResult>,System.Net.IPEndPoint,object,System.Threading.Tasks.TaskCreationOptions) [0x0008b] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.TaskFactory.FromAsync<TArg1_REF> (System.Func`4<TArg1_REF, System.AsyncCallback, object, System.IAsyncResult>,System.Action`1<System.IAsyncResult>,TArg1_REF,object,System.Threading.Tasks.TaskCreationOptions) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.TaskFactory.FromAsync<TArg1_REF> (System.Func`4<TArg1_REF, System.AsyncCallback, object, System.IAsyncResult>,System.Action`1<System.IAsyncResult>,TArg1_REF,object) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebConnection/<Connect>d__16.MoveNext () [0x0013b] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<System.Net.WebConnection/<Connect>d__16> (System.Net.WebConnection/<Connect>d__16&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebConnection.Connect (System.Net.WebOperation,System.Threading.CancellationToken) [0x0002c] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebConnection/<InitConnection>d__19.MoveNext () [0x00055] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.WebRequestStream>.Start<System.Net.WebConnection/<InitConnection>d__19> (System.Net.WebConnection/<InitConnection>d__19&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebConnection.InitConnection (System.Net.WebOperation,System.Threading.CancellationToken) [0x0002c] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebOperation/<Run>d__58.MoveNext () [0x0003d] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start<System.Net.WebOperation/<Run>d__58> (System.Net.WebOperation/<Run>d__58&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.WebOperation.Run () [0x0001c] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.WebConnection.StartOperation (System.Net.WebOperation,bool) [0x00075] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler/ConnectionGroup.CreateOrReuseConnection (System.Net.WebOperation,bool) [0x00051] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler.SchedulerIteration (System.Net.ServicePointScheduler/ConnectionGroup) [0x00012] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler.RunSchedulerIteration () [0x0000b] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler/<RunScheduler>d__32.MoveNext () [0x002c4] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<System.Net.ServicePointScheduler/<RunScheduler>d__32> (System.Net.ServicePointScheduler/<RunScheduler>d__32&) [0x0002c] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Net.ServicePointScheduler.RunScheduler () [0x0001c] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Net.ServicePointScheduler.<Run>b__31_0 () [0x00000] in <35f76809d1304f7b9923e43abe01f2f7>:0
at System.Threading.Tasks.Task`1<TResult_REF>.InnerInvoke () [0x0000f] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00034] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x0004a] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <12384316d9c54a0b99f94c42f2c92f80>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <12384316d9c54a0b99f94c42f2c92f80>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0002a] in <12384316d9c54a0b99f94c42f2c92f80>:0
........[ThreadCount:11]^C
Thread 1 "mono" received signal SIGINT, Interrupt.
[Switching to Thread 0x7ffff7c34740 (LWP 254277)]
futex_wait_cancelable (private=0x0, expected=0x0, futex_word=0x555555a11008 <sleep_cond+40>) at /var/tmp/portage/sys-libs/glibc-2.32-r2/work/glibc-2.32/nptl/../sysdeps/nptl/futex-internal.h:183
183 /var/tmp/portage/sys-libs/glibc-2.32-r2/work/glibc-2.32/nptl/../sysdeps/nptl/futex-internal.h: No such file or directory.