sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

Fluxbox core dumps on Solaris ( #548

Open sillysloft opened 18 years ago

sillysloft commented 18 years ago

Per IRC CHAT

gdb fluxbox core GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.9"... Core was generated by `/usr/local/bin/fluxbox'. Program terminated with signal 6, Aborted. Reading symbols from /usr/openwin/lib/libSM.so.6...done. Loaded symbols for /usr/openwin/lib/libSM.so.6 Reading symbols from /usr/openwin/lib/libICE.so.6...done. Loaded symbols for /usr/openwin/lib/libICE.so.6 Reading symbols from /usr/lib/libnsl.so.1...done. Loaded symbols for /usr/lib/libnsl.so.1 Reading symbols from /usr/lib/libsocket.so.1...done. Loaded symbols for /usr/lib/libsocket.so.1 Reading symbols from /usr/openwin/lib/libX11.so.4...done. Loaded symbols for /usr/openwin/lib/libX11.so.4 Reading symbols from /usr/openwin/lib/libXext.so.0...done. Loaded symbols for /usr/openwin/lib/libXext.so.0 Reading symbols from /usr/openwin/lib/libXft.so.2...done. Loaded symbols for /usr/openwin/lib/libXft.so.2 Reading symbols from /usr/lib/libfontconfig.so.1...done. Loaded symbols for /usr/lib/libfontconfig.so.1 Reading symbols from /usr/sfw/lib/libXrender.so.1...done. Loaded symbols for /usr/sfw/lib/libXrender.so.1 Reading symbols from /usr/openwin/lib/libXpm.so.4...done. Loaded symbols for /usr/openwin/lib/libXpm.so.4 Reading symbols from /opt/sfw/lib/libstdc++.so.2.10.0...done. Loaded symbols for /opt/sfw/lib/libstdc++.so.2.10.0 Reading symbols from /usr/lib/libm.so.1...done. Loaded symbols for /usr/lib/libm.so.1 Reading symbols from /usr/lib/libc.so.1...done. Loaded symbols for /usr/lib/libc.so.1 Reading symbols from /usr/lib/libdl.so.1...done. Loaded symbols for /usr/lib/libdl.so.1 ---Type <return> to continue, or q <return> to quit--- Reading symbols from /usr/lib/libmp.so.2...done. Loaded symbols for /usr/lib/libmp.so.2 Reading symbols from /opt/sfw/lib/libexpat.so.0...done. Loaded symbols for /opt/sfw/lib/libexpat.so.0 Reading symbols from /usr/sfw/lib/libfreetype.so.6...done. Loaded symbols for /usr/sfw/lib/libfreetype.so.6 Reading symbols from /usr/openwin/lib/libXst.so.1...done. Loaded symbols for /usr/openwin/lib/libXst.so.1 Reading symbols from /usr/lib/libz.so.1...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /usr/lib/libicuuc.so.2...done. Loaded symbols for /usr/lib/libicuuc.so.2 Reading symbols from /usr/lib/libST.so.1...done. Loaded symbols for /usr/lib/libST.so.1 Reading symbols from /usr/lib/ST/libstsf.so.1...done. Loaded symbols for /usr/lib/ST/libstsf.so.1 Reading symbols from /usr/lib/libicudata.so.2...done. Loaded symbols for /usr/lib/libicudata.so.2 Reading symbols from /usr/lib/libpthread.so.1...done. Loaded symbols for /usr/lib/libpthread.so.1 Reading symbols from /usr/lib/libCrun.so.1...done. Loaded symbols for /usr/lib/libCrun.so.1 Reading symbols from /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1...done. Loaded symbols for /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1 Reading symbols from /usr/lib/libthread.so.1...done. Loaded symbols for /usr/lib/libthread.so.1 Reading symbols from /usr/lib/iconv/646%UTF-8.so...done. Loaded symbols for /usr/lib/iconv/646%UTF-8.so #0 0xfef9f684 in _lwp_kill () from /usr/lib/libc.so.1 (gdb)

(gdb) bt #0 0xfef9f684 in _lwp_kill () from /usr/lib/libc.so.1 #1 0xfef5088c in raise () from /usr/lib/libc.so.1 #2 0xfef36cd8 in abort () from /usr/lib/libc.so.1 #3 0x0006db98 in strstreambuf::~strstreambuf () at fluxbox.cc:1141 #4 0x00111a7c in FbTk::SignalHandler::handleSignal (signum=11) at SignalHandler.cc:75 #5 0xfeb35b14 in __sighndlr () from /usr/lib/libthread.so.1 #6 0xfeb2f80c in call_user_handler () from /usr/lib/libthread.so.1 #7 <signal handler called> #8 0xff0c3628 in XRenderCreatePicture () from /usr/sfw/lib/libXrender.so.1 #9 0x00125600 in FbTk::Transparent::setDest (this=0x209770, dest=4719193, screen_num=0) at Transparent.cc:240 #10 0x00102c04 in FbTk::FbWindow::updateBackground (this=0x237c18, only_if_alpha=2135920) at FbWindow.cc:188 #11 0x001029a8 in FbTk::FbWindow::setBackgroundPixmap (this=0x237c18, bg_pixmap=4719171) at FbWindow.cc:149 #12 0x001205f4 in FbTk::Button::setBackgroundPixmap (this=0x237c18, pm=4719171) at Button.cc:88 #13 0x000581e0 in FbWinFrame::applyFocusLabel (this=0x23ea54, button=@0x237c18) at FbWinFrame.cc:1203 #14 0x00055e30 in FbWinFrame::setFocus (this=0x23ea54, newvalue=true) at FbWinFrame.cc:290 #15 0x000aad18 in FluxboxWindow::setFocusFlag (this=0x23e890, focus=true) ---Type <return> to continue, or q <return> to quit--- at Window.cc:2044

# fluxbox -info Fluxbox version: 0.9.14 Compiled: Nov 19 2005 18:03:03 Compiler: GCC Compiler version: 2.95.3 20010315 (release)

Defaults: menu: /usr/local/share/fluxbox/menu style: /usr/local/share/fluxbox/styles/Clean keys: /usr/local/share/fluxbox/keys init: /usr/local/share/fluxbox/init

Compiled options (- => disabled): -DEBUG SLIT TOOLBAR XPM -IMLIB2 GNOME KDE EWMH REMEMBER SHAPE -XFT XMB -XINERAMA RENDER

Reported by: *anonymous

sillysloft commented 18 years ago

Logged In: YES user_id=603593

Hi,

If you still have this bug, please give it a go with current svn (at least 4339), and check if it still occurs.

Also, was there anything in particular you were doing at the time? Hmmm, I think I found that IRC conversation. Apparently this is on solaris 9, and it crashed whenever you opened any window. And it seemed to work better when you disabled xrender.

Still be good to hear if this is still an issue.

Cheers,

- Simon

Original comment by: rathnor

sillysloft commented 18 years ago

Original comment by: fluxgen

sillysloft commented 18 years ago

Logged In: YES user_id=296419

Fixed in svn

Original comment by: fluxgen