Skip to content

Instantly share code, notes, and snippets.

@EduardoLopes
Last active November 18, 2015 18:46
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 EduardoLopes/b70bed027d03bb1b2f89 to your computer and use it in GitHub Desktop.
Save EduardoLopes/b70bed027d03bb1b2f89 to your computer and use it in GitHub Desktop.
luxe empty project debug - compiled with hxcpp 3.2.193
(gdb) run
Starting program: /var/www/empty/bin/linux/luxe_empty 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/i386-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
[New Thread 0xb75bdb40 (LWP 18915)]
[New Thread 0xb6a13b40 (LWP 18916)]
[Thread 0xb6a13b40 (LWP 18916) exited]
[New Thread 0xb6a13b40 (LWP 18917)]
[New Thread 0xb20ffb40 (LWP 18918)]
[New Thread 0xafcf2b40 (LWP 18919)]
[New Thread 0xaf4f1b40 (LWP 18920)]
Core.hx:112:      i / luxe / 1.0.0-alpha.1+7a305f76ae / debug:true / os:linux / platform:linux
Core.hx:276:      i / luxe / opengl / 2.1 Mesa 10.1.3 / 1.30 / Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits) / VMware, Inc. /
[New Thread 0xad6a2b40 (LWP 18921)]
[New Thread 0xacea1b40 (LWP 18922)]
[New Thread 0xac6a0b40 (LWP 18923)]
[New Thread 0xabe9fb40 (LWP 18924)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xacea1b40 (LWP 18922)]
0x01010101 in ?? ()
(gdb) bt
#0  0x01010101 in ?? ()
#1  0x08714d12 in hx::GlobalChunks::allocLocked (this=0x89665e0 <hx::sGlobalChunks>)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1071
#2  0x0871479f in hx::GlobalChunks::pushJob (this=0x89665e0 <hx::sGlobalChunks>, inChunk=0xadd104f8)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:938
#3  0x08715069 in hx::MarkContext::pushObj (this=0xacea1318, inObject=0xadfec154)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1180
#4  0x087114b7 in hx::MarkObjectAllocUnchecked (inPtr=0xadfec154, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1330
#5  0x08064b70 in hx::MarkObjectAlloc (inPtr=0xadfec154, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/hx/GC.h:290
#6  0x08711826 in hx::MarkObjectArray (inPtr=0xadfe814c, inLength=798, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1378
#7  0x0806d6ef in hx::MarkMemberArray<Dynamic> (outT=0xadfe814c, inLen=798, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/hx/GcTypeInference.h:57
#8  0x0806e640 in Array_obj<Dynamic>::__Mark (this=0xae48a14c, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/Array.h:379
#9  0x087114a3 in hx::MarkObjectAllocUnchecked (inPtr=0xae48a14c, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1328
#10 0x08064b70 in hx::MarkObjectAlloc (inPtr=0xae48a14c, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/hx/GC.h:290
#11 0x0806fc11 in hx::MarkMember<Dynamic> (outT=..., __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/hx/GcTypeInference.h:24
#12 0x082bd7b9 in phoenix::geometry::Geometry_obj::__Mark (this=0xae489ec8, __inCtx=0xacea1318)
    at ./src/phoenix/geometry/Geometry.cpp:6001
#13 0x08270068 in phoenix::geometry::TextGeometry_obj::__Mark (this=0xae489ec8, __inCtx=0xacea1318)
    at ./src/phoenix/geometry/TextGeometry.cpp:4002
#14 0x087114a3 in hx::MarkObjectAllocUnchecked (inPtr=0xae489ec8, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1328
#15 0x08064b70 in hx::MarkObjectAlloc (inPtr=0xae489ec8, __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/hx/GC.h:290
#16 0x085c1837 in hx::MarkMember<phoenix::geometry::TextGeometry_obj> (outT=..., __inCtx=0xacea1318)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/include/hx/GcTypeInference.h:16
#17 0x085bee90 in luxe::Text_obj::__Mark (this=0xae489af8, __inCtx=0xacea1318) at ./src/luxe/Text.cpp:1734
#18 0x0871529d in hx::MarkContext::Process (this=0xacea1318) at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:1239
#19 0x08716138 in GlobalAllocator::ThreadLoop (this=0x8969e08, inId=1)
    at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:2810
---Type <return> to continue, or q <return> to quit---
#20 0x08716294 in GlobalAllocator::SThreadLoop (inInfo=0x1) at /usr/lib/haxe/lib/hxcpp/3,2,193/src/hx/gc/Immix.cpp:2834
#21 0xb7facf70 in start_thread (arg=0xacea1b40) at pthread_create.c:312
#22 0xb7d92bee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment