I've been spending the past few days trying to get KDE2 from anoncvs to work on my 5.0-CURRENT machine, totally unsuccessfully. I can get it to compile and then run 'startx', but it appears to hang on the ksmserver process ... Will Andrews, who is working on the KDE2 ports, has the same thing running on his 4.1RC system, so I'm starting to wonder if the "bug" is in FreeBSD vs KDE2 ... >From what I've been able to determine, the 'hang' is in ksmserver, which is the last thing that 'startkde' runs. After it hangs, I've done a 'gcore' of the process, with the results showing the following: Script started on Sun Jul 23 01:19:11 2000 > gdb `which ksmserver` core.12615 GNU gdb 4.18 Copyright 1998 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 "i386-unknown-freebsd"... warning: exec file is newer than core file. Core was generated by `ksmserver'. Reading symbols from /usr/local/lib/libkdecore.so.3...done. Reading symbols from /usr/local/lib/libkde-qt-addon.so.3...done. Reading symbols from /usr/X11R6/lib/libSM.so.6...done. Reading symbols from /usr/X11R6/lib/libICE.so.6...done. Reading symbols from /usr/local/lib/libDCOP.so.1...done. Reading symbols from /usr/local/lib/libqt.so...done. Reading symbols from /usr/local/lib/libpng.so.4...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libjpeg.so.9...done. Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Reading symbols from /usr/lib/libstdc++.so.3...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x289659c4 in select () from /usr/lib/libc.so.4 (gdb) bt #0 0x289659c4 in select () from /usr/lib/libc.so.4 #1 0x2881a1b5 in _XWaitForReadable () from /usr/X11R6/lib/libX11.so.6 #2 0x2881ab59 in _XRead () from /usr/X11R6/lib/libX11.so.6 #3 0x2881b69c in _XReply () from /usr/X11R6/lib/libX11.so.6 #4 0x28807520 in XInternAtom () from /usr/X11R6/lib/libX11.so.6 #5 0x28872b62 in _XimFilterPropertyNotify () from /usr/X11R6/lib/libX11.so.6 #6 0x288391f5 in XFilterEvent () from /usr/X11R6/lib/libX11.so.6 #7 0x282e1c28 in QApplication::x11ProcessEvent () from /usr/local/lib/libqt.so #8 0x282e16cf in QApplication::processNextEvent () from /usr/local/lib/libqt.so #9 0x2837fa0b in QApplication::enter_loop () from /usr/local/lib/libqt.so #10 0x282e165b in QApplication::exec () from /usr/local/lib/libqt.so #11 0x80546f1 in main (argc=2, argv=0xbfbffa90) at main.cpp:80 (gdb) quit > exit exit Script done on Sun Jul 23 01:19:30 2000 I'm at a loss as to where to look from here ... but if the same code appears to be working fine under 4.1RC and not 5.0-CURRENT, suspecting a bug in KDE2 appears to be the wrong path to be searching ... Thoughts? Comments? Suggestions on where further to look? Thanks ... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message