mail-archives/mono-bugs/2005-June/030575.html

122 строки
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75302][Wis] New - Process.Kill() does not seem to
work
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075302%5D%5BWis%5D%20New%20-%20Process.Kill%28%29%20does%20not%20seem%20to%0A%09work&In-Reply-To=bug-75302%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="030574.html">
<LINK REL="Next" HREF="030576.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75302][Wis] New - Process.Kill() does not seem to
work</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075302%5D%5BWis%5D%20New%20-%20Process.Kill%28%29%20does%20not%20seem%20to%0A%09work&In-Reply-To=bug-75302%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75302][Wis] New - Process.Kill() does not seem to
work">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Fri Jun 17 18:06:52 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="030574.html">[Mono-bugs] [Bug 75301][Maj] New - Mono 1.1.8 Linux Installer for
x86 (All distributions) doesn't install generics support correctly
</A></li>
<LI>Next message: <A HREF="030576.html">[Mono-bugs] [Bug 75302][Wis] Changed - Process.Kill() does not seem
to work
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30575">[ date ]</a>
<a href="thread.html#30575">[ thread ]</a>
<a href="subject.html#30575">[ subject ]</a>
<a href="author.html#30575">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jitind at gmail.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75302">http://bugzilla.ximian.com/show_bug.cgi?id=75302</A>
--- shadow/75302 2005-06-17 18:06:51.000000000 -0400
+++ shadow/75302.tmp.16374 2005-06-17 18:06:51.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 75302
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jitind at gmail.com</A>
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Process.Kill() does not seem to work
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+The Process.Kill(), CloseMainWindow() methods do not seem to work. Also
+the Process.CreateNoNewWindow property does not seem to work either. It
+is supposed to be set to bool false by default, but a new process.start
+always creates one in the same window as the parent process.
+Also when try to do a process.kill() it does not kill the current
+process...while the exact same code works as expected on a MS .NET
+
+
+Steps to reproduce the problem:
+1. startInfo.FileName = &quot;tclsh&quot;;
+ startInfo.Arguments = strScriptName;
+ startInfo.WorkingDirectory = ExecWSDir.FullName;
+ startInfo.CreateNoWindow=false;
+2. Process ScriptExecProc = Process.Start(startInfo);
+3. ScriptExecProc.Kill()
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+always
+
+Additional Information:
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="030574.html">[Mono-bugs] [Bug 75301][Maj] New - Mono 1.1.8 Linux Installer for
x86 (All distributions) doesn't install generics support correctly
</A></li>
<LI>Next message: <A HREF="030576.html">[Mono-bugs] [Bug 75302][Wis] Changed - Process.Kill() does not seem
to work
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30575">[ date ]</a>
<a href="thread.html#30575">[ thread ]</a>
<a href="subject.html#30575">[ subject ]</a>
<a href="author.html#30575">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>