Adriaan de Groot wrote:
> On Friday 19 December 2008 15:05:51 michael schuster wrote:
>>>> 2) plasma crashes; I have to yet install gdb to see more details (didn't
>>>> find a core file to analyse post facto)
>>> Aren't you using Sun Studio (12 or Express)? If so you'll be needing dbx,
>>> which will have been installed along with the compilers etc.
>> erm ... I'm just testing, and KDE tells me "can't provide backtrace, gdb
>> not found" (or something along those lines).
> 
> O, yeah, that's because KDE thinks that GDB is cross-platform. Start an xterm.
> 
> $ pkill plasma
> $ plasma
> 
> .. wait for it to crash, then look at pretty backtrace in the terminal. All 
> KDE apps under Solaris print stacktraces using printstack().

hmm ... apparently, it's not a complete crash:

("psg" is aliased to "ps -ef | grep")

$ psg plasma
       ms  2891  2879   0 14:19:57 pts/3       0:00 grep plasma
       ms  2840     1   3 14:19:25 ?           0:02 /opt/kde-4.1/bin/plasma
$ pkill plasma
(here the screen background goes blank)
$ psg plasma
       ms  2904  2879   0 14:20:13 pts/3       0:00 grep plasma
$ plasma
plasma(2906) 
/export/home/adridg/packages/BUILD/kdelibs-4.1.3/kdecore/localization/klocale.cpp(line
 
number unavailable): Cannot resolve system encoding, defaulting to ISO 8859-1.
QLayout: Attempting to add QLayout "" to Plasma::Dialog "", which already 
has a layout
X Error: BadWindow (invalid Window parameter) 3
   Major opcode: 18 (X_ChangeProperty)
   Resource id:  0x1a00047
QObject: Do not delete object, 'unnamed', during its event handler!
$ psg plasma
       ms  2906     1   2 14:20:20 pts/3       0:01 plasma
       ms  2908  2879   0 14:20:37 pts/3       0:00 grep plasma

Michael
-- 
Michael Schuster     http://blogs.sun.com/recursion
Recursion, n.: see 'Recursion'

Reply via email to