FreeBSD Bugzilla – Attachment 173444 Details for
Bug 211367
lang/mono net-p2p/sonarr Sonarr crashes on startup with SIGSEGV since base r296727 on 10.3-STABLE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test case
process_name.cs (text/plain), 318 bytes, created by
Andrej Ebert
on 2016-08-09 09:36:49 UTC
(
hide
)
Description:
test case
Filename:
MIME Type:
Creator:
Andrej Ebert
Created:
2016-08-09 09:36:49 UTC
Size:
318 bytes
patch
obsolete
>using System; >using System.Diagnostics; > >public class Test: IDisposable { > > public void Dispose() { > } > > > public static int Main() { > try { > var x = Process.GetCurrentProcess().ProcessName; > } > catch (Exception e) { > Console.WriteLine("Exception: " + e); > return 1; > } > return 0; > } > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211367
: 173444 |
173445
|
173446
|
173581