[Bug 79277] New: kdevelop crashes on start on RH7.x based systems

jsu2 at emory.edu jsu2 at emory.edu
Thu Apr 8 07:52:04 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=79277      
           Summary: kdevelop crashes on start on RH7.x based systems
           Product: kdevelop
           Version: 3.0.2
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: jsu2 emory edu


Version:           3.0.2 (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.3 Compiled gcc 3.3.3 from source with only C and C++ enabled.
OS:          Linux

When I try to run my newly built kdevelop 3.0.2, I get the following error:

  $ kdevelop
  _kde_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  kbuildsycoca running...
  KCrash: Application 'kbuildsycoca' crashing...
  drkonqi: Unknown option '--startupid'.
  drkonqi: Use --help to get a list of available command line options.
  kdeinit: Shutting down running client.
  Mutex destroy failure: Device or resource busy
  KCrash: Application 'kdevelop' crashing...
  drkonqi: Unknown option '--startupid'.
  drkonqi: Use --help to get a list of available command line options.
  [jsu2 zenodotus jsu2]$ ---------------------------------
  It looks like dcopserver is already running. If you are sure
  that it is not already running, remove
/home/jsu2/.DCOPserver_zenodotus.library.emory.edu_localhost_13
  and start dcopserver again.
  ---------------------------------

  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  KDE Daemon (kded) already running.

On the alpha architecture, I get the following:

  $ kdevelop
  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  QPixmap: Cannot create a QPixmap when no GUI is being used
  kbuildsycoca running...
  KCrash: Application 'kdevelop' crashing...
  Unable to start Dr. Konqi
  Mutex destroy failure: Device or resource busy
  ICE default IO error handler doing an exit(), pid = 26877, errno = 0

The above happens on both i386 and alpha running RedHat 7.x.  Here's my system 
info:

  # kde-config --version
  Qt: 3.3.1
  KDE: 3.2.1
  kde-config: 1.0

  # gcc --version
  gcc (GCC) 3.3.3
  
  # perl --version

  This is perl, v5.8.0 built for i386-linux-thread-multi
  (with 1 registered patch, see perl -V for more detail)

  # autoconf --version
  autoconf (GNU Autoconf) 2.57

  # automake --version
  automake (GNU automake) 1.6.3

  # flex --version
  flex version 2.5.4

I have db2, db3, and db4 installed, so between those, configure probably
picked the right one.  Also, kdelibs was built with automake 1.4.  I
installed automake 1.6 to build kdevelop.  I was able to build kdevelop
with automake 1.4 as well.  But, they both crashed.  Here's my how I
configured kdevelop:

  ./configure --prefix=/opt/kde --without-arts --disable-debug

I compiled kdelibs and kdevelop on my debian system as well, and kdevelop runs 
without any problems.  Other than the debian systems having more newer bits
than the RedHat systems, I'm not sure what I did differently.  The RedHat i386 system also has an older KDE installed as well:

kdebase-devel-3.0.5a-0.73.4
kdebase-3.0.5a-0.73.4
kdelibs-devel-3.0.5a-0.73.2
kdelibs-3.0.5a-0.73.2




More information about the KDevelop-devel mailing list