Skip to content

Instantly share code, notes, and snippets.

@EduardoLopes
Created December 20, 2015 02:54
Show Gist options
  • Select an option

  • Save EduardoLopes/c3327dab819d15bed21e to your computer and use it in GitHub Desktop.

Select an option

Save EduardoLopes/c3327dab819d15bed21e to your computer and use it in GitHub Desktop.
luxe empty project debug - compiled with hxcpp 3.2.203 official package
$ gdb luxe_empty
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from luxe_empty...(no debugging symbols found)...done.
(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 12839)]
[New Thread 0xb6a13b40 (LWP 12840)]
[Thread 0xb6a13b40 (LWP 12840) exited]
[New Thread 0xb6a13b40 (LWP 12841)]
[New Thread 0xb20ffb40 (LWP 12842)]
[New Thread 0xafcf2b40 (LWP 12843)]
[New Thread 0xaf4f1b40 (LWP 12844)]
Core.hx:112:      i / luxe / 1.0.0-alpha.1+4b80329f1c / debug:false / 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 12845)]
[New Thread 0xacea1b40 (LWP 12846)]
[New Thread 0xac6a0b40 (LWP 12847)]
[New Thread 0xabe9fb40 (LWP 12848)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xacea1b40 (LWP 12846)]
0x0837d449 in hx::MarkAllocUnchecked(void*, hx::MarkContext*) ()
(gdb) bt
#0  0x0837d449 in hx::MarkAllocUnchecked(void*, hx::MarkContext*) ()
#1  0x081aaab9 in phoenix::Shader_obj::__Mark(hx::MarkContext*) ()
#2  0x0837d66f in hx::MarkObjectAllocUnchecked(hx::Object*, hx::MarkContext*)
    ()
#3  0x08389959 in hx::Hash<hx::TStringElement<Dynamic> >::__Mark(hx::MarkContext*) ()
#4  0x0837d66f in hx::MarkObjectAllocUnchecked(hx::Object*, hx::MarkContext*)
    ()
#5  0x08377b37 in hx::Anon_obj::__Mark(hx::MarkContext*) ()
#6  0x0837d66f in hx::MarkObjectAllocUnchecked(hx::Object*, hx::MarkContext*)
    ()
#7  0x08389959 in hx::Hash<hx::TStringElement<Dynamic> >::__Mark(hx::MarkContext*) ()
#8  0x0837d66f in hx::MarkObjectAllocUnchecked(hx::Object*, hx::MarkContext*)
    ()
#9  0x08377b37 in hx::Anon_obj::__Mark(hx::MarkContext*) ()
#10 0x08381e48 in GlobalAllocator::ThreadLoop(int) ()
#11 0x08382955 in GlobalAllocator::SThreadLoop(void*) ()
#12 0xb7facf70 in start_thread (arg=0xacea1b40) at pthread_create.c:312
#13 0xb7d92bee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
(gdb) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment