|
From: | Russell Stuart |
Subject: | [Pnet-developers] [bugs #8463] Monitor.Wait(..) on unlocked object causes SEGFAULT in ilrun |
Date: | Tue, 06 Apr 2004 04:47:27 -0400 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021224 |
This mail is an automated notification from the bugs tracker of the project: DotGNU Portable.NET. /**************************************************************************/ [bugs #8463] Full Item Snapshot: URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8463> Project: DotGNU Portable.NET Submitted by: Russell Stuart On: Tue 04/06/04 at 08:47 Category: None Severity: 5 - Average Item Group: None Resolution: None Assigned to: None Status: Open Summary: Monitor.Wait(..) on unlocked object causes SEGFAULT in ilrun Original Submission: This standlone program: class X { static void Main() { System.Threading.Monitor.Wait(typeof(X)); } } causes a segmentation fault in ilrun. It should throw a System.Threading.SynchronizationLockException. For detailed info, follow this link: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8463> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |