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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kinit
From:       David Faure <faure () kde ! org>
Date:       2006-06-13 16:01:47
Message-ID: 1150214507.560822.5960.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 551078 by dfaure:

addrcheck is gone


 M  +3 -1      klauncher.cpp  


--- branches/KDE/3.5/kdelibs/kinit/klauncher.cpp #551077:551078
@@ -1307,7 +1307,7 @@
        if (!mSlaveValgrindSkin.isEmpty()) {
            arg_list.prepend(QCString("--tool=") + mSlaveValgrindSkin);
        } else
-	   arg_list.prepend("--tool=addrcheck");
+	   arg_list.prepend("--tool=memcheck");
     }
 
     KLaunchRequest *request = new KLaunchRequest;
@@ -1332,6 +1332,8 @@
     if (!pid)
     {
        error = i18n("Error loading '%1'.\n").arg(name);
+       if (!request->errorMsg.isEmpty())
+         error += ":\n" + request->errorMsg;
     }
     return pid;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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