dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #4087] Monitor.Exit(o) doesn't throw exception if


From: nobody
Subject: [Pnet-developers] [bug #4087] Monitor.Exit(o) doesn't throw exception if its the last call in main
Date: Sun, 29 Jun 2003 17:41:12 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #4087: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4087&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Sun 06/29/2003 at 21:41 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed




=================== BUG #4087: FULL BUG SNAPSHOT ===================


Submitted by: tum                     Project: DotGNU Portable.NET          
Submitted on: Tue 06/24/2003 at 19:19
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  Monitor.Exit(o) doesn't throw exception if its the last call in main

Original Submission:  Consider the following code:

static void Main()
{
  Monitor.Exit(new object());
}

ilrun siliently exits.

Consider this code:

static void Main()
{
  Monitor.Exit(new object());
  new object();
}

Now ilrun prints out the exception.  I've tried to track down the source of the 
error but can't.  Any help would be appreciated.  Requires latest threading 
patch.

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

-------------------------------------------------------
Date: Sun 06/29/2003 at 17:45       By: tum
patch 1681 now fixes this


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4087&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

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