Matthias Apitz <[email protected]> writes: > The backtrace was useless because automoc4 was compiled on the fly and > without debugging information; maybe also the libs used by automoc4 > should be compiled with debug, at least libQtCore.so.4. [...] > # cd /usr/ports/devel/automoc4 > # make install clean USE_GCC=any WITH_DEBUG=yes > > # cd /usr/ports/x11/kde4 > # nohup install clean BATCH=yes
That should probably be OK, just make sure core dumps are enabled. automoc and qt-corelibs4 with debug symbols should be more than enough; using the gdb in ports may be more helpful than the one in base when inspecting the core dump, btw. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
