[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde
Subject:    Re: kthememgr
From:       Rainer Dorsch <rainer () rainer ! informatik ! uni-stuttgart ! de>
Date:       1999-08-26 10:27:15
[Download RAW message or body]

> On Thu, 26 Aug 1999, Rainer Dorsch wrote:
> > > 
> > > > > > 0.8 is not the up to date version. The current version of kthememgr is
> > > > > > 1.0. With 1.0 I can't reproduce your problem.
> > > > > > 
> > > > > 
> > > > > I got it out of the CVS at Aug 21th (cvsup.kde.org). Could someone upload the 
> > > > > most recent version into the CVS?
> > > > 
> > > > The most recent version is supposed to be in CVS.
> > > > Did you look in kdebase/kcontrol/themes?
> > > > 
> > > 
> > > No, I checked About in kthememgr. 
> > > 
> > >   [rainer@rawu] /scratch/rainer/kde/kdebase/kcontrol/themes$ less version.h
> > >   #ifndef VERSION_H
> > >   #define VERSION_H
> > >   #define KTHEME_VERSION "1.0"
> > >   #endif
> > >   version.h (END)         
> > > 
> > > shows that I am using VERSION 1.0 and the bug occurs.
> > > 
> > 
> > The solution is that kthememgr from kdenonbeta/kthememgr overwrote the one 
> > from kdebase! Due to other problems in kdenonbeta (see previous post), maybe 
> > the complete kdenonbeta should be removed from the distribution!
> > 
> > The sad side is, that v. 1.0 still segfaults (but gives somewhat more output):
> > 
> > [rainer@rawu] /scratch/rainer/Debian/Lists/debian-devel-9908$ kthememgr
> > Theme::load()
> > Theme::load()
> > cd "/home/rainer/.kde/share/apps/kthememgr/Work/"; gzip -c -d 
> > "/usr/local/kde-1.1.2-cvs19990821g/share/apps/kthememgr/Themes/Default.tar.gz" 
> > | tar xf -
> > Theme::load()
> > Theme::load()
> > cd "/home/rainer/.kde/share/apps/kthememgr/Work/"; gzip -c -d 
> > "/usr/local/kde-1.1.2-cvs19990821g/share/apps/kthememgr/Themes/Default.tar.gz" 
> > | tar xf -
> > Segmentation Fault (core dumped)
> > [rainer@rawu] /scratch/rainer/Debian/Lists/debian-devel-9908$
> 
> Can you do: gdb core `which kthememgr`
> and then give it the command "where"
> and send me its output?
> 

Waldo,

I am not sure, if it helps you a lot, but I can compile theme also with 
debugging symbols:


[rainer@rawu] /scratch/rainer/gdb-4.18$ ./gdb/gdb /home/rainer/core `which 
kthem
emgr`
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 "sparc-sun-solaris2.6"...

"/home/rainer/core": not in executable format: File format not recognized


"/usr/local/kde-1.1.2-cvs19990821g/bin/kthememgr" is not a core dump: File 
forma
t not recognized
(gdb) quit
[rainer@rawu] /scratch/rainer/gdb-4.18$ ./gdb/gdb `which kthememgr` ~/core
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 "sparc-sun-solaris2.6"...
(no debugging symbols found)...
Core was generated by `kthememgr'.
Program terminated with signal 11, Segmentation Fault.
Reading symbols from /usr/local/kde-1.1.2-cvs19990821g/lib/libkimgio.so.2...
(no debugging symbols found)...done.
Reading symbols from /usr/local/kde-1.1.2-cvs19990821g/lib/libjpeg.so.6...     

(no debugging symbols found)...done.
Reading symbols from /usr/openwin/lib/libtiff.so.3...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libz.so...done.
Reading symbols from /usr/local/lib/libpng.so.2...done.
Reading symbols from /usr/local/qt-1.44-2/lib/libqt.so.1...done.
Reading symbols from /usr/lib/libX11.so.4...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libm.so.1...done.
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/local/kde-1.1.2-cvs19990821g/lib/libkfile.so.2...
done.
Reading symbols from /usr/local/kde-1.1.2-cvs19990821g/lib/libkfm.so.2...done.
Reading symbols from /usr/local/kde-1.1.2-cvs19990821g/lib/libkdecore.so.2...
done.
Reading symbols from /usr/lib/libXext.so.0...done.
Reading symbols from /usr/local/kde-1.1.2-cvs19990821g/lib/libkdeui.so.2...
done.
Reading symbols from /usr/local/gcc-2.95.1-binutils/lib/libstdc++.so.2.10.0...
done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/lib/libmp.so.2...done.
Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done.
Reading symbols from /usr/lib/locale/en_US/en_US.so.1...done.
Reading symbols from /usr/openwin/lib/locale/common/xlibi18n.so.2...done.
Reading symbols from /usr/openwin/lib/locale/common/ximlocal.so.2...done.
#0  0xeeea4668 in strlen () from /usr/lib/libc.so.1
(gdb) where
#0  0xeeea4668 in strlen () from /usr/lib/libc.so.1
#1  0xeeeda36c in _doprnt () from /usr/lib/libc.so.1
#2  0xeeee3734 in vsprintf () from /usr/lib/libc.so.1
#3  0xef560e14 in debug () from /usr/local/qt-1.44-2/lib/libqt.so.1
#4  0x1c1b0 in _init ()
#5  0x20e9c in _init ()
#6  0x25298 in _init ()
#7  0x29200 in _init ()
#8  0xef53e864 in QObject::activate_signal ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#9  0xef5e5608 in QTabDialog::applyButtonPressed ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#10 0xef53e864 in QObject::activate_signal ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#11 0xef5e92d4 in QButton::clicked () from /usr/local/qt-1.44-2/lib/libqt.so.1
#12 0xef56a184 in QButton::mouseReleaseEvent ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#13 0xef55122c in QWidget::event () from /usr/local/qt-1.44-2/lib/libqt.so.1
#14 0xef51d584 in QApplication::notify ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#15 0xef5bb580 in QETWidget::translateMouseEvent ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#16 0xef5b8d64 in QApplication::x11ProcessEvent ()
---Type <return> to continue, or q <return> to quit---
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#17 0xef5b877c in QApplication::processNextEvent ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#18 0xef5b9748 in QApplication::enter_loop ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#19 0xef5b86ec in QApplication::exec ()
   from /usr/local/qt-1.44-2/lib/libqt.so.1
#20 0x29b90 in _init ()
(gdb)   
-- 
Rainer Dorsch
Abt. Rechnerarchitektur  e-mail:rainer.dorsch@informatik.uni-stuttgart.de
Uni Stuttgart            Tel.: 0711-7816-215

-- 
Rainer Dorsch
Abt. Rechnerarchitektur  e-mail:rainer.dorsch@informatik.uni-stuttgart.de
Uni Stuttgart            Tel.: 0711-7816-215


-- 
Send posts to:  kde@lists.netcentral.net
 Send all commands to:  kde-request@lists.netcentral.net
  Put your command in the SUBJECT of the message:
   "subscribe", "unsubscribe", "set digest on", or "set digest off"
PLEASE READ THE ARCHIVED MESSAGES AT http://lists.kde.org/ BEFORE POSTING
**********************************************************************
This list is from your pals at NetCentral <http://www.netcentral.net/>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic