public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Fix 5252 by passing executable path.
@ 2007-11-19 10:51 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2007-11-19 10:51 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  549835f8c32000e9cae1b45dd50012fb9c7762e0 (commit)
      from  73098ac8dd9b4c09ffbfac451136a3f520327d99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 549835f8c32000e9cae1b45dd50012fb9c7762e0
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Mon Nov 19 10:50:43 2007 +0000

    Fix 5252 by passing executable path.
    
    2007-11-19  Phil Muldoon  <pmuldoon@redhat.com>
    
            * TestLinuxCore.java (testLinuxCoreFileStackTrace): Pass
            executable location to LinuxHost. Fix 5352. Remove unresolved.
            Fix 11-15 indention oops.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/proc/dead/ChangeLog          |    6 ++++++
 frysk-core/frysk/proc/dead/TestLinuxCore.java |   13 +++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/proc/dead/ChangeLog b/frysk-core/frysk/proc/dead/ChangeLog
index 9611a8c..4d90ad6 100644
--- a/frysk-core/frysk/proc/dead/ChangeLog
+++ b/frysk-core/frysk/proc/dead/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-19  Phil Muldoon  <pmuldoon@redhat.com>
+
+	* TestLinuxCore.java (testLinuxCoreFileStackTrace): Pass
+	executable location to LinuxHost. Fix 5352. Remove unresolved.
+	Fix 11-15 indention oops.
+
 2007-11-17  Andrew Cagney  <cagney@redhat.com>
 
 	* TestLinuxCore.java (testLinuxCoreFileStackTrace()): Mark as
diff --git a/frysk-core/frysk/proc/dead/TestLinuxCore.java b/frysk-core/frysk/proc/dead/TestLinuxCore.java
index e2022c7..94f21ec 100644
--- a/frysk-core/frysk/proc/dead/TestLinuxCore.java
+++ b/frysk-core/frysk/proc/dead/TestLinuxCore.java
@@ -135,14 +135,11 @@ public class TestLinuxCore
   }
 
   public void testLinuxCoreFileStackTrace () {
-      if (unresolved(5353))
-	  return;
-
    
-	final Proc ackProc; // = giveMeAProc();
-	
-	File exeFile = Config.getPkgLibFile("funit-stacks");
-	ackProc = new DaemonBlockedAtSignal(exeFile).getMainTask().getProc();
+    final Proc ackProc; // = giveMeAProc();
+    
+    File exeFile = Config.getPkgLibFile("funit-stacks");
+    ackProc = new DaemonBlockedAtSignal(exeFile).getMainTask().getProc();
 
 
     StacktraceAction stacker;
@@ -165,7 +162,7 @@ public class TestLinuxCore
     File xtestCore = new File(coreFileName);
 
     Host lcoreHost = new LinuxHost(Manager.eventLoop, 
-				   xtestCore);
+				   xtestCore, exeFile);
     
     Proc coreProc = lcoreHost.getProc(new ProcId(ackProc.getPid()));
 


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-19 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-19 10:51 [SCM] master: Fix 5252 by passing executable path pmuldoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).