[Mono-bugs] [Bug 647204] New: IPC implementation doesn't delete socket file
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Oct 16 04:14:14 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=647204
https://bugzilla.novell.com/show_bug.cgi?id=647204#c0
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: mono-bugs at lists.ximian.com
ReportedBy: dominik.reichl at gmx.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: No
Created an attachment (id=395292)
--> (http://bugzilla.novell.com/attachment.cgi?id=395292)
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: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list