This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading; | |
using System.Threading.Tasks; | |
class C | |
{ | |
public static void Main () | |
{ | |
var tsc = new TaskCompletionSource<int> (); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Assertion at exceptions-amd64.c:655, condition `ext->debugger_invoke' not met | |
Stacktrace: | |
* Assertion at exceptions-amd64.c:655, condition `ext->debugger_invoke' not met | |
Aborted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rogram received signal SIGSEGV, Segmentation fault. | |
0x00000000004a41d5 in mono_unwind_frame (unwind_info=<value optimised out>, unwind_info_len=<value optimised out>, | |
start_ip=<value optimised out>, end_ip=<value optimised out>, ip=<value optimised out>, regs=<value optimised out>, nregs= | |
17, save_locations=0x0, save_locations_len=16, out_cfa=0x7ffff470bcb0) at unwind.c:407 | |
407 regs [hreg] = *(mgreg_t*)(cfa_val + locations [i].offset); | |
(gdb) bt | |
#0 0x00000000004a41d5 in mono_unwind_frame (unwind_info=<value optimised out>, unwind_info_len=<value optimised out>, | |
start_ip=<value optimised out>, end_ip=<value optimised out>, ip=<value optimised out>, regs=<value optimised out>, nregs= | |
17, save_locations=0x0, save_locations_len=16, out_cfa=0x7ffff470bcb0) at unwind.c:407 | |
#1 0x00000000004e516b in mono_arch_find_jit_info (domain=<value optimised out>, jit_tls=0xb8df10, ji=0xae7960, ctx= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Threading.Tasks; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Assertion at debugger-agent.c:5086, condition `*(void**)addr' not met | |
Stacktrace: | |
Native stacktrace: | |
/home/marek/mono/bin/mono() [0x496627] | |
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfc60) [0x2baa77380c60] | |
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x2baa775c2d05] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Globalization; | |
class C | |
{ | |
public static void Main () | |
{ | |
const DateTimeStyles DefaultStyles = DateTimeStyles.AssumeUniversal | DateTimeStyles.AllowWhiteSpaces; | |
string s = "Sun, 06 Nov 1994 08:49:37 GMT"; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mcs/class/corlib/System.IO/MonoIOStat.cs b/mcs/class/corlib/System.IO/MonoIOStat.cs | |
index a3177c2..a524b88 100644 | |
--- a/mcs/class/corlib/System.IO/MonoIOStat.cs | |
+++ b/mcs/class/corlib/System.IO/MonoIOStat.cs | |
@@ -35,7 +35,6 @@ using System; | |
namespace System.IO | |
{ | |
internal struct MonoIOStat { | |
- public string Name; | |
public FileAttributes Attributes; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
class C | |
{ | |
public static void Main () | |
{ | |
Test_1 (); | |
return; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Test | |
{ | |
public class C | |
{ | |
public C (int arg, decimal d = 0, decimal d2 = 0) | |
{ | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moving tooltip window to 2290, 361 | |
at MonoDevelop.SourceEditor.DebugValueWindow.OnSizeAllocated(Rectangle allocation) | |
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation) | |
at Gtk.Widget.gtk_widget_show_all(IntPtr ) | |
at Gtk.Widget.ShowAll() | |
at Mono.TextEditor.TextEditor.DoShowTooltip(ITooltipProvider provider, Gtk.Window tooltip, Int32 xloc, Int32 yloc) | |
at Mono.TextEditor.TextEditor.TooltipTimer() | |
at GLib.Timeout+TimeoutProxy.Handler() | |
at Gtk.Application.gtk_main() | |
at Gtk.Application.Run() |
OlderNewer