You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eegorov@egorov-ey ~ $ gdb /usr/bin/hawaii
GNU gdb (Gentoo 7.11.1 vanilla) 7.11.1
Copyright (C) 2016 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 "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see: https://bugs.gentoo.org/.
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 /usr/bin/hawaii...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/hawaii
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
(process:11907): GLib-GIO-ERROR **: Settings schema 'org.hawaiios.desktop.interface' is not installed
Program received signal SIGTRAP, Trace/breakpoint trap.
0x0000003655c50590 in g_logv () from /usr/lib64/libglib-2.0.so.0
(gdb) bt
#0 0x0000003655c50590 in g_logv () from /usr/lib64/libglib-2.0.so.0 #1 0x0000003655c507cf in g_log () from /usr/lib64/libglib-2.0.so.0 #2 0x00000036650c33cf in ?? () from /usr/lib64/libgio-2.0.so.0 #3 0x0000003661415879 in ?? () from /usr/lib64/libgobject-2.0.so.0 #4 0x0000003661417355 in g_object_new_valist () from /usr/lib64/libgobject-2.0.so.0 #5 0x0000003661417691 in g_object_new () from /usr/lib64/libgobject-2.0.so.0 #6 0x00007ffff7b064b7 in Hawaii::QGSettings::QGSettings(QString const&, QString const&, QObject*) () from /usr/lib64/libHawaiiGSettings.so.0 #7 0x0000000000408548 in ?? () #8 0x0000003651820620 in __libc_start_main (main=0x4082d0, argc=1, argv=0x7fffffffd7b8, init=, fini=, rtld_fini=, stack_end=0x7fffffffd7a8) at libc-start.c:289 #9 0x0000000000408e59 in _start ()
(gdb)
The text was updated successfully, but these errors were encountered:
hawaii segfaulted:
eegorov@egorov-ey ~ $ gdb /usr/bin/hawaii
GNU gdb (Gentoo 7.11.1 vanilla) 7.11.1
Copyright (C) 2016 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 "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://bugs.gentoo.org/.
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 /usr/bin/hawaii...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/hawaii
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
(process:11907): GLib-GIO-ERROR **: Settings schema 'org.hawaiios.desktop.interface' is not installed
Program received signal SIGTRAP, Trace/breakpoint trap.
0x0000003655c50590 in g_logv () from /usr/lib64/libglib-2.0.so.0
(gdb) bt
#0 0x0000003655c50590 in g_logv () from /usr/lib64/libglib-2.0.so.0
#1 0x0000003655c507cf in g_log () from /usr/lib64/libglib-2.0.so.0
#2 0x00000036650c33cf in ?? () from /usr/lib64/libgio-2.0.so.0
#3 0x0000003661415879 in ?? () from /usr/lib64/libgobject-2.0.so.0
#4 0x0000003661417355 in g_object_new_valist () from /usr/lib64/libgobject-2.0.so.0
#5 0x0000003661417691 in g_object_new () from /usr/lib64/libgobject-2.0.so.0
#6 0x00007ffff7b064b7 in Hawaii::QGSettings::QGSettings(QString const&, QString const&, QObject*) () from /usr/lib64/libHawaiiGSettings.so.0
#7 0x0000000000408548 in ?? ()
#8 0x0000003651820620 in __libc_start_main (main=0x4082d0, argc=1, argv=0x7fffffffd7b8, init=, fini=, rtld_fini=, stack_end=0x7fffffffd7a8) at libc-start.c:289
#9 0x0000000000408e59 in _start ()
(gdb)
The text was updated successfully, but these errors were encountered: