Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Created November 24, 2013 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PilzAdam/7632715 to your computer and use it in GitHub Desktop.
Save PilzAdam/7632715 to your computer and use it in GitHub Desktop.
(gdb) info threads
Id Target Id Frame
10 Thread 0x7fffe4b49700 (LWP 19399) "minetest" 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
9 Thread 0x7fffe534a700 (LWP 19398) "minetest" 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
* 8 Thread 0x7fffe5b4b700 (LWP 19397) "minetest" __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1516
7 Thread 0x7fffe634c700 (LWP 19396) "minetest" 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
6 Thread 0x7fffed736700 (LWP 19395) "minetest" 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
5 Thread 0x7fffedf37700 (LWP 19394) "threaded-ml" 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
1 Thread 0x7ffff7fbb7c0 (LWP 19381) "minetest" 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
(gdb) t 1
[Switching to thread 1 (Thread 0x7ffff7fbb7c0 (LWP 19381))]
#0 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
81 ../sysdeps/unix/syscall-template.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
#1 0x000000000085367a in irr::CIrrDeviceLinux::sleep (this=0xfd31a0, timeMs=16, pauseTimer=false) at CIrrDeviceLinux.cpp:1184
#2 0x0000000000720284 in GUIEngine::cloudPostProcess (this=this@entry=0x11b80a0) at /home/adam/Minetest/minetest/src/guiEngine.cpp:375
#3 0x000000000072032f in GUIEngine::run (this=this@entry=0x11b80a0) at /home/adam/Minetest/minetest/src/guiEngine.cpp:286
#4 0x00000000007208d9 in GUIEngine::GUIEngine (this=0x11b80a0, dev=<optimized out>, parent=<optimized out>, menumgr=<optimized out>,
smgr=<optimized out>, data=<optimized out>, kill=@0xfb0be8: false) at /home/adam/Minetest/minetest/src/guiEngine.cpp:201
#5 0x000000000076cc2e in main (argc=<optimized out>, argv=<optimized out>) at /home/adam/Minetest/minetest/src/main.cpp:1645
(gdb)
#0 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
#1 0x000000000085367a in irr::CIrrDeviceLinux::sleep (this=0xfd31a0, timeMs=16, pauseTimer=false) at CIrrDeviceLinux.cpp:1184
#2 0x0000000000720284 in GUIEngine::cloudPostProcess (this=this@entry=0x11b80a0) at /home/adam/Minetest/minetest/src/guiEngine.cpp:375
#3 0x000000000072032f in GUIEngine::run (this=this@entry=0x11b80a0) at /home/adam/Minetest/minetest/src/guiEngine.cpp:286
#4 0x00000000007208d9 in GUIEngine::GUIEngine (this=0x11b80a0, dev=<optimized out>, parent=<optimized out>, menumgr=<optimized out>,
smgr=<optimized out>, data=<optimized out>, kill=@0xfb0be8: false) at /home/adam/Minetest/minetest/src/guiEngine.cpp:201
#5 0x000000000076cc2e in main (argc=<optimized out>, argv=<optimized out>) at /home/adam/Minetest/minetest/src/main.cpp:1645
(gdb) t 5
[Switching to thread 5 (Thread 0x7fffedf37700 (LWP 19394))]
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
81 ../sysdeps/unix/syscall-template.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffe79d8cdf in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2 0x00007fffe79ca205 in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#3 0x00007fffe79ca869 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#4 0x00007fffe79ca920 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#5 0x00007fffe79d8c8f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6 0x00007fffe7580143 in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-3.0.so
#7 0x00007ffff69d5f8e in start_thread (arg=0x7fffedf37700) at pthread_create.c:311
#8 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) t 6
[Switching to thread 6 (Thread 0x7fffed736700 (LWP 19395))]
#0 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
81 ../sysdeps/unix/syscall-template.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 0x00007ffff69dd43d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff733454a in ?? () from /usr/lib/x86_64-linux-gnu/libopenal.so.1
#2 0x00007ffff73415eb in ?? () from /usr/lib/x86_64-linux-gnu/libopenal.so.1
#3 0x00007ffff7333e6a in ?? () from /usr/lib/x86_64-linux-gnu/libopenal.so.1
#4 0x00007ffff69d5f8e in start_thread (arg=0x7fffed736700) at pthread_create.c:311
#5 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) t 7
[Switching to thread 7 (Thread 0x7fffe634c700 (LWP 19396))]
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
81 ../sysdeps/unix/syscall-template.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffef9bd08d in send_dg (resplen2=0x7fffe634a480, anssizp2=0x7fffe634a470, ansp2=0x7fffe634a4b0, anscp=0x7fffe634a4a0,
gotsomewhere=<synthetischer Zeiger>, v_circuit=<synthetischer Zeiger>, ns=0, terrno=0x7fffe6348ec0, anssizp=0x7fffe6349020,
ansp=0x7fffe6348eb8, buflen2=36, buf2=0x7fffe6349074 "3\364\001", buflen=36, buf=0x7fffe6349050 "_\340\001", statp=0x7fffe634cdb8)
at res_send.c:1067
#2 __libc_res_nsend (statp=statp@entry=0x7fffe634cdb8, buf=buf@entry=0x7fffe6349050 "_\340\001", buflen=buflen@entry=36,
buf2=buf2@entry=0x7fffe6349074 "3\364\001", buflen2=buflen2@entry=36,
ans=ans@entry=0x7fffe6349c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177", anssiz=anssiz@entry=2048,
ansp=ansp@entry=0x7fffe634a4a0, ansp2=ansp2@entry=0x7fffe634a4b0, nansp2=nansp2@entry=0x7fffe634a470,
resplen2=resplen2@entry=0x7fffe634a480) at res_send.c:556
#3 0x00007fffef9bad49 in __GI___libc_res_nquery (statp=statp@entry=0x7fffe634cdb8, name=0x7fffd402d610 "forum.minetest.net",
class=class@entry=1, type=type@entry=62321,
answer=answer@entry=0x7fffe6349c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177", anslen=anslen@entry=2048,
answerp=answerp@entry=0x7fffe634a4a0, answerp2=answerp2@entry=0x7fffe634a4b0, nanswerp2=nanswerp2@entry=0x7fffe634a470,
resplen2=resplen2@entry=0x7fffe634a480) at res_query.c:226
#4 0x00007fffef9bb6f9 in __libc_res_nquerydomain (resplen2=0x7fffe634a480, nanswerp2=0x7fffe634a470, answerp2=0x7fffe634a4b0,
answerp=0x7fffe634a4a0, anslen=2048, answer=0x7fffe6349c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177", type=62321,
class=1, name=0x7fffd402d610 "forum.minetest.net", statp=0x7fffe634cdb8, domain=<optimized out>) at res_query.c:582
#5 __GI___libc_res_nsearch (statp=0x7fffe634cdb8, name=name@entry=0x7fffd402d610 "forum.minetest.net", class=class@entry=1,
type=type@entry=62321, answer=answer@entry=0x7fffe6349c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177",
anslen=anslen@entry=2048, answerp=answerp@entry=0x7fffe634a4a0, answerp2=answerp2@entry=0x7fffe634a4b0,
nanswerp2=nanswerp2@entry=0x7fffe634a470, resplen2=resplen2@entry=0x7fffe634a480) at res_query.c:378
#6 0x00007fffdac00b58 in _nss_dns_gethostbyname4_r (name=name@entry=0x7fffd402d610 "forum.minetest.net",
pat=pat@entry=0x7fffe634aac0, buffer=buffer@entry=0x7fffe634a550 "\377\002", buflen=buflen@entry=1064,
errnop=errnop@entry=0x7fffe634aa90, herrnop=herrnop@entry=0x7fffe634aaa0, ttlp=ttlp@entry=0x0) at nss_dns/dns-host.c:314
#7 0x00007ffff5364b38 in gaih_inet (name=name@entry=0x7fffd402d610 "forum.minetest.net", service=<optimized out>,
---Type <return> to continue, or q <return> to quit---
req=req@entry=0x7fffe634add0, pai=pai@entry=0x7fffe634abd0, naddrs=naddrs@entry=0x7fffe634abb0)
at ../sysdeps/posix/getaddrinfo.c:849
#8 0x00007ffff5368954 in __GI_getaddrinfo (name=0x7fffd402d610 "forum.minetest.net", service=<optimized out>, hints=0x7fffe634add0,
pai=0x7fffe634ad78) at ../sysdeps/posix/getaddrinfo.c:2465
#9 0x00007ffff63a0544 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#10 0x00007ffff639a310 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#11 0x00007ffff6370695 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#12 0x00007ffff637089f in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#13 0x00007ffff6386638 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#14 0x00007ffff6386fc9 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#15 0x00007ffff6396347 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#16 0x00007ffff6396e35 in curl_multi_perform () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#17 0x00007ffff638ea3d in curl_easy_perform () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#18 0x00000000006c032b in fetchJsonValue (url=..., chunk=chunk@entry=0x7fffd4008990)
at /home/adam/Minetest/minetest/src/convert_json.cpp:65
#19 0x00000000007b4af8 in getModstoreUrl (url=...) at /home/adam/Minetest/minetest/src/mods.cpp:361
#20 0x0000000000628122 in ModApiMainMenu::l_get_modstore_details (L=0x400be378)
at /home/adam/Minetest/minetest/src/script/lua_api/l_mainmenu.cpp:307
#21 0x00007ffff6bf4a7b in ?? () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#22 0x00007ffff6c38fe0 in lua_pcall () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#23 0x000000000061266f in AsyncWorkerThread::worker_thread_main (this=this@entry=0x11cc9e0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:353
#24 0x0000000000612ac1 in AsyncWorkerThread::worker_thread_wrapper (thread=thread@entry=0x11cc9e0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:393
#25 0x000000000061381f in AsyncWorkerThread::Thread (this=0x11cc9e0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:81
---Type <return> to continue, or q <return> to quit---
#26 0x00000000005fd2eb in JThread::TheThread (param=0x11cc9e0) at /home/adam/Minetest/minetest/src/jthread/pthread/jthread.cpp:177
#27 0x00007ffff69d5f8e in start_thread (arg=0x7fffe634c700) at pthread_create.c:311
#28 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) t 8
[Switching to thread 8 (Thread 0x7fffe5b4b700 (LWP 19397))]
#0 __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1516
1516 ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1516
#1 0x00007ffff5c38ec2 in std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#2 0x00007ffff5c39644 in std::string::assign(std::string const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x0000000000611794 in operator= (__str=..., this=0x7fffe5b4ad60) at /usr/include/c++/4.7/bits/basic_string.h:544
#4 operator= (this=0x7fffe5b4ad60) at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:51
#5 AsyncEngine::getJob (this=0x11c7b38) at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:152
#6 0x000000000061254b in AsyncWorkerThread::worker_thread_main (this=this@entry=0x11ccc40)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:326
#7 0x0000000000612ac1 in AsyncWorkerThread::worker_thread_wrapper (thread=thread@entry=0x11ccc40)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:393
#8 0x000000000061381f in AsyncWorkerThread::Thread (this=0x11ccc40)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:81
#9 0x00000000005fd2eb in JThread::TheThread (param=0x11ccc40) at /home/adam/Minetest/minetest/src/jthread/pthread/jthread.cpp:177
#10 0x00007ffff69d5f8e in start_thread (arg=0x7fffe5b4b700) at pthread_create.c:311
#11 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) t 9
[Switching to thread 9 (Thread 0x7fffe534a700 (LWP 19398))]
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
81 ../sysdeps/unix/syscall-template.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffef9bd08d in send_dg (resplen2=0x7fffe5348480, anssizp2=0x7fffe5348470, ansp2=0x7fffe53484b0, anscp=0x7fffe53484a0,
gotsomewhere=<synthetischer Zeiger>, v_circuit=<synthetischer Zeiger>, ns=0, terrno=0x7fffe5346ec0, anssizp=0x7fffe5347020,
ansp=0x7fffe5346eb8, buflen2=36, buf2=0x7fffe5347074 "\364\354\001", buflen=36, buf=0x7fffe5347050 "\320I\001",
statp=0x7fffe534adb8) at res_send.c:1067
#2 __libc_res_nsend (statp=statp@entry=0x7fffe534adb8, buf=buf@entry=0x7fffe5347050 "\320I\001", buflen=buflen@entry=36,
buf2=buf2@entry=0x7fffe5347074 "\364\354\001", buflen2=buflen2@entry=36,
ans=ans@entry=0x7fffe5347c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177", anssiz=anssiz@entry=2048,
ansp=ansp@entry=0x7fffe53484a0, ansp2=ansp2@entry=0x7fffe53484b0, nansp2=nansp2@entry=0x7fffe5348470,
resplen2=resplen2@entry=0x7fffe5348480) at res_send.c:556
#3 0x00007fffef9bad49 in __GI___libc_res_nquery (statp=statp@entry=0x7fffe534adb8, name=0x7fffd0021310 "forum.minetest.net",
class=class@entry=1, type=type@entry=62321,
answer=answer@entry=0x7fffe5347c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177", anslen=anslen@entry=2048,
answerp=answerp@entry=0x7fffe53484a0, answerp2=answerp2@entry=0x7fffe53484b0, nanswerp2=nanswerp2@entry=0x7fffe5348470,
resplen2=resplen2@entry=0x7fffe5348480) at res_query.c:226
#4 0x00007fffef9bb6f9 in __libc_res_nquerydomain (resplen2=0x7fffe5348480, nanswerp2=0x7fffe5348470, answerp2=0x7fffe53484b0,
answerp=0x7fffe53484a0, anslen=2048, answer=0x7fffe5347c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177", type=62321,
class=1, name=0x7fffd0021310 "forum.minetest.net", statp=0x7fffe534adb8, domain=<optimized out>) at res_query.c:582
#5 __GI___libc_res_nsearch (statp=0x7fffe534adb8, name=name@entry=0x7fffd0021310 "forum.minetest.net", class=class@entry=1,
type=type@entry=62321, answer=answer@entry=0x7fffe5347c30 "\355\377\377\360\377\377\377\377\200\265\061\365\377\177",
anslen=anslen@entry=2048, answerp=answerp@entry=0x7fffe53484a0, answerp2=answerp2@entry=0x7fffe53484b0,
nanswerp2=nanswerp2@entry=0x7fffe5348470, resplen2=resplen2@entry=0x7fffe5348480) at res_query.c:378
#6 0x00007fffdac00b58 in _nss_dns_gethostbyname4_r (name=name@entry=0x7fffd0021310 "forum.minetest.net",
pat=pat@entry=0x7fffe5348ac0, buffer=buffer@entry=0x7fffe5348550 "\377\002", buflen=buflen@entry=1064,
errnop=errnop@entry=0x7fffe5348a90, herrnop=herrnop@entry=0x7fffe5348aa0, ttlp=ttlp@entry=0x0) at nss_dns/dns-host.c:314
#7 0x00007ffff5364b38 in gaih_inet (name=name@entry=0x7fffd0021310 "forum.minetest.net", service=<optimized out>,
---Type <return> to continue, or q <return> to quit---bt
req=req@entry=0x7fffe5348dd0, pai=pai@entry=0x7fffe5348bd0, naddrs=naddrs@entry=0x7fffe5348bb0)
at ../sysdeps/posix/getaddrinfo.c:849
#8 0x00007ffff5368954 in __GI_getaddrinfo (name=0x7fffd0021310 "forum.minetest.net", service=<optimized out>, hints=0x7fffe5348dd0,
pai=0x7fffe5348d78) at ../sysdeps/posix/getaddrinfo.c:2465
#9 0x00007ffff63a0544 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#10 0x00007ffff639a310 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#11 0x00007ffff6370695 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#12 0x00007ffff637089f in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#13 0x00007ffff6386638 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#14 0x00007ffff6386fc9 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#15 0x00007ffff6396347 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#16 0x00007ffff6396e35 in curl_multi_perform () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#17 0x00007ffff638ea3d in curl_easy_perform () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#18 0x00000000006c032b in fetchJsonValue (url=..., chunk=chunk@entry=0x7fffd00008c0)
at /home/adam/Minetest/minetest/src/convert_json.cpp:65
#19 0x00000000007b4af8 in getModstoreUrl (url=...) at /home/adam/Minetest/minetest/src/mods.cpp:361
#20 0x0000000000628122 in ModApiMainMenu::l_get_modstore_details (L=0x400fe378)
at /home/adam/Minetest/minetest/src/script/lua_api/l_mainmenu.cpp:307
#21 0x00007ffff6bf4a7b in ?? () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#22 0x00007ffff6c38fe0 in lua_pcall () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#23 0x000000000061266f in AsyncWorkerThread::worker_thread_main (this=this@entry=0x11ccea0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:353
#24 0x0000000000612ac1 in AsyncWorkerThread::worker_thread_wrapper (thread=thread@entry=0x11ccea0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:393
#25 0x000000000061381f in AsyncWorkerThread::Thread (this=0x11ccea0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:81
---Type <return> to continue, or q <return> to quit---
#26 0x00000000005fd2eb in JThread::TheThread (param=0x11ccea0) at /home/adam/Minetest/minetest/src/jthread/pthread/jthread.cpp:177
#27 0x00007ffff69d5f8e in start_thread (arg=0x7fffe534a700) at pthread_create.c:311
#28 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
(gdb) t 10
[Switching to thread 10 (Thread 0x7fffe4b49700 (LWP 19399))]
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
81 in ../sysdeps/unix/syscall-template.S
(gdb) bt
#0 0x00007ffff5385fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffef9bd08d in send_dg (resplen2=0x7fffe4b47480, anssizp2=0x7fffe4b47470, ansp2=0x7fffe4b474b0, anscp=0x7fffe4b474a0,
gotsomewhere=<synthetischer Zeiger>, v_circuit=<synthetischer Zeiger>, ns=0, terrno=0x7fffe4b45ec0, anssizp=0x7fffe4b46020,
ansp=0x7fffe4b45eb8, buflen2=36, buf2=0x7fffe4b46074 "w\217\001", buflen=36, buf=0x7fffe4b46050 "\253\365\001",
statp=0x7fffe4b49db8) at res_send.c:1067
#2 __libc_res_nsend (statp=statp@entry=0x7fffe4b49db8, buf=buf@entry=0x7fffe4b46050 "\253\365\001", buflen=buflen@entry=36,
buf2=buf2@entry=0x7fffe4b46074 "w\217\001", buflen2=buflen2@entry=36,
ans=ans@entry=0x7fffe4b46c30 "\253", <incomplete sequence \365\201\200>, anssiz=anssiz@entry=2048, ansp=ansp@entry=0x7fffe4b474a0,
ansp2=ansp2@entry=0x7fffe4b474b0, nansp2=nansp2@entry=0x7fffe4b47470, resplen2=resplen2@entry=0x7fffe4b47480) at res_send.c:556
#3 0x00007fffef9bad49 in __GI___libc_res_nquery (statp=statp@entry=0x7fffe4b49db8, name=0x7fffc4021370 "forum.minetest.net",
class=class@entry=1, type=type@entry=62321, answer=answer@entry=0x7fffe4b46c30 "\253", <incomplete sequence \365\201\200>,
anslen=anslen@entry=2048, answerp=answerp@entry=0x7fffe4b474a0, answerp2=answerp2@entry=0x7fffe4b474b0,
nanswerp2=nanswerp2@entry=0x7fffe4b47470, resplen2=resplen2@entry=0x7fffe4b47480) at res_query.c:226
#4 0x00007fffef9bb6f9 in __libc_res_nquerydomain (resplen2=0x7fffe4b47480, nanswerp2=0x7fffe4b47470, answerp2=0x7fffe4b474b0,
answerp=0x7fffe4b474a0, anslen=2048, answer=0x7fffe4b46c30 "\253", <incomplete sequence \365\201\200>, type=62321, class=1,
name=0x7fffc4021370 "forum.minetest.net", statp=0x7fffe4b49db8, domain=<optimized out>) at res_query.c:582
#5 __GI___libc_res_nsearch (statp=0x7fffe4b49db8, name=name@entry=0x7fffc4021370 "forum.minetest.net", class=class@entry=1,
type=type@entry=62321, answer=answer@entry=0x7fffe4b46c30 "\253", <incomplete sequence \365\201\200>, anslen=anslen@entry=2048,
answerp=answerp@entry=0x7fffe4b474a0, answerp2=answerp2@entry=0x7fffe4b474b0, nanswerp2=nanswerp2@entry=0x7fffe4b47470,
resplen2=resplen2@entry=0x7fffe4b47480) at res_query.c:378
#6 0x00007fffdac00b58 in _nss_dns_gethostbyname4_r (name=name@entry=0x7fffc4021370 "forum.minetest.net",
pat=pat@entry=0x7fffe4b47ac0, buffer=buffer@entry=0x7fffe4b47550 "\377\002", buflen=buflen@entry=1064,
errnop=errnop@entry=0x7fffe4b47a90, herrnop=herrnop@entry=0x7fffe4b47aa0, ttlp=ttlp@entry=0x0) at nss_dns/dns-host.c:314
#7 0x00007ffff5364b38 in gaih_inet (name=name@entry=0x7fffc4021370 "forum.minetest.net", service=<optimized out>,
req=req@entry=0x7fffe4b47dd0, pai=pai@entry=0x7fffe4b47bd0, naddrs=naddrs@entry=0x7fffe4b47bb0)
at ../sysdeps/posix/getaddrinfo.c:849
---Type <return> to continue, or q <return> to quit---
#8 0x00007ffff5368954 in __GI_getaddrinfo (name=0x7fffc4021370 "forum.minetest.net", service=<optimized out>, hints=0x7fffe4b47dd0,
pai=0x7fffe4b47d78) at ../sysdeps/posix/getaddrinfo.c:2465
#9 0x00007ffff63a0544 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#10 0x00007ffff639a310 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#11 0x00007ffff6370695 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#12 0x00007ffff637089f in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#13 0x00007ffff6386638 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#14 0x00007ffff6386fc9 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#15 0x00007ffff6396347 in ?? () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#16 0x00007ffff6396e35 in curl_multi_perform () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#17 0x00007ffff638ea3d in curl_easy_perform () from /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
#18 0x00000000006c032b in fetchJsonValue (url=..., chunk=chunk@entry=0x7fffc4000b90)
at /home/adam/Minetest/minetest/src/convert_json.cpp:65
#19 0x00000000007b4af8 in getModstoreUrl (url=...) at /home/adam/Minetest/minetest/src/mods.cpp:361
#20 0x0000000000628122 in ModApiMainMenu::l_get_modstore_details (L=0x4011e378)
at /home/adam/Minetest/minetest/src/script/lua_api/l_mainmenu.cpp:307
#21 0x00007ffff6bf4a7b in ?? () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#22 0x00007ffff6c38fe0 in lua_pcall () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#23 0x000000000061266f in AsyncWorkerThread::worker_thread_main (this=this@entry=0x11cd110)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:353
#24 0x0000000000612ac1 in AsyncWorkerThread::worker_thread_wrapper (thread=thread@entry=0x11cd110)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:393
#25 0x000000000061381f in AsyncWorkerThread::Thread (this=0x11cd110)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:81
#26 0x00000000005fd2eb in JThread::TheThread (param=0x11cd110) at /home/adam/Minetest/minetest/src/jthread/pthread/jthread.cpp:177
#27 0x00007ffff69d5f8e in start_thread (arg=0x7fffe4b49700) at pthread_create.c:311
---Type <return> to continue, or q <return> to quit---
#28 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment