bertieb

Godot Engine __dynamic_cast() segfault [backtrace full]

May 14th, 2014
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #0  0xb78b4540 in __dynamic_cast () from /usr/lib/i386-linux-gnu/libstdc++.so.6
  2. No symbol table info available.
  3. #1  0x0805d309 in Object::cast_to<Node> (this=0x9dc8810) at core/object.h:476
  4. No locals.
  5. #2  0x08b65644 in Variant::operator Node* (this=0xbfffc2c4) at core/variant.cpp:1437
  6. No locals.
  7. #3  0x082c2b05 in VariantCaster<Node*>::cast (p_variant=...) at core/method_bind.h:61
  8. No locals.
  9. #4  0x082c236d in MethodBind1<Node*>::call (this=0x9927fa0, p_object=0x9dde900, p_args=0xbfffc418, p_arg_count=1, r_error=...) at core/method_bind.inc:609
  10.         __FUNCTION__ = "call"
  11.         instance = 0x9dde900
  12. #5  0x08b33ab0 in Object::call (this=0x9dde900, p_method=..., p_args=0xbfffc418, p_argcount=1, r_error=...) at core/object.cpp:890
  13.         __FUNCTION__ = "call"
  14.         ret = {type = Variant::NIL, _data = {_bool = 190, _int = 135005886, _real = 4.4628613380529678e-313, _matrix32 = 0x80c06be, _aabb = 0x80c06be, _matrix3 = 0x80c06be, _transform = 0x80c06be, _resource = 0x80c06be, _input_event = 0x80c06be, _image = 0x80c06be, _ptr = 0x80c06be, _mem = "\276\006\f\b\025\000\000\000\314@\274\th\303\377\277"}}
  15.         _debug_lock = {obj = 0x9dde900}
  16.         method = 0x9927fa0
  17. #6  0x08b9e9d1 in Variant::call (this=0xbfffc4e4, p_method=..., p_args=0xbfffc418, p_argcount=1, r_error=...) at core/variant_call.cpp:857
  18.         obj = 0x9dde900
  19.         ret = {type = Variant::NIL, _data = {_bool = 210, _int = 134985426, _real = -1.9852981867110668, _matrix32 = 0x80bb6d2, _aabb = 0x80bb6d2, _matrix3 = 0x80bb6d2, _transform = 0x80bb6d2, _resource = 0x80bb6d2, _input_event = 0x80bb6d2, _image = 0x80bb6d2, _ptr = 0x80bb6d2, _mem = \v\b\310\303\377\277\245#\275\b\f\314\065\t"}}
  20. #7  0x080b3ee0 in GDFunction::call (this=0x9bc40cc, p_instance=0x9dde860, p_args=0x0, p_argcount=0, r_err=...) at modules/gdscript/gd_script.cpp:631
  21.         call_ret = false
  22.         methodname = 0x9bc3dfc
  23.         argptrs = 0xbfffc418
  24.         err = {error = Variant::CallError::CALL_OK, argument = 0, expected = 155396792}
  25.         argc = 1
  26.         base = 0xbfffc4e4
  27.         nameg = 1
  28.         last_opcode = 12
  29.         err_file = {<Vector<wchar_t>> = {_ptr = 0x320}, <No data fields>}
  30.         retvalue = {type = Variant::NIL, _data = {_bool = false, _int = 0, _real = 1688849860263936, _matrix32 = 0x0, _aabb = 0x0, _matrix3 = 0x0, _transform = 0x0, _resource = 0x0, _input_event = 0x0, _image = 0x0, _ptr = 0x0, _mem = "\000\000\000\000\000\000\030C\000\000lC\000\000\000"}}
  31.         alloca_size = 44
  32.         line = 21
  33.         self = {type = Variant::OBJECT, _data = {_bool = false, _int = 165538048, _real = 8.1786662596419271e-316, _matrix32 = 0x9dde900, _aabb = 0x9dde900, _matrix3 = 0x9dde900, _transform = 0x9dde900, _resource = 0x9dde900, _input_event = 0x9dde900, _image = 0x9dde900, _ptr = 0x9dde900, _mem = "\000\351\335\t\000\000\000\000\b\020\260\264\000\000\000"}}
  34.         defarg = 0
  35.         ip = 20
  36.         __FUNCTION__ = "call"
  37.         stack = 0xbfffc3f0
  38.         call_args = 0xbfffc418
  39.         _class = 0x9bc29f0
  40.         err_text = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}        exit_ok = false
  41. #8  0x080bb6b7 in GDInstance::_ml_call_reversed (this=0x9dde860, sptr=0x9bc29f0, p_method=..., p_args=0x0, p_argcount=0) at modules/gdscript/gd_script.cpp:1978
  42.         ce = {error = Variant::CallError::CALL_OK, argument = 165540128, expected = 149756312}
  43.         E = 0x9bc40b0
  44. #9  0x080bb721 in GDInstance::call_multilevel_reversed (this=0x9dde860, p_method=..., p_args=0x0, p_argcount=0) at modules/gdscript/gd_script.cpp:1986
  45. No locals.
  46. #10 0x085d0136 in Node::_notification (this=0x9dde900, p_notification=13) at scene/main/node.cpp:106
  47.         err = {error = 165540128, argument = 10, expected = Variant::NIL}
  48. #11 0x08089ec3 in Node::_notificationv (this=0x9dde900, p_notification=13, p_reversed=false) at ./scene/main/node.h:43
  49. No locals.
  50. #12 0x080a961c in CanvasItem::_notificationv (this=0x9dde900, p_notification=13, p_reversed=false) at ./scene/2d/canvas_item.h:44
  51. No locals.
  52. #13 0x0875eadc in Node2D::_notificationv (this=0x9dde900, p_notification=13, p_reversed=false) at ./scene/2d/node_2d.h:36
  53. No locals.
  54. #14 0x08799bd0 in CollisionObject2D::_notificationv (this=0x9dde900, p_notification=13, p_reversed=false) at scene/2d/collision_object_2d.h:37
  55. No locals.
  56. #15 0x087c97c2 in PhysicsBody2D::_notificationv (this=0x9dde900, p_notification=13, p_reversed=false) at scene/2d/physics_body_2d.h:39
  57. No locals.
  58. #16 0x087caa58 in KinematicBody2D::_notificationv (this=0x9dde900, p_notification=13, p_reversed=false) at scene/2d/physics_body_2d.h:235
  59. No locals.
  60. #17 0x08b33bdf in Object::notification (this=0x9dde900, p_notification=13, p_reversed=false) at core/object.cpp:902
  61. No locals.
  62. #18 0x085d042d in Node::_propagate_ready (this=0x9dde900) at scene/main/node.cpp:149
  63. No locals.
  64. #19 0x085d6249 in Node::_set_scene (this=0x9dde900, p_scene=0x9b4fc70) at scene/main/node.cpp:1622
  65.         tree_changed_a = 0x0
  66.         tree_changed_b = 0x0
  67. #20 0x085d2434 in Node::_add_child_nocheck (this=0x9d22e00, p_child=0x9dde900, p_name=...) at scene/main/node.cpp:635
  68. No locals.
  69. #21 0x085d274c in Node::add_child (this=0x9d22e00, p_child=0x9dde900) at scene/main/node.cpp:662
  70.         __FUNCTION__ = "add_child"
  71. #22 0x082c2383 in MethodBind1<Node*>::call (this=0x9927fa0, p_object=0x9d22e00, p_args=0xbfffcf9c, p_arg_count=1, r_error=...) at core/method_bind.inc:609
  72.         __FUNCTION__ = "call"
  73.         instance = 0x9d22e00
  74. #23 0x08b33ab0 in Object::call (this=0x9d22e00, p_method=..., p_args=0xbfffcf9c, p_argcount=1, r_error=...) at core/object.cpp:890
  75.         __FUNCTION__ = "call"
  76.         ret = {type = Variant::NIL, _data = {_bool = 190, _int = 135005886, _real = 1.6982636504748074e-312, _matrix32 = 0x80c06be, _aabb = 0x80c06be, _matrix3 = 0x80c06be, _transform = 0x80c06be, _resource = 0x80c06be, _input_event = 0x80c06be, _image = 0x80c06be, _ptr = 0x80c06be, _mem = "\276\006\f\bP\000\000\000,#\276\t\210\316\377\277"}}
  77.         _debug_lock = {obj = 0x9d22e00}
  78.         method = 0x9927fa0
  79. #24 0x08b9e9d1 in Variant::call (this=0xbfffcf4c, p_method=..., p_args=0xbfffcf9c, p_argcount=1, r_error=...) at core/variant_call.cpp:857
  80.         obj = 0x9d22e00
  81.         ret = {type = Variant::NIL, _data = {_bool = 44, _int = 163455788, _real = -1.9880142574858821, _matrix32 = 0x9be232c, _aabb = 0x9be232c, _matrix3 = 0x9be232c, _transform = 0x9be232c, _resource = 0x9be232c, _input_event = 0x9be232c, _image = 0x9be232c, _ptr = 0x9be232c, _mem = ",#\276\t\350\316\377\277\320\306\005\b\274\321\377\277"}}
  82. #25 0x080b3ee0 in GDFunction::call (this=0x9be232c, p_instance=0x9dc8670, p_args=0xbfffd778, p_argcount=1, r_err=...) at modules/gdscript/gd_script.cpp:631
  83.         call_ret = false
  84.         methodname = 0x9be36a0
  85.         argptrs = 0xbfffcf9c
  86.         err = {error = Variant::CallError::CALL_OK, argument = -1213808249, expected = Variant::NIL}
  87.         argc = 1
  88.         base = 0xbfffcf4c
  89.         nameg = 10
  90.         last_opcode = 12
  91.         err_file = {<Vector<wchar_t>> = {_ptr = 0xb78203c0}, <No data fields>}
  92.         retvalue = {type = Variant::NIL, _data = {_bool = 104, _int = -1263529880, _real = 1.4977290847633596e-314, _matrix32 = 0xb4b01068, _aabb = 0xb4b01068, _matrix3 = 0xb4b01068, _transform = 0xb4b01068, _resource = 0xb4b01068, _input_event = 0xb4b01068, _image = 0xb4b01068, _ptr = 0xb4b01068, _mem = "h\020\260\264\000\000\000\000\205\000\000\000\354\031\273\t"}}
  93.         alloca_size = 148
  94.         line = 80
  95.         self = {type = Variant::OBJECT, _data = {_bool = 176, _int = 165446832, _real = 8.1741595904468216e-316, _matrix32 = 0x9dc84b0, _aabb = 0x9dc84b0, _matrix3 = 0x9dc84b0, _transform = 0x9dc84b0, _resource = 0x9dc84b0, _input_event = 0x9dc84b0, _image = 0x9dc84b0, _ptr = 0x9dc84b0, _mem = "\260\204\334\t\000\000\000\000\244\320\377\277`61\t"}}
  96.         defarg = 0
  97.         ip = 212
  98.         __FUNCTION__ = "call"
  99.         stack = 0xbfffcf10
  100.         call_args = 0xbfffcf9c
  101.         _class = 0x9bca580
  102.         err_text = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}
  103.         exit_ok = false
  104. #26 0x080bb546 in GDInstance::call (this=0x9dc8670, p_method=..., p_args=0xbfffd778, p_argcount=1, r_error=...) at modules/gdscript/gd_script.cpp:1945
  105.         E = 0x9be2310
  106.         sptr = 0x9bca580
  107. #27 0x08b339b1 in Object::call (this=0x9dc84b0, p_method=..., p_args=0xbfffd778, p_argcount=1, r_error=...) at core/object.cpp:869
  108.         __FUNCTION__ = "call"
  109.         ret = {type = Variant::NIL, _data = {_bool = 190, _int = 135005886, _real = -1.9900360407195161, _matrix32 = 0x80c06be, _aabb = 0x80c06be, _matrix3 = 0x80c06be, _transform = 0x80c06be, _resource = 0x80c06be, _input_event = 0x80c06be, _image = 0x80c06be, _ptr = 0x80c06be, _mem = "\276\006\f\b0\327\377\277@\332\377\277\b\326\377\277"}}
  110.         _debug_lock = {obj = 0x9dc84b0}
  111.         method = 0xbfffd730
  112. #28 0x08b9e9d1 in Variant::call (this=0xbfffd728, p_method=..., p_args=0xbfffd778, p_argcount=1, r_error=...) at core/variant_call.cpp:857
  113.         obj = 0x9dc84b0
  114.         ret = {type = Variant::NIL, _data = {_bool = 76, _int = 163608396, _real = -1.9898758297853929, _matrix32 = 0x9c0774c, _aabb = 0x9c0774c, _matrix3 = 0x9c0774c, _transform = 0x9c0774c, _resource = 0x9c0774c, _input_event = 0x9c0774c, _image = 0x9c0774c, _ptr = 0x9c0774c, _mem = "Lw\300\t\210\326\377\277\320\306\005\b8\332\377\277"}}
  115. #29 0x080b3ee0 in GDFunction::call (this=0x9c0774c, p_instance=0x9dc82d0, p_args=0xbfffdebc, p_argcount=1, r_err=...) at modules/gdscript/gd_script.cpp:631
  116.         call_ret = false
  117.         methodname = 0x9c077f0
  118.         argptrs = 0xbfffd778
  119.         err = {error = Variant::CallError::CALL_OK, argument = 58614017, expected = Variant::NIL}
  120.         argc = 1
  121.         base = 0xbfffd728
  122.         nameg = 6
  123.         last_opcode = 12
  124.         err_file = {<Vector<wchar_t>> = {_ptr = 0xb4bc6d34}, <No data fields>}
  125.         retvalue = {type = Variant::NIL, _data = {_bool = false, _int = 0, _real = -1.1827288592675106e-54, _matrix32 = 0x0, _aabb = 0x0, _matrix3 = 0x0, _transform = 0x0, _resource = 0x0, _input_event = 0x0, _image = 0x0, _ptr = 0x0, _mem = "\000\000\000\000\034\000\275\264\267ߖ\266L\330\377\277"}}
  126.         alloca_size = 208
  127.         line = 89
  128.         self = {type = Variant::OBJECT, _data = {_bool = 208, _int = 165445328, _real = 8.174085282973687e-316, _matrix32 = 0x9dc7ed0, _aabb = 0x9dc7ed0, _matrix3 = 0x9dc7ed0, _transform = 0x9dc7ed0, _resource = 0x9dc7ed0, _input_event = 0x9dc7ed0, _image = 0x9dc7ed0, _ptr = 0x9dc7ed0, _mem = "\320~\334\t\000\000\000\000ȷ\204\t8\264\204\t"}}
  129.         defarg = 0
  130.         ip = 108
  131.         __FUNCTION__ = "call"
  132.         stack = 0xbfffd6b0
  133.         call_args = 0xbfffd778
  134.         _class = 0x9bf8ed0
  135.         err_text = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}
  136.         exit_ok = false
  137. #30 0x080bb546 in GDInstance::call (this=0x9dc82d0, p_method=..., p_args=0xbfffdebc, p_argcount=1, r_error=...) at modules/gdscript/gd_script.cpp:1945
  138.         E = 0x9c07730
  139.         sptr = 0x9bf8ed0
  140. #31 0x08b339b1 in Object::call (this=0x9dc7ed0, p_method=..., p_args=0xbfffdebc, p_argcount=1, r_error=...) at core/object.cpp:869
  141.         __FUNCTION__ = "call"
  142.         ret = {type = Variant::NIL, _data = {_bool = 190, _int = 135005886, _real = -1.9920769037566255, _matrix32 = 0x80c06be, _aabb = 0x80c06be, _matrix3 = 0x80c06be, _transform = 0x80c06be, _resource = 0x80c06be, _input_event = 0x80c06be, _image = 0x80c06be, _ptr = 0x80c06be, _mem = "\276\006\f\b\214\337\377\277\270\337\377\277\000\000\000"}}
  143.         _debug_lock = {obj = 0x9dc7ed0}
  144.         method = 0xbfffdf8c
  145. #32 0x08b9e9d1 in Variant::call (this=0xbfffdf84, p_method=..., p_args=0xbfffdebc, p_argcount=1, r_error=...) at core/variant_call.cpp:857
  146.         obj = 0x9dc7ed0
  147.         ret = {type = Variant::NIL, _data = {_bool = 188, _int = 163310268, _real = -1.9917831783520077, _matrix32 = 0x9bbeabc, _aabb = 0x9bbeabc, _matrix3 = 0x9bbeabc, _transform = 0x9bbeabc, _resource = 0x9bbeabc, _input_event = 0x9bbeabc, _image = 0x9bbeabc, _ptr = 0x9bbeabc, _mem = "\274\352\273\tX\336\377\277\245#\275\b\f\314\065\t"}}
  148. #33 0x080b3ee0 in GDFunction::call (this=0x9c06bcc, p_instance=0x9dc82d0, p_args=0xbfffe5d4, p_argcount=1, r_err=...) at modules/gdscript/gd_script.cpp:631
  149.         call_ret = false
  150.         methodname = 0x9c06a3c
  151.         argptrs = 0xbfffdebc
  152.         err = {error = Variant::CallError::CALL_OK, argument = 163326632, expected = 162595528}
  153.         argc = 1
  154.         base = 0xbfffdf84
  155.         nameg = 1
  156.         last_opcode = 12
  157.         err_file = {<Vector<wchar_t>> = {_ptr = 0x9313660}, <No data fields>}
  158.         retvalue = {type = Variant::NIL, _data = {_bool = 54, _int = 144378934, _real = -1.9921036087187196, _matrix32 = 0x89b0c36, _aabb = 0x89b0c36, _matrix3 = 0x89b0c36, _transform = 0x89b0c36, _resource = 0x89b0c36, _input_event = 0x89b0c36, _image = 0x89b0c36, _ptr = 0x89b0c36, _mem = "6\f\233\b\250\337\377\277\350\220\032\b\224\337\377\277"}}
  159.         alloca_size = 64
  160.         line = 66
  161.         self = {type = Variant::OBJECT, _data = {_bool = 208, _int = 165445328, _real = 8.174085282973687e-316, _matrix32 = 0x9dc7ed0, _aabb = 0x9dc7ed0, _matrix3 = 0x9dc7ed0, _transform = 0x9dc7ed0, _resource = 0x9dc7ed0, _input_event = 0x9dc7ed0, _image = 0x9dc7ed0, _ptr = 0x9dc7ed0, _mem = "\320~\334\t\000\000\000\000\254?\334\t`61\t"}}
  162.         defarg = 0
  163.         ip = 14
  164.         __FUNCTION__ = "call"
  165.         stack = 0xbfffde80
  166.         call_args = 0xbfffdebc
  167.         _class = 0x9bf8ed0
  168.         err_text = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}
  169.         exit_ok = false
  170. #34 0x080bb546 in GDInstance::call (this=0x9dc82d0, p_method=..., p_args=0xbfffe5d4, p_argcount=1, r_error=...) at modules/gdscript/gd_script.cpp:1945
  171.         E = 0x9c06bb0
  172.         sptr = 0x9bf8ed0
  173. #35 0x08b339b1 in Object::call (this=0x9dc7ed0, p_method=..., p_args=0xbfffe5d4, p_argcount=1, r_error=...) at core/object.cpp:869
  174.         __FUNCTION__ = "call"
  175.         ret = {type = Variant::NIL, _data = {_bool = 190, _int = 135005886, _real = 2.0165630191195983e-312, _matrix32 = 0x80c06be, _aabb = 0x80c06be, _matrix3 = 0x80c06be, _transform = 0x80c06be, _resource = 0x80c06be, _input_event = 0x80c06be, _image = 0x80c06be, _ptr = 0x80c06be, _mem = "\276\006\f\b_\000\000\000\274\352\273\t8\345\377\277"}}
  176.         _debug_lock = {obj = 0x9dc7ed0}
  177.         method = 0x9dc72a4
  178. #36 0x08b9e9d1 in Variant::call (this=0x9dc729c, p_method=..., p_args=0xbfffe5d4, p_argcount=1, r_error=...) at core/variant_call.cpp:857
  179.         obj = 0x9dc7ed0
  180.         ret = {type = Variant::NIL, _data = {_bool = 240, _int = -1073746448, _real = -1.9935538768758043, _matrix32 = 0xbfffedf0, _aabb = 0xbfffedf0, _matrix3 = 0xbfffedf0, _transform = 0xbfffedf0, _resource = 0xbfffedf0, _input_event = 0xbfffedf0, _image = 0xbfffedf0, _ptr = 0xbfffedf0, _mem = "\360\355\377\277\230\345\377\277\245#\275\b\f\314\065\t"}}
  181. #37 0x080b3ee0 in GDFunction::call (this=0x9bbeabc, p_instance=0x9dc70a0, p_args=0xbfffeca4, p_argcount=0, r_err=...) at modules/gdscript/gd_script.cpp:631
  182.         call_ret = false
  183.         methodname = 0x9bbeb48
  184.         argptrs = 0xbfffe5d4
  185.         err = {error = Variant::CallError::CALL_OK, argument = -1073748092, expected = 3221219184}
  186.         argc = 1
  187.         base = 0x9dc729c
  188.         nameg = 0
  189.         last_opcode = 12
  190.         err_file = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}
  191.         retvalue = {type = Variant::NIL, _data = {_bool = false, _int = 0, _real = -15746.3203125, _matrix32 = 0x0, _aabb = 0x0, _matrix3 = 0x0, _transform = 0x0, _resource = 0x0, _input_event = 0x0, _image = 0x0, _ptr = 0x0, _mem = "\000\000\000\000)\301\316\300dH\322?\000\000\000"}}
  192.         alloca_size = 24
  193.         line = 95
  194.         self = {type = Variant::OBJECT, _data = {_bool = 192, _int = 165440960, _real = 8.1738694750995836e-316, _matrix32 = 0x9dc6dc0, _aabb = 0x9dc6dc0, _matrix3 = 0x9dc6dc0, _transform = 0x9dc6dc0, _resource = 0x9dc6dc0, _input_event = 0x9dc6dc0, _image = 0x9dc6dc0, _ptr = 0x9dc6dc0, _mem = "\300m\334\t\000\000\000\000p\347\377\277\204\347\377\277"}}
  195.         defarg = 0
  196.         ip = 13
  197.         __FUNCTION__ = "call"
  198.         stack = 0xbfffe5c0
  199.         call_args = 0xbfffe5d4
  200.         _class = 0x9bb7de0
  201.         err_text = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}
  202.         exit_ok = false
  203. #38 0x080bb546 in GDInstance::call (this=0x9dc70a0, p_method=..., p_args=0xbfffeca4, p_argcount=0, r_error=...) at modules/gdscript/gd_script.cpp:1945
  204.         E = 0x9bbeaa0
  205.         sptr = 0x9bb7de0
  206. #39 0x08b339b1 in Object::call (this=0x9dc6dc0, p_method=..., p_args=0xbfffeca4, p_argcount=0, r_error=...) at core/object.cpp:869
  207.         __FUNCTION__ = "call"
  208.         ret = {type = Variant::NIL, _data = {_bool = 53, _int = 145994549, _real = 3.6329252901445448e-261, _matrix32 = 0x8b3b335, _aabb = 0x8b3b335, _matrix3 = 0x8b3b335, _transform = 0x8b3b335, _resource = 0x8b3b335, _input_event = 0x8b3b335, _image = 0x8b3b335, _ptr = 0x8b3b335, _mem = "5\263\263\b`\231\334\t@\000\000\000\070\354\377\277"}}
  209.         _debug_lock = {obj = 0x9dc6dc0}
  210.         method = 0x9dc6780
  211. #40 0x08b3369d in Object::call (this=0x9dc6dc0, p_name=..., p_arg1=..., p_arg2=..., p_arg3=..., p_arg4=..., p_arg5=...) at core/object.cpp:766
  212.         argptr = {0xbfffee18, 0xbfffee04, 0xbfffedf0, 0xbfffeddc, 0xbfffedc8}
  213.         argc = 0
  214.         error = {error = Variant::CallError::CALL_OK, argument = 145985369, expected = 3221220539}
  215.         ret = {type = Variant::BOOL, _data = {_bool = 88, _int = -1073746600, _real = 4.999282739586346e-270, _matrix32 = 0xbfffed58, _aabb = 0xbfffed58, _matrix3 = 0xbfffed58, _transform = 0xbfffed58, _resource = 0xbfffed58, _input_event = 0xbfffed58, _image = 0xbfffed58, _ptr = 0xbfffed58, _mem = "X\355\377\277\365 \005\b\320\065\236\t\230\355\377\277"}}
  216. #41 0x08b34aad in Object::emit_signal (this=0x9dc7650, p_name=..., p_arg1=..., p_arg2=..., p_arg3=..., p_arg4=..., p_arg5=...) at core/object.cpp:1142
  217.         c = @0x9dc9a90: {source = 0x9dc7650, signal = {static _table = {0x0, 0x9dbf250, 0x9852370, 0x9bce8c0, 0x9a3b900, 0x0, 0x9a23c90, 0x9a8ab50, 0x9ae6840, 0x0, 0x9ae06e0, 0x9c11140, 0x9a66470, 0x0, 0x987de20, 0x0, 0x9a40270, 0x9a75590, 0x9a132b0, 0x0, 0x99f5530, 0x9a23560, 0x0, 0x9a93a30, 0x94a20e0, 0x9a0fb40, 0x9a8a280, 0x0, 0x9af2a20, 0x9ad9190, 0x0, 0x0, 0x99ec970, 0x9a57820, 0x934b630, 0x0, 0x0, 0x0, 0x9af4b90, 0x9b1a720, 0x0, 0x0, 0x9a62d10, 0x9b45230, 0x9b22d40, 0x9a3ae10, 0x9b083d0, 0x0, 0x9b21230, 0x9b238f0, 0x9af8fb0, 0x9a7db00, 0x0, 0x9aebf10, 0x9337f60, 0x9a97c80, 0x9b05310, 0x9a086f0, 0x0, 0x99ec2f0, 0x0, 0x9a9bb40, 0x9b196f0, 0x9a2f400, 0x9349ea0, 0x0, 0x0, 0x9738dc0, 0x0, 0x9aa2670, 0x0, 0x949b3e0, 0x9a05450, 0x9349d40, 0x0, 0x9a4e9b0, 0x9a843a0, 0x0, 0x9ac6170, 0x984b180, 0x9c3c850, 0x9a6a840, 0x0, 0x9d23bb0, 0x97366e0, 0x9516a00, 0x9d75ab0, 0x99d4ef0, 0x9adfbe0, 0x9d77480, 0x0, 0x9b23180, 0x973b4c0, 0x9be95f0, 0x0, 0x9b234b0, 0x9ad5860, 0x9a77530, 0x9a48c60, 0x9a7dbb0, 0x0, 0x0, 0x0, 0x0, 0x9bce720, 0x9a5e350, 0x0, 0x9ab6c10, 0x9320dc0, 0x9a4f4e0, 0x9b06970, 0x9ae6a20, 0x0, 0x9a00a50, 0x947c790, 0x0, 0x9bea910, 0x9a9f6e0, 0x0, 0x0, 0x0, 0x9a94c60, 0x0, 0x0, 0x9aa0eb0, 0x9a1c080, 0x9b09780, 0x9355260, 0x9ae98d0, 0x0, 0x9bcab80, 0x0, 0x9a3a5d0, 0x9a61490, 0x9bcaf10, 0x9b18460, 0x0, 0x9bee020, 0x9ac3fa0, 0x9b03820, 0x9bcda70, 0x9b184e0, 0x9a66be0, 0x9ad1150, 0x99e5e20, 0x99de500, 0x94a8a70, 0x9a1c9b0, 0x9bf75f0, 0x947cdd0, 0x9b0f170, 0x9a1cb30, 0x9a5e8f0, 0x9a735d0, 0x9a586a0, 0x947baa0, 0x9a33da0, 0x9c40420, 0x0, 0x9a4dc50, 0x9a980c0, 0x0, 0x99efb80, 0x0, 0x9a502f0, 0x987d180, 0x9b0b6d0, 0x949aa70, 0x984ba40, 0x9a4e5d0, 0x994e460, 0x9bbe950, 0x984b980, 0x9317290, 0x9b18d60, 0x9a24380, 0x9a96b50, 0x9a3f560, 0x9afd690, 0x9ac1480, 0x9b237e0, 0x0, 0x9977510, 0x9a47840, 0x9b24d70, 0x9a65fe0, 0x0, 0x9a594f0, 0x0, 0x9b24750, 0x99ded40, 0x9a5a4b0, 0x9bf31f0, 0x0, 0x0, 0x0, 0x9357290, 0x9c45c10, 0x9addb30, 0x9c2f0c0...}, _data = 0x99e35d0, static configured = true}, target = 0x9dc6dc0, method = {static _table = <same as static member of an already seen type>, _data = 0x9bd0b30, static configured = true}, flags = 0, binds = {_ptr = 0x0}}
  218.         argptr = {0xbfffee18, 0xbfffee04, 0xbfffedf0, 0xbfffeddc, 0xbfffedc8}
  219.         target = 0x9dc6dc0
  220.         bind_count = 0
  221.         bind = 0
  222.         i = 0
  223.         s = 0x9dc990c
  224.         disconnect_data = {_data = 0x0}
  225.         __FUNCTION__ = "emit_signal"
  226.         slot_map = {_data = {_ptr = 0x9dc9a80}}
  227.         ssize = 1
  228.         _debug_lock = {obj = 0x9dc7650}
  229. #42 0x085e569c in Timer::_notification (this=0x9dc7650, p_what=17) at scene/main/timer.cpp:52
  230. No locals.
  231. #43 0x085e6983 in Timer::_notificationv (this=0x9dc7650, p_notification=17, p_reversed=false) at scene/main/timer.h:36
  232. No locals.
  233. #44 0x08b33bdf in Object::notification (this=0x9dc7650, p_notification=17, p_reversed=false) at core/object.cpp:902
  234. No locals.
  235. #45 0x085e9680 in SceneMainLoop::_notify_group_pause (this=0x9b4fc70, p_group=..., p_notification=17) at scene/main/scene_main_loop.cpp:706
  236.         n = 0x9dc7650
  237.         i = 1
  238.         E = 0x9dbf300
  239.         g = @0x9dbf31c: {nodes = {_ptr = 0x9dc3570}, last_tree_version = 252}
  240.         node_count = 3
  241.         nodes = 0x9d24878
  242.         nodes_copy = {_ptr = 0x9d24870}
  243. #46 0x085e8d0c in SceneMainLoop::idle (this=0x9b4fc70, p_time=0.016671) at scene/main/scene_main_loop.cpp:512
  244.         win_size = {{x = -1.99949169, width = -1.99949169}, {y = 4.65179022e-34, height = 4.65179022e-34}}
  245. #47 0x0805bc46 in Main::iteration () at main/main.cpp:1295
  246.         ticks_elapsed = 16671
  247.         step = 0.016670999999999998
  248.         exit = false
  249.         iters = 1
  250.         idle_begin = 8279949
  251.         ticks = 8278329
  252.         frame_slice = 0.0166666675
  253.         taret_fps = 60
  254. #48 0x08051f77 in OS_X11::run (this=0xbffff180) at platform/x11/os_x11.cpp:1277
  255. No locals.
  256. #49 0x0804df2b in main (argc=3, argv=0xbffff4e4) at platform/x11/godot_x11.cpp:41
  257.         os = {<OS_Unix> = {<OS> = {_vptr.OS = 0x8cca0a8, static singleton = 0xbffff180, _execpath = {<Vector<wchar_t>> = {_ptr = 0x9365560}, <No data fields>}, _custom_level = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}, _cmdline = {_data = 0x9365360}, ips = 60, low_processor_usage_mode = false, _verbose_stdout = false, _local_clipboard = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}, frames_drawn = 231, _frame_delay = 0, _no_window = false, _exit_code = 0, _orientation = 0, _fps = 58, _target_fps = 60, last_error = 0x9de2840 "Can't add child while a notification is happening", _render_thread_mode = OS::RENDER_THREAD_SAFE}, ticks_start = 1400078700886421, stdin_buf = {<Vector<wchar_t>> = {_ptr = 0x0}, <No data fields>}}, wm_delete = 342, context_gl = 0x937ab70, rasterizer = 0xb484f020, visual_server = 0x94b1f10, current_videomode = {width = 800, height = 600, fullscreen = false, resizable = true}, args = {_data = 0x935cda0}, x11_window = 50331650, main_loop = 0x9b4fc70, x11_display = 0x9369178, xmbstring = 0x0, xmblen = 134526011, last_timestamp = 0, last_keyrelease_time = 0, xic = 0x95c01a0, xim = 0x937a3e8, xim_style = 1032, last_mouse_pos = {{x = 0, width = 0}, {y = 0, height = 0}}, last_mouse_pos_valid = false, last_click_pos = {{x = 0, width = 0}, {y = 0, height = 0}}, last_click_ms = 0, event_id = 0, last_button_state = 0, physics_server = 0x97309e0, physics_2d_server = 0x973d060, mouse_mode = OS::MOUSE_MODE_VISIBLE, center = {{x = 0, width = 0}, {y = 0, height = 0}}, ip_unix = 0xbffff270, audio_server = 0x950b450, sample_manager = 0x95052a0, spatial_sound_server = 0x959f490, spatial_sound_2d_server = 0x95afab0, force_quit = false, minimized = false, dpad_last = {0, 0}, cursor_theme = 0x95c0bb0 "default", cursor_size = 21, cursors = {50331655, 50331659, 50331663, 50331667, 50331671, 50331675, 50331679, 50331683, 50331687, 50331691, 50331695, 0, 0, 50331699, 50331703, 50331707, 50331711}, null_cursor = 50331714, current_cursor = OS::CURSOR_BUSY, input = 0x9747f00, driver_alsa = {<AudioDriverSW> = {_vptr.AudioDriverSW = 0x8ce3708, static singleton = 0xbffff2c8, _last_mix_time = 8233785, _mix_amount = 352256}, thread = 0x95049f0, mutex = 0x95049a0, pcm_handle = 0x9503d10, samples_in = 0x9505340, samples_out = 0x9509380, mix_rate = 44100, output_format = AudioDriverSW::OUTPUT_STEREO, buffer_size = 2048, channels = 2, active = true, thread_exited = false, exit_thread = false, pcm_open = false}, net_wm_icon = 378, joystick_count = 0, joysticks = {{fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}, {fd = -1, last_axis = {0, 0, 0, 0, 0, 0, 0, 0}}}}
  258.         err = OK
Advertisement
Add Comment
Please, Sign In to add comment