Khoe, William schrieb: > Hi! > > I just got KDE installed on FreeBSD and I am trying to get my KDevelop > to work. It keeps crashing on me every time I tried to open a file or > create a new file. > > > > The crash says: > > > > The application KDevelop (kdevelop-bin) crashed and caused the signal 11 > (SIGSEGV). > > > > Backtrace shows: > > > > This backtrace appears to be of no use. > > This is probably because your packages are built in a way which prevents > creation of proper backtraces, or the stack frame was seriously corrupted in > the crash. > > > > (no debugging symbols found)...0x21be7774 in __sys_poll () > > from /usr/local/lib/libc_r.so.4 > > #0 0x21be7774 in __sys_poll () from /usr/local/lib/libc_r.so.4 > > #1 0x21be6c59 in _thread_kern_sched_state_unlock () > > from /usr/local/lib/libc_r.so.4 > > #2 0x21be660e in _thread_kern_scheduler () from /usr/local/lib/libc_r.so.4 > > #3 0x0 in ?? () > > > > This does not seem to be isolated to just KDevelop. I installed a port > of Quanta and it’s crashing for the same reason. Does anyone have any > idea what’s going on? Is this a problem with libc_r.so.4 that could be > fixed by overwriting it with a working version?
No, the backtraces are just misleading because your KDE binaries/libraries don't contain debug symbols, thus gdb ends up in libc_r (because pretty much all KDE applications are linked against libc_r). What KDE/KDevelop version is this? If it's KDE 3.4.3/KDevelop 3.2.3, you might want to try and update to KDE 3.5.0/KDevelop 3.3, which just arrived in ports. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
