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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
