diff options
author | rathnor <rathnor> | 2003-07-25 08:46:51 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-25 08:46:51 (GMT) |
commit | 9ca1f367cb9eef78ee1871fe5b96298f8325d987 (patch) | |
tree | f1483255ccde33eb1c2ea005bd48d4ecd1b8ef4a /BUGS | |
parent | e2f24826155bc756932836ccaa536ac3d41580b9 (diff) | |
download | fluxbox_pavel-9ca1f367cb9eef78ee1871fe5b96298f8325d987.zip fluxbox_pavel-9ca1f367cb9eef78ee1871fe5b96298f8325d987.tar.bz2 |
fix bug that gave inconsistent icons, plus caused crashes
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -85,28 +85,3 @@ Fixed bugs (or not-our-fault bugs): | |||
85 | layer-wise (other transient flashes) | 85 | layer-wise (other transient flashes) |
86 | => fixed | 86 | => fixed |
87 | 87 | ||
88 | ------------------------------ | ||
89 | Core dumps and notes | ||
90 | |||
91 | Simon, 19/7/03. | ||
92 | Dump on workspace change. Toolbarmode = workspace | ||
93 | Interesting points: | ||
94 | (gdb) p fluxboxwin->m_client | ||
95 | $2 = (class WinClient *) 0x42424141 | ||
96 | ==> the fluxboxwin is probably dead | ||
97 | |||
98 | #5 0x401ab518 in sigaction () from /lib/libc.so.6 | ||
99 | #6 0x0806199d in basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >::size (this=0x424241d5) | ||
100 | at /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/std/bastring.h:156 | ||
101 | #7 0x080aab44 in IconBar::draw (this=0x819e888, obj=0x81998e0, width=56) | ||
102 | at IconBar.cc:363 | ||
103 | #8 0x080aa842 in IconBar::exposeEvent (this=0x819e888, ee=0xbffff44c) | ||
104 | at IconBar.cc:265 | ||
105 | #9 0x080a4f23 in Toolbar::exposeEvent (this=0x8198cc8, ee=@0xbffff44c) | ||
106 | at Toolbar.cc:1095 | ||
107 | #10 0x080ac1ac in FbTk::EventManager::handleEvent (this=0x81406ec, | ||
108 | ev=@0xbffff44c) at EventManager.cc:71 | ||
109 | #11 0x0805a63c in Fluxbox::handleEvent (this=0x8142220, e=0xbffff44c) | ||
110 | at fluxbox.cc:740 | ||
111 | #12 0x08059a14 in Fluxbox::eventLoop (this=0x8142220) at fluxbox.cc:597 | ||
112 | |||