Comment 6 for bug 996901

Revision history for this message
triplesqaurednine (triplesquarednine) wrote :

Hey Sam,

i used GDB to try to obtain a stacktrace on gtk-window-decorator / r3131. Although, i don't think i did correctly. I started gdb, then set it to start a trace/log and then restarted compiz, but this is all it says;

Starting program: /usr/bin/gtk-window-decorator --replace
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3200.2-gdb.py", line 9, in <module>
    from gobject import register
  File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
ImportError: No module named backtrace
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".

Program received signal SIGTERM, Terminated.
0x00007ffff4419024 in poll () from /lib/libc.so.6

Something tells me i am not doing this correctly, and it can't find the 'backtrace' module. which looks my system doesn't have this module, or this is another python2 vs. python3 issue ( Archlinux ships python3 as /uur/bin/python ) :\ I'm going to have to do some reading and figure out what is up here, as i don't really know.