aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-25 08:46:51 (GMT)
committerrathnor <rathnor>2003-07-25 08:46:51 (GMT)
commit9ca1f367cb9eef78ee1871fe5b96298f8325d987 (patch)
treef1483255ccde33eb1c2ea005bd48d4ecd1b8ef4a /BUGS
parente2f24826155bc756932836ccaa536ac3d41580b9 (diff)
downloadfluxbox-9ca1f367cb9eef78ee1871fe5b96298f8325d987.zip
fluxbox-9ca1f367cb9eef78ee1871fe5b96298f8325d987.tar.bz2
fix bug that gave inconsistent icons, plus caused crashes
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS25
1 files changed, 0 insertions, 25 deletions
diff --git a/BUGS b/BUGS
index f5a807b..6c0fa58 100644
--- a/BUGS
+++ b/BUGS
@@ -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------------------------------
89Core dumps and notes
90
91Simon, 19/7/03.
92Dump on workspace change. Toolbarmode = workspace
93Interesting 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