Summary: | Segmentation Error on startup (X.org) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Miles Wu <miles.wu> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Miles Wu
2004-08-06 09:44:02 UTC
well, recompile with debug and report it at bugs.gentoo.org - you're obviously using beta software on beta software, so you really shouldn't expect stable behaviour and compile with debug option, so you can help fixing problems. I agree, i don't expect stable behavoir, nor for it to be perfect. I was merely reporting the bug so a developer could fix before the final release. And it is not only me with the problem on gentoo. Also debug data exists: Program received signal SIGSEGV, Segmentation fault. 0x28c0044c in qt_set_x11_resources(char const*, char const*, char const*, char const*) () from /usr/X11R6/lib/libqt-mt.so.3 (gdb) bt #0 0x28c0044c in qt_set_x11_resources(char const*, char const*, char const*, char const*) () from /usr/X11R6/lib/libqt-mt.so.3 #1 0x28c04593 in qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) () from /usr/X11R6/lib/libqt-mt.so.3 #2 0x28c0552d in qt_init(_XDisplay*, unsigned long, unsigned long) () from /usr/X11R6/lib/libqt-mt.so.3 #3 0x28c6e939 in QApplication::QApplication(_XDisplay*, int, char**, unsigned long, unsigned long) () from /usr/X11R6/lib/libqt-mt.so.3 #4 0x28878de8 in KApplication::KApplication(_XDisplay*, unsigned long, unsigned long, bool) () from /usr/local/kde/lib/libkdecore.so.6 #5 0x280a7139 in kdemain () from /usr/local/kde/lib/libkdeinit_konsole.so #6 0x080486cb in main () #7 0x080485f2 in _start () > ------- > well, recompile with debug and report it at bugs.gentoo.org - you're > obviously using beta software on beta software, so you really shouldn't > expect stable behaviour and compile with debug option, so you can help > fixing problems. New debug info I've been running KDE CVS with X-org for months w/o problems (on Gentoo). xorg-x11-6.7.0-r1 gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6) Does it still happen with KDE 3.3? I would say the reporter system is mis-configured. Perhaps he is using too aggressive CFLAGS when compiling. I've been running Gentoo with the stable xorg-x11 and KDE3.3.x (and HEAD) without any problems. It is now fine. As soon as 3.3 was released properly it has worked fine. However it seems to be nothing to do with CFLAGS as aggressive or non-aggressive konsole works fine now. |