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

List:       kdevelop-bugs
Subject:    [Bug 232972] New: Kdevelop loops indefinitelly calling make for some
From:       Mihai <mihai.stanescu () gmail ! com>
Date:       2010-04-01 14:00:48
Message-ID: bug-232972-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=232972

           Summary: Kdevelop loops indefinitelly calling make for some
                    header files opened at startup
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: mihai.stanescu@gmail.com


Version:           3.9.99 (using KDevPlatform 0.9.99) (using 4.4.2 (KDE 4.4.2),
Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.29-gentoo-r5


Steps to reproduce (if this is not project dependent, probably is):
- cmake project console application
- Start kdevelop. Open 2 header files
- Exit kdevelop with the files opened
- Start kdevelop again
- Kdevelop shows the opened 2 files (no project loaded yet)
- projects gets loaded
- kdevelop loops indefinitelly (well it crashes after some time (no backtrace)) 

Ps -xa repetedly shows 2 make processes coresponding to the opened header files

The processes run are:
make -k --no-print-directory -W
'/work/main/axigen/include/dapi/config/dapiFolderRcptConfig.h' -n
PROGNAME=Linux/x86_64

The output of the command is 

make PROGNAME=Linux/x86_64
make -C .//lib
make Linux/x86_64
echo Retrieving librarys for Linux/x86_64
mkdir -p Linux/x86_64
cvs co "-A" -d Linux/x86_64 extra/Linux/x86_64 || cvs co -A -d Linux/x86_64
extra/Linux/x86_64
echo
echo "----------------------------------------"
echo "Building library 'hcommon'..."
echo "----------------------------------------"
make -C common hcommon FLTARGET=libhcommon
echo "vim:ft=sh" >> libhcommon
touch "libhcommon"
echo "----------------------------------------"
echo "Library 'hcommon' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'halgo'..."
echo "----------------------------------------"
make -C algo halgo FLTARGET=libhalgo
echo "vim:ft=sh" >> libhalgo
touch "libhalgo"
echo "----------------------------------------"
echo "Library 'halgo' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hsocket'..."
echo "----------------------------------------"
make -C socket hsocket FLTARGET=libhsocket
echo "vim:ft=sh" >> libhsocket
touch "libhsocket"
echo "----------------------------------------"
echo "Library 'hsocket' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hutils'..."
echo "----------------------------------------"
make -C utils hutils FLTARGET=libhutils
echo "vim:ft=sh" >> libhutils
touch "libhutils"
echo "----------------------------------------"
echo "Library 'hutils' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hldap'..."
echo "----------------------------------------"
make -C ldap hldap FLTARGET=libhldap
echo "vim:ft=sh" >> libhldap
touch "libhldap"
echo "----------------------------------------"
echo "Library 'hldap' built"
echo "----------------------------------------"
echo
rm -f libh{common,algo,socket,utils,ldap}
touch liblevel0
echo
echo "----------------------------------------"
echo "Building library 'hmailmsg'..."
echo "----------------------------------------"
make -C mailmsg hmailmsg FLTARGET=libhmailmsg
echo "vim:ft=sh" >> libhmailmsg
touch "libhmailmsg"
echo "----------------------------------------"
echo "Library 'hmailmsg' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hxmlparser'..."
echo "----------------------------------------"
make -C xmlparser hxmlparser FLTARGET=libhxmlparser
echo "vim:ft=sh" >> libhxmlparser
touch "libhxmlparser"
echo "----------------------------------------"
echo "Library 'hxmlparser' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hconfig'..."
echo "----------------------------------------"
make -C config hconfig FLTARGET=libhconfig
echo "vim:ft=sh" >> libhconfig
touch "libhconfig"
echo "----------------------------------------"
echo "Library 'hconfig' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hmbox'..."
echo "----------------------------------------"
make -C mbox hmbox FLTARGET=libhmbox
echo "vim:ft=sh" >> libhmbox
touch "libhmbox"
echo "----------------------------------------"
echo "Library 'hmbox' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hmsgapi'..."
echo "----------------------------------------"
make -C msgapi hmsgapi FLTARGET=libhmsgapi
echo "vim:ft=sh" >> libhmsgapi
touch "libhmsgapi"
echo "----------------------------------------"
echo "Library 'hmsgapi' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'dapi'..."
echo "----------------------------------------"
make -C dapi dapi FLTARGET=libdapi
echo "vim:ft=sh" >> libdapi
touch "libdapi"
echo "----------------------------------------"
echo "Library 'dapi' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hssl'..."
echo "----------------------------------------"
make -C ssl hssl FLTARGET=libhssl
echo "vim:ft=sh" >> libhssl
touch "libhssl"
echo "----------------------------------------"
echo "Library 'hssl' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hmodule'..."
echo "----------------------------------------"
make -C module hmodule FLTARGET=libhmodule
echo "vim:ft=sh" >> libhmodule
touch "libhmodule"
echo "----------------------------------------"
echo "Library 'hmodule' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hi18n'..."
echo "----------------------------------------"
make -C i18n hi18n FLTARGET=libhi18n
echo "vim:ft=sh" >> libhi18n
touch "libhi18n"
echo "----------------------------------------"
echo "Library 'hi18n' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'haacl'..."
echo "----------------------------------------"
make -C aacl haacl FLTARGET=libhaacl
echo "vim:ft=sh" >> libhaacl
touch "libhaacl"
echo "----------------------------------------"
echo "Library 'haacl' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hmqueue'..."
echo "----------------------------------------"
make -C mqueue hmqueue FLTARGET=libhmqueue
echo "vim:ft=sh" >> libhmqueue
touch "libhmqueue"
echo "----------------------------------------"
echo "Library 'hmqueue' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hproperties'..."
echo "----------------------------------------"
make -C properties hproperties FLTARGET=libhproperties
echo "vim:ft=sh" >> libhproperties
touch "libhproperties"
echo "----------------------------------------"
echo "Library 'hproperties' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'sfl'..."
echo "----------------------------------------"
make -C filterssmtp sfl FLTARGET=libsfl
echo "vim:ft=sh" >> libsfl
touch "libsfl"
echo "----------------------------------------"
echo "Library 'sfl' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'historygraphics'..."
echo "----------------------------------------"
make -C historygraphics historygraphics FLTARGET=libhistorygraphics
echo "vim:ft=sh" >> libhistorygraphics
touch "libhistorygraphics"
echo "----------------------------------------"
echo "Library 'historygraphics' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'htmlgenerator'..."
echo "----------------------------------------"
make -C htmlgenerator htmlgenerator FLTARGET=libhtmlgenerator
echo "vim:ft=sh" >> libhtmlgenerator
touch "libhtmlgenerator"
echo "----------------------------------------"
echo "Library 'htmlgenerator' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hmailsearch'..."
echo "----------------------------------------"
make -C mailsearch hmailsearch FLTARGET=libhmailsearch
echo "vim:ft=sh" >> libhmailsearch
touch "libhmailsearch"
echo "----------------------------------------"
echo "Library 'hmailsearch' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hmailsort'..."
echo "----------------------------------------"
make -C mailsort hmailsort FLTARGET=libhmailsort
echo "vim:ft=sh" >> libhmailsort
touch "libhmailsort"
echo "----------------------------------------"
echo "Library 'hmailsort' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hwmfilters'..."
echo "----------------------------------------"
make -C wmfilters hwmfilters FLTARGET=libhwmfilters
echo "vim:ft=sh" >> libhwmfilters
touch "libhwmfilters"
echo "----------------------------------------"
echo "Library 'hwmfilters' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hwafilters'..."
echo "----------------------------------------"
make -C wafilters hwafilters FLTARGET=libhwafilters
echo "vim:ft=sh" >> libhwafilters
touch "libhwafilters"
echo "----------------------------------------"
echo "Library 'hwafilters' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hfilters'..."
echo "----------------------------------------"
make -C filters hfilters FLTARGET=libhfilters
echo "vim:ft=sh" >> libhfilters
touch "libhfilters"
echo "----------------------------------------"
echo "Library 'hfilters' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'userdb'..."
echo "----------------------------------------"
make -C userdb userdb FLTARGET=libuserdb
echo "vim:ft=sh" >> libuserdb
touch "libuserdb"
echo "----------------------------------------"
echo "Library 'userdb' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'auth'..."
echo "----------------------------------------"
make -C auth auth FLTARGET=libauth
echo "vim:ft=sh" >> libauth
touch "libauth"
echo "----------------------------------------"
echo "Library 'auth' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hgeoip'..."
echo "----------------------------------------"
make -C geoip hgeoip FLTARGET=libhgeoip
echo "vim:ft=sh" >> libhgeoip
touch "libhgeoip"
echo "----------------------------------------"
echo "Library 'hgeoip' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hfuse'..."
echo "----------------------------------------"
make -C fuse hfuse FLTARGET=libhfuse
echo "vim:ft=sh" >> libhfuse
touch "libhfuse"
echo "----------------------------------------"
echo "Library 'hfuse' built"
echo "----------------------------------------"
echo
rm -f
libh{mailmsg,xmlparser,mailsearch,mailsort,wmfilters,msgapi,wafilters,i18n,config,ssl,mbox,aacl,mqueue,filters,module,properties,geoip,fuse}
 libhistorygraphics libhtmlgenerator libdapi libsfl libuserdb libauth    touch
liblevel1
echo
echo "----------------------------------------"
echo "Building library 'cli'..."
echo "----------------------------------------"
make -C cli cli FLTARGET=libcli
echo "vim:ft=sh" >> libcli
touch "libcli"
echo "----------------------------------------"
echo "Library 'cli' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hdns'..."
echo "----------------------------------------"
make -C dns hdns FLTARGET=libhdns
echo "vim:ft=sh" >> libhdns
touch "libhdns"
echo "----------------------------------------"
echo "Library 'hdns' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'log'..."
echo "----------------------------------------"
make -C log log FLTARGET=liblog
echo "vim:ft=sh" >> liblog
touch "liblog"
echo "----------------------------------------"
echo "Library 'log' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'logclient'..."
echo "----------------------------------------"
make -C log logclient FLTARGET=liblogclient
echo "vim:ft=sh" >> liblogclient
touch "liblogclient"
echo "----------------------------------------"
echo "Library 'logclient' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'report'..."
echo "----------------------------------------"
make -C report report FLTARGET=libreport
echo "vim:ft=sh" >> libreport
touch "libreport"
echo "----------------------------------------"
echo "Library 'report' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'historyreport'..."
echo "----------------------------------------"
make -C historyreport historyreport FLTARGET=libhistoryreport
echo "vim:ft=sh" >> libhistoryreport
touch "libhistoryreport"
echo "----------------------------------------"
echo "Library 'historyreport' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'processing'..."
echo "----------------------------------------"
make -C processing processing FLTARGET=libprocessing
echo "vim:ft=sh" >> libprocessing
touch "libprocessing"
echo "----------------------------------------"
echo "Library 'processing' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'smtpin'..."
echo "----------------------------------------"
make -C smtpin smtpin FLTARGET=libsmtpin
echo "vim:ft=sh" >> libsmtpin
touch "libsmtpin"
echo "----------------------------------------"
echo "Library 'smtpin' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'smtpout'..."
echo "----------------------------------------"
make -C smtpout smtpout FLTARGET=libsmtpout
echo "vim:ft=sh" >> libsmtpout
touch "libsmtpout"
echo "----------------------------------------"
echo "Library 'smtpout' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'pop3'..."
echo "----------------------------------------"
make -C pop3 pop3 FLTARGET=libpop3
echo "vim:ft=sh" >> libpop3
touch "libpop3"
echo "----------------------------------------"
echo "Library 'pop3' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'imap'..."
echo "----------------------------------------"
make -C imap imap FLTARGET=libimap
echo "vim:ft=sh" >> libimap
touch "libimap"
echo "----------------------------------------"
echo "Library 'imap' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'proxycommon'..."
echo "----------------------------------------"
make -C proxy/common proxycommon FLTARGET=libproxycommon
echo "vim:ft=sh" >> libproxycommon
touch "libproxycommon"
echo "----------------------------------------"
echo "Library 'proxycommon' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'proxyimap'..."
echo "----------------------------------------"
make -C proxy/imap proxyimap FLTARGET=libproxyimap
echo "vim:ft=sh" >> libproxyimap
touch "libproxyimap"
echo "----------------------------------------"
echo "Library 'proxyimap' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'proxypop3'..."
echo "----------------------------------------"
make -C proxy/pop3 proxypop3 FLTARGET=libproxypop3
echo "vim:ft=sh" >> libproxypop3
touch "libproxypop3"
echo "----------------------------------------"
echo "Library 'proxypop3' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'http'..."
echo "----------------------------------------"
make -C http http FLTARGET=libhttp
echo "vim:ft=sh" >> libhttp
touch "libhttp"
echo "----------------------------------------"
echo "Library 'http' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'webfilter'..."
echo "----------------------------------------"
make -C webfilter webfilter FLTARGET=libwebfilter
echo "vim:ft=sh" >> libwebfilter
touch "libwebfilter"
echo "----------------------------------------"
echo "Library 'webfilter' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'calendar'..."
echo "----------------------------------------"
make -C calendar calendar FLTARGET=libcalendar
echo "vim:ft=sh" >> libcalendar
touch "libcalendar"
echo "----------------------------------------"
echo "Library 'calendar' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'activesync'..."
echo "----------------------------------------"
make -C activesync activesync FLTARGET=libactivesync
echo "vim:ft=sh" >> libactivesync
touch "libactivesync"
echo "----------------------------------------"
echo "Library 'activesync' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'webmail'..."
echo "----------------------------------------"
make -C webmail webmail FLTARGET=libwebmail
echo "vim:ft=sh" >> libwebmail
touch "libwebmail"
echo "----------------------------------------"
echo "Library 'webmail' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'webadmin'..."
echo "----------------------------------------"
make -C webadmin webadmin FLTARGET=libwebadmin
echo "vim:ft=sh" >> libwebadmin
touch "libwebadmin"
echo "----------------------------------------"
echo "Library 'webadmin' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'migration'..."
echo "----------------------------------------"
make -C migration migration FLTARGET=libmigration
echo "vim:ft=sh" >> libmigration
touch "libmigration"
echo "----------------------------------------"
echo "Library 'migration' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'sfilters'..."
echo "----------------------------------------"
make -C filterssocket sfilters FLTARGET=libsfilters
echo "vim:ft=sh" >> libsfilters
touch "libsfilters"
echo "----------------------------------------"
echo "Library 'sfilters' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'hlist'..."
echo "----------------------------------------"
make -C maillist hlist FLTARGET=libhlist
echo "vim:ft=sh" >> libhlist
touch "libhlist"
echo "----------------------------------------"
echo "Library 'hlist' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'ftp'..."
echo "----------------------------------------"
make -C ftp ftp FLTARGET=libftp
echo "vim:ft=sh" >> libftp
touch "libftp"
echo "----------------------------------------"
echo "Library 'ftp' built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building library 'rpop'..."
echo "----------------------------------------"
make -C rpop rpop FLTARGET=librpop
echo "vim:ft=sh" >> librpop
touch "librpop"
echo "----------------------------------------"
echo "Library 'rpop' built"
echo "----------------------------------------"
echo
rm -f
lib{hdns,log,logclient,report,historyreport,smtpin,processing,smtpout,pop3,imap,proxyc \
ommon,proxyimap,proxypop3,http,webfilter,calendar,vcalendar,activesync,webmail,webmailproxy,webadmin,cli,hlist,migration,sfilters,ftp,rpop}
 touch liblevel2
echo
echo "----------------------------------------"
echo "Building all libraries..."
echo "----------------------------------------"
rm -rf liblevel{0,1,2}
touch libraries
echo "----------------------------------------"
echo "All libraries built"
echo "----------------------------------------"
echo
echo
echo "----------------------------------------"
echo "Building server..."
echo "----------------------------------------"
echo "vim:ft=sh" > main
make -C server main FLTARGET=main
make[2]: `main' is up to date.
touch main
echo "----------------------------------------"
echo "Server built"
echo "----------------------------------------"
echo
rm -f libraries main

PS: I cannot provide source code

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs


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

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