зеркало из https://github.com/mono/mail-archives.git
182 строки
4.5 KiB
HTML
182 строки
4.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 647204] New: IPC implementation doesn't delete socket file
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20647204%5D%20New%3A%20IPC%20implementation%20doesn%27t%20delete%0A%09socket%20file&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="104988.html">
|
|
<LINK REL="Next" HREF="105102.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 647204] New: IPC implementation doesn't delete socket file</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20647204%5D%20New%3A%20IPC%20implementation%20doesn%27t%20delete%0A%09socket%20file&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 647204] New: IPC implementation doesn't delete socket file">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Sat Oct 16 04:14:14 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="104988.html">[Mono-bugs] [Bug 647183] ABMultiValue<string> property labels are incorrect, they have elven moneyfaces.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="105102.html">[Mono-bugs] [Bug 647204] IPC implementation doesn't delete socket file
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104972">[ date ]</a>
|
|
<a href="thread.html#104972">[ thread ]</a>
|
|
<a href="subject.html#104972">[ subject ]</a>
|
|
<a href="author.html#104972">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=647204">https://bugzilla.novell.com/show_bug.cgi?id=647204</A>
|
|
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=647204#c0">https://bugzilla.novell.com/show_bug.cgi?id=647204#c0</A>
|
|
|
|
|
|
Summary: IPC implementation doesn't delete socket file
|
|
Classification: Mono
|
|
Product: Mono: Class Libraries
|
|
Version: 2.6.x
|
|
Platform: All
|
|
OS/Version: Ubuntu
|
|
Status: NEW
|
|
Severity: Normal
|
|
Priority: P5 - None
|
|
Component: System
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dominik.reichl at gmx.de</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
Found By: ---
|
|
Blocker: No
|
|
|
|
|
|
Created an attachment (id=395292)
|
|
--> (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=395292">http://bugzilla.novell.com/attachment.cgi?id=395292</A>)
|
|
Minimal sample application
|
|
|
|
Description of Problem:
|
|
The IPC implementation of Mono uses a socket file in /tmp for communication.
|
|
This socket file isn't deleted when the program ends.
|
|
|
|
Steps to reproduce the problem:
|
|
1. Run the attached minimal sample application ("mono IpcBugDemo.exe").
|
|
2. Press a key to terminate the server.
|
|
|
|
Actual Results:
|
|
A file named "SamplePort-USER" is left in /tmp.
|
|
|
|
Expected Results:
|
|
The file in /tmp should be deleted when the program ends.
|
|
|
|
How often does this happen?
|
|
Always.
|
|
|
|
Additional Information:
|
|
None.
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="104988.html">[Mono-bugs] [Bug 647183] ABMultiValue<string> property labels are incorrect, they have elven moneyfaces.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="105102.html">[Mono-bugs] [Bug 647204] IPC implementation doesn't delete socket file
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104972">[ date ]</a>
|
|
<a href="thread.html#104972">[ thread ]</a>
|
|
<a href="subject.html#104972">[ subject ]</a>
|
|
<a href="author.html#104972">[ 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>
|