dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #8463] Monitor.Wait(..) on unlocked object cause


From: Russell Stuart
Subject: [Pnet-developers] [bugs #8463] Monitor.Wait(..) on unlocked object causes SEGFAULT in ilrun
Date: Thu, 15 Apr 2004 18:29:09 -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] Latest Modifications:

Changes by: 
                Russell Stuart <address@hidden>
'Date: 
                Thu 04/15/04 at 22:29 (Australia/Brisbane)

------------------ Additional Follow-up Comments ----------------------------
The patch I submitted was broken.







/**************************************************************************/
[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.


Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 04/15/04 at 22:29         By: rstuart
The patch I submitted was broken.


-------------------------------------------------------
Date: Tue 04/06/04 at 09:10         By: rstuart
Attached is a suggested fix to the problem.  Please check _carefully_.







File Attachments
-------------------

-------------------------------------------------------
Date: Tue 04/06/04 at 09:10  Name: MonitorWait.patch  Size: 1KB   By: rstuart
diff -Nur
http://savannah.gnu.org/bugs/download.php?item_id=8463&amp;item_file_id=1172






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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]