diff options
author | rathnor <rathnor> | 2003-07-19 10:51:04 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-19 10:51:04 (GMT) |
commit | 939e750684971412eda6245ef012435c86ee2d47 (patch) | |
tree | 43da9c008e3ee7894591deb041dd728ad3dc810e | |
parent | a827c24e36aa3cf42566fe44dde5848df7679d14 (diff) | |
download | fluxbox-939e750684971412eda6245ef012435c86ee2d47.zip fluxbox-939e750684971412eda6245ef012435c86ee2d47.tar.bz2 |
add core thingy to BUGS
-rw-r--r-- | BUGS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -76,3 +76,28 @@ Fixed bugs (or not-our-fault bugs): | |||
76 | => Fixed, moved alpha setting into MenuTheme rather than static value | 76 | => Fixed, moved alpha setting into MenuTheme rather than static value |
77 | 77 | ||
78 | 78 | ||
79 | ------------------------------ | ||
80 | Core dumps and notes | ||
81 | |||
82 | Simon, 19/7/03. | ||
83 | Dump on workspace change. Toolbarmode = workspace | ||
84 | Interesting points: | ||
85 | (gdb) p fluxboxwin->m_client | ||
86 | $2 = (class WinClient *) 0x42424141 | ||
87 | ==> the fluxboxwin is probably dead | ||
88 | |||
89 | #5 0x401ab518 in sigaction () from /lib/libc.so.6 | ||
90 | #6 0x0806199d in basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >::size (this=0x424241d5) | ||
91 | at /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/std/bastring.h:156 | ||
92 | #7 0x080aab44 in IconBar::draw (this=0x819e888, obj=0x81998e0, width=56) | ||
93 | at IconBar.cc:363 | ||
94 | #8 0x080aa842 in IconBar::exposeEvent (this=0x819e888, ee=0xbffff44c) | ||
95 | at IconBar.cc:265 | ||
96 | #9 0x080a4f23 in Toolbar::exposeEvent (this=0x8198cc8, ee=@0xbffff44c) | ||
97 | at Toolbar.cc:1095 | ||
98 | #10 0x080ac1ac in FbTk::EventManager::handleEvent (this=0x81406ec, | ||
99 | ev=@0xbffff44c) at EventManager.cc:71 | ||
100 | #11 0x0805a63c in Fluxbox::handleEvent (this=0x8142220, e=0xbffff44c) | ||
101 | at fluxbox.cc:740 | ||
102 | #12 0x08059a14 in Fluxbox::eventLoop (this=0x8142220) at fluxbox.cc:597 | ||
103 | |||