Created
September 21, 2020 18:00
-
-
Save michaelsbradleyjr/4b5658f85364cf9a77705d5fe43ea7ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 11 "nim_status_clie" received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7fffc0bfb700 (LWP 222638)] | |
0x0000555555627e49 in X5BX5D___CrVcae9aUkA55Mw9bGHT9bFUg (t=t@entry=0x20, | |
key=key@entry=0x555555a147a0 <TM__WFGXsKekgynLt2xBdn2lZg_464>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/pure/collections/tables.nim:259 | |
259 if index >= 0: result = t.data[index].val | |
(gdb) bt | |
#0 0x0000555555627e49 in X5BX5D___CrVcae9aUkA55Mw9bGHT9bFUg (t=t@entry=0x20, | |
key=key@entry=0x555555a147a0 <TM__WFGXsKekgynLt2xBdn2lZg_464>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/pure/collections/tables.nim:259 | |
#1 0x0000555555824466 in getPackData__URic0HHIcijqssJDwNxEEQ (id=id@entry=0x7fffc0bf7040, | |
Result=Result@entry=0x7fffc0bf7230) | |
at /home/michael/repos/nim-status-client/src/status/libstatus/stickers.nim:98 | |
#2 0x0000555555825f72 in getAvailableStickerPacks__uJ678BuDbLOUXXJ2OQjUYg_2 ( | |
Result=Result@entry=0x7fffc0bf7560) | |
at /home/michael/repos/nim-status-client/src/status/libstatus/stickers.nim:204 | |
#3 0x00005555558a6a9c in backgroundTask__Qa6ewKLav7hiykpX9c8zV5A ( | |
viewPtrX60gensym89160067_=viewPtrX60gensym89160067_@entry=0x555555f864c0) | |
at /home/michael/repos/nim-status-client/src/app/chat/view.nim:130 | |
#4 0x00005555558a6f60 in backgroundTaskWrapper__PdDqn5wuqKJ3kiXSEBG9bqA_2 (thread=<optimized out>, | |
args=<optimized out>) at /home/michael/repos/nim-status-client/src/status/threads.nim:12 | |
#5 0x0000555555878ccf in slave__1yqYR9cLeffanOjn0piJ2VQ (w=<optimized out>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/pure/concurrency/threadpool.nim:378 | |
#6 0x00005555555e4f05 in threadProcWrapDispatch__4bfnMli3YetX01hUbaU1ig_2 (thrd=<optimized out>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/system/threads.nim:141 | |
#7 0x00005555555e569a in threadProcWrapStackFrame__4bfnMli3YetX01hUbaU1ig ( | |
thrd=0x555555b11800 <workers__bezHuru9a1bEti2XBmfodvA+96>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/system/threads.nim:156 | |
#8 threadProcWrapper__oTnP9cUoE9cVTUL7iHAoIIAA ( | |
closure=0x555555b11800 <workers__bezHuru9a1bEti2XBmfodvA+96>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/system/threads.nim:165 | |
#9 0x00007ffff21bb609 in start_thread (arg=<optimized out>) at pthread_create.c:477 | |
#10 0x00007ffff20e2103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment