Advertisement
aaronfranke

Godot Issue #32899 Crash Terminal Output

Oct 19th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. Mono: Logfile is: /home/aaronfranke/.local/share/godot/mono/mono_logs/2019_10_19 02.24.54 (2731).txt
  2. ERROR: load_source_code: Condition ' err ' is true. returned: err
  3. At: modules/gdscript/gdscript.cpp:806.
  4. ERROR: load: Cannot load source code from file 'res://singleton.gd'.
  5. At: modules/gdscript/gdscript.cpp:2184.
  6. ERROR: _load: Failed loading resource: res://singleton.gd.
  7. At: core/io/resource_loader.cpp:278.
  8. ERROR: _create_autoload: Can't autoload: res://singleton.gd.
  9. At: editor/editor_autoload_settings.cpp:318.
  10. Running: /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono --path /home/aaronfranke/workspace/GodotTestProject --remote-debug 127.0.0.1:6007 --allow_focus_steal_pid 2731 --position 2368,240
  11. Godot Engine v3.2.alpha.mono.custom_build.119bf2372 - https://godotengine.org
  12. OpenGL ES 3.0 Renderer: GeForce GTX 770/PCIe/SSE2
  13.  
  14. Mono: Logfile is: /home/aaronfranke/.local/share/godot/mono/mono_logs/2019_10_19 02.25.07 (3015).txt
  15. ERROR: load_source_code: Condition ' err ' is true. returned: err
  16. At: modules/gdscript/gdscript.cpp:806.
  17. ERROR: load: Cannot load source code from file 'res://singleton.gd'.
  18. At: modules/gdscript/gdscript.cpp:2184.
  19. ERROR: _load: Failed loading resource: res://singleton.gd.
  20. At: core/io/resource_loader.cpp:278.
  21. ERROR: start: Can't autoload: res://singleton.gd
  22. At: main/main.cpp:1626.
  23.  
  24. =================================================================
  25. Native Crash Reporting
  26. =================================================================
  27. Got a SIGSEGV while executing native code. This usually indicates
  28. a fatal error in the mono runtime or one of the native libraries
  29. used by your application.
  30. =================================================================
  31. /proc/self/maps:
  32. 00400000-05550000 r-xp 00000000 08:15 4982025 /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono
  33. 0574f000-05821000 r--p 0514f000 08:15 4982025 /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono
  34. 05821000-05845000 rw-p 05221000 08:15 4982025 /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono
  35. 05845000-0585e000 rw-p 00000000 00:00 0
  36. 05b78000-0b751000 rw-p 00000000 00:00 0 [heap]
  37. 40c12000-40c22000 rwxp 00000000 00:00 0
  38. 415b9000-41719000 rwxp 00000000 00:00 0
  39. 41b1f000-41b21000 r-xs 00000000 08:15 3147511 /tmp/.glkdj5jb (deleted)
  40. 41c6d000-41d1f000 rw-p 00000000 00:00 0
  41. 7fcffbfff000-7fd000000000 rw-p 00000000 00:00 0
  42. 7fd000000000-7fd000021000 rw-p 00000000 00:00 0
  43. 7fd000021000-7fd004000000 ---p 00000000 00:00 0
  44. 7fd005fff000-7fd008000000 rw-p 00000000 00:00 0
  45. 7fd008000000-7fd008021000 rw-p 00000000 00:00 0
  46. 7fd008021000-7fd00c000000 ---p 00000000 00:00 0
  47. 7fd00c000000-7fd00c021000 rw-p 00000000 00:00 0
  48. 7fd00c021000-7fd010000000 ---p 00000000 00:00 0
  49. 7fd010000000-7fd010021000 rw-p 00000000 00:00 0
  50. 7fd010021000-7fd014000000 ---p 00000000 00:00 0
  51. 7fd014f97000-7fd0153fe000 rw-p 00000000 00:00 0
  52. 7fd015600000-7fd015700000 rw-p 00000000 00:00 0
  53. 7fd01573f000-7fd0157fd000 r-xp 00000000 08:15 1183074 /usr/lib/libmono-native.so.0.0.0
  54. 7fd0157fd000-7fd0159fc000 ---p 000be000 08:15 1183074 /usr/lib/libmono-native.so.0.0.0
  55. 7fd0159fc000-7fd0159fd000 r--p 000bd000 08:15 1183074 /usr/lib/libmono-native.so.0.0.0
  56. 7fd0159fd000-7fd0159fe000 rw-p 000be000 08:15 1183074 /usr/lib/libmono-native.so.0.0.0
  57.  
  58. =================================================================
  59. Native stacktrace:
  60. =================================================================
  61. 0x7fd03f1be645 - /usr/lib/libmonosgen-2.0.so.1 : (null)
  62. 0x7fd03f1be9e1 - /usr/lib/libmonosgen-2.0.so.1 : (null)
  63. 0x7fd03f148ef1 - /usr/lib/libmonosgen-2.0.so.1 : (null)
  64. 0x7fd03f1b7dd1 - /usr/lib/libmonosgen-2.0.so.1 : (null)
  65. 0x3a507e3 - /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono : _ZN8NodePathC1ERKS_
  66. 0x17854f2 - /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono : _ZN8PtrToArgIRK8NodePathE7convertEPKv
  67. 0x2c4ae00 - /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono : _ZN13MethodBind1RCIP4NodeRK8NodePathE7ptrcallEP6ObjectPPKvPv
  68. 0x1a649f6 - /home/aaronfranke/workspace/godot/bin/godot.x11.tools.64.mono : _Z17godot_icall_1_561P10MethodBindP6ObjectP8NodePath
  69. 0x4170db01 - Unknown
  70.  
  71. =================================================================
  72. Telemetry Dumper:
  73. =================================================================
  74. Pkilling 0x7fd017d7b700 from 0x7fd040e5c180
  75. Pkilling 0x7fd015bfe700 from 0x7fd040e5c180
  76. Entering thread summarizer pause from 0x7fd040e5c180
  77. Finished thread summarizer pause from 0x7fd040e5c180.
  78. debugger-agent: Unable to listen on 30
  79.  
  80. Waiting for dumping threads to resume
  81.  
  82. =================================================================
  83. External Debugger Dump:
  84. =================================================================
  85. [New LWP 3016]
  86. [New LWP 3019]
  87. [New LWP 3020]
  88. [New LWP 3021]
  89. [New LWP 3022]
  90. [New LWP 3023]
  91. [Thread debugging using libthread_db enabled]
  92. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  93. 0x00007fd03ea5a23a in __waitpid (pid=3027, stat_loc=0x7fff31879024, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
  94. 30 ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
  95. Id Target Id Frame
  96. * 1 Thread 0x7fd040e5c180 (LWP 3015) "godot.x11.tools" 0x00007fd03ea5a23a in __waitpid (pid=3027, stat_loc=0x7fff31879024, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
  97. 2 Thread 0x7fd040e58700 (LWP 3016) "godot.x11.tools" 0x00007fd03ea586d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5c2bba8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  98. 3 Thread 0x7fd031f71700 (LWP 3019) "godot.x11.tools" 0x00007fd03ea586d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5fc0df8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  99. 4 Thread 0x7fd030120700 (LWP 3020) "godot.x11.tools" 0x00007fd03ea59c60 in __GI___nanosleep (requested_time=0x7fd03011fc20, remaining=0x7fd03011fc20) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
  100. 5 Thread 0x7fd0300df700 (LWP 3021) "godot.x11.tools" 0x00007fd03ddfc9d0 in __GI___nanosleep (requested_time=requested_time@entry=0x7fd0300dec30, remaining=remaining@entry=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
  101. 6 Thread 0x7fd0173ff700 (LWP 3022) "SGen worker" 0x00007fd03ea559f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fd03f724a28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  102. 7 Thread 0x7fd017d7b700 (LWP 3023) "Finalizer" 0x00007fd03ea586d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fd03f716160) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  103.  
  104. Thread 7 (Thread 0x7fd017d7b700 (LWP 3023)):
  105. #0 0x00007fd03ea586d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fd03f716160) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  106. #1 do_futex_wait (sem=sem@entry=0x7fd03f716160, abstime=0x0) at sem_waitcommon.c:111
  107. #2 0x00007fd03ea587c8 in __new_sem_wait_slow (sem=0x7fd03f716160, abstime=0x0) at sem_waitcommon.c:181
  108. #3 0x00007fd03f33dbc8 in ?? () from /usr/lib/libmonosgen-2.0.so.1
  109. #4 0x00007fd03f2f132b in ?? () from /usr/lib/libmonosgen-2.0.so.1
  110. #5 0x00007fd03ea4f6db in start_thread (arg=0x7fd017d7b700) at pthread_create.c:463
  111. #6 0x00007fd03de3988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  112.  
  113. Thread 6 (Thread 0x7fd0173ff700 (LWP 3022)):
  114. #0 0x00007fd03ea559f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fd03f724a28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  115. #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fd03f724a40, cond=0x7fd03f724a00) at pthread_cond_wait.c:502
  116. #2 __pthread_cond_wait (cond=0x7fd03f724a00, mutex=0x7fd03f724a40) at pthread_cond_wait.c:655
  117. #3 0x00007fd03f38e14a in ?? () from /usr/lib/libmonosgen-2.0.so.1
  118. #4 0x00007fd03ea4f6db in start_thread (arg=0x7fd0173ff700) at pthread_create.c:463
  119. #5 0x00007fd03de3988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  120.  
  121. Thread 5 (Thread 0x7fd0300df700 (LWP 3021)):
  122. #0 0x00007fd03ddfc9d0 in __GI___nanosleep (requested_time=requested_time@entry=0x7fd0300dec30, remaining=remaining@entry=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
  123. #1 0x00007fd03de2f877 in usleep (useconds=<optimized out>) at ../sysdeps/posix/usleep.c:32
  124. #2 0x00000000014607d9 in JoypadLinux::monitor_joypads (this=0x6a34bb0) at platform/x11/joypad_linux.cpp:216
  125. #3 0x00000000014606da in JoypadLinux::run_joypad_thread (this=0x6a34bb0) at platform/x11/joypad_linux.cpp:114
  126. #4 0x00000000014606bf in JoypadLinux::joy_thread_func (p_user=0x6a34bb0) at platform/x11/joypad_linux.cpp:102
  127. #5 0x00000000020bc6f5 in ThreadPosix::thread_callback (userdata=0x6a45c80) at drivers/unix/thread_posix.cpp:74
  128. #6 0x00007fd03ea4f6db in start_thread (arg=0x7fd0300df700) at pthread_create.c:463
  129. #7 0x00007fd03de3988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  130.  
  131. Thread 4 (Thread 0x7fd030120700 (LWP 3020)):
  132. #0 0x00007fd03ea59c60 in __GI___nanosleep (requested_time=0x7fd03011fc20, remaining=0x7fd03011fc20) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
  133. #1 0x00000000020b82b8 in OS_Unix::delay_usec (this=0x7fff3187a780, p_usec=1000) at drivers/unix/os_unix.cpp:258
  134. #2 0x00000000020c1831 in AudioDriverPulseAudio::thread_func (p_udata=0x7fff3187abf0) at drivers/pulseaudio/audio_driver_pulseaudio.cpp:518
  135. #3 0x00000000020bc6f5 in ThreadPosix::thread_callback (userdata=0x698dbe0) at drivers/unix/thread_posix.cpp:74
  136. #4 0x00007fd03ea4f6db in start_thread (arg=0x7fd030120700) at pthread_create.c:463
  137. #5 0x00007fd03de3988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  138.  
  139. Thread 3 (Thread 0x7fd031f71700 (LWP 3019)):
  140. #0 0x00007fd03ea586d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5fc0df8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  141. #1 do_futex_wait (sem=sem@entry=0x5fc0df8, abstime=0x0) at sem_waitcommon.c:111
  142. #2 0x00007fd03ea587c8 in __new_sem_wait_slow (sem=0x5fc0df8, abstime=0x0) at sem_waitcommon.c:181
  143. #3 0x00000000020bc3bc in SemaphorePosix::wait (this=0x5fc0df0) at drivers/unix/semaphore_posix.cpp:41
  144. #4 0x00000000037fb8fb in VisualServerScene::_gi_probe_bake_thread (this=0x7fd031f72020) at servers/visual/visual_server_scene.cpp:2547
  145. #5 0x00000000037fa740 in VisualServerScene::_gi_probe_bake_threads (self=0x7fd031f72020) at servers/visual/visual_server_scene.cpp:2333
  146. #6 0x00000000020bc6f5 in ThreadPosix::thread_callback (userdata=0x5fe33b0) at drivers/unix/thread_posix.cpp:74
  147. #7 0x00007fd03ea4f6db in start_thread (arg=0x7fd031f71700) at pthread_create.c:463
  148. #8 0x00007fd03de3988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  149.  
  150. Thread 2 (Thread 0x7fd040e58700 (LWP 3016)):
  151. #0 0x00007fd03ea586d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5c2bba8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  152. #1 do_futex_wait (sem=sem@entry=0x5c2bba8, abstime=0x0) at sem_waitcommon.c:111
  153. #2 0x00007fd03ea587c8 in __new_sem_wait_slow (sem=0x5c2bba8, abstime=0x0) at sem_waitcommon.c:181
  154. #3 0x00000000020bc3bc in SemaphorePosix::wait (this=0x5c2bba0) at drivers/unix/semaphore_posix.cpp:41
  155. #4 0x0000000003c34520 in _IP_ResolverPrivate::_thread_function (self=0x5c2b600) at core/io/ip.cpp:101
  156. #5 0x00000000020bc6f5 in ThreadPosix::thread_callback (userdata=0x5c2bbe0) at drivers/unix/thread_posix.cpp:74
  157. #6 0x00007fd03ea4f6db in start_thread (arg=0x7fd040e58700) at pthread_create.c:463
  158. #7 0x00007fd03de3988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  159.  
  160. Thread 1 (Thread 0x7fd040e5c180 (LWP 3015)):
  161. #0 0x00007fd03ea5a23a in __waitpid (pid=3027, stat_loc=0x7fff31879024, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
  162. #1 0x00007fd03f1be955 in ?? () from /usr/lib/libmonosgen-2.0.so.1
  163. #2 0x00007fd03f1be9e1 in ?? () from /usr/lib/libmonosgen-2.0.so.1
  164. #3 0x00007fd03f148ef1 in ?? () from /usr/lib/libmonosgen-2.0.so.1
  165. #4 0x00007fd03f1b7dd1 in ?? () from /usr/lib/libmonosgen-2.0.so.1
  166. #5 0x0000000003a507e3 in NodePath::NodePath (this=0x7fff31879dd8, p_path=...) at core/node_path.cpp:194
  167. #6 0x00000000017854f2 in PtrToArg<NodePath const&>::convert (p_ptr=0x0) at ./core/method_ptrcall.h:127
  168. #7 0x0000000002c4ae00 in MethodBind1RC<Node*, NodePath const&>::ptrcall (this=0x6ad7350, p_object=0xb69c5e0, p_args=0x7fff31879e40, r_ret=0x7fff31879e38) at ./core/method_bind.gen.inc:1340
  169. #8 0x0000000001a649f6 in godot_icall_1_561 (method=0x6ad7350, ptr=0xb69c5e0, arg1=0x0) at modules/mono/glue/mono_glue.gen.cpp:6293
  170. #9 0x000000004170db01 in ?? ()
  171. #10 0x0000000000000000 in ?? ()
  172.  
  173. =================================================================
  174. Basic Fault Address Reporting
  175. =================================================================
  176. Memory around native instruction pointer (0x3a507e3):0x3a507d3 d0 48 8b 45 d8 48 c7 00 00 00 00 00 48 8b 45 d0 .H.E.H......H.E.
  177. 0x3a507e3 48 8b 00 48 85 c0 74 5a 48 8b 45 d0 48 8b 00 48 H..H..tZH.E.H..H
  178. 0x3a507f3 89 45 f0 48 8b 45 f0 48 89 45 f8 48 8b 45 f8 8b .E.H.E.H.E.H.E..
  179. 0x3a50803 00 89 45 ec 83 7d ec 00 75 07 b8 00 00 00 00 eb ..E..}..u.......
  180.  
  181. =================================================================
  182. Managed Stacktrace:
  183. =================================================================
  184. at <unknown> <0xffffffff>
  185. at Godot.NativeCalls:godot_icall_1_561 <0x000d0>
  186. at Godot.Node:GetNode <0x000eb>
  187. at Node:_Ready <0x0007b>
  188. at System.Object:runtime_invoke_void__this__ <0x00170>
  189. =================================================================
  190. ERROR: _get_socket_error: Socket error: 104
  191. At: drivers/unix/net_socket_posix.cpp:207.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement