patchDotGNU Portable.NET - Patches: patch #3132, Two errors in SWF Control...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3132: Two errors in SWF Control BeginInvoke/EndInvoke processing: Neither AsyncState nor waitHandle were working properly.

Submitter:  David Logan <djlogan>
Submitted:  Mon 14 Jun 2004 11:42:53 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Sat 19 Jun 2004 09:47:07 AM UTC, comment #1: 

Patch comitted to CVS on 19th June 2004 .

All code in comments were removed as well as the unused bWaiting bool variable.

Gopal.V <t3rmin4t0r>
Group administrator
Mon 14 Jun 2004 11:42:53 PM UTC, original submission:  

The code did not properly implement AsyncState as it should per the specification. It is now. Also, a caller can simply wait on the waitHandle, so I had to change the code so that it was always signalled. Previously it assumed that if there was a waiter, it was the "EndInvoke" method, which is not necessarily true.

David Logan <djlogan>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #7552:  root-040614.patch added by djlogan (3KiB - application/octet-stream - Fixes to Control.cs)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-06-19 t3rmin4t0r Open/ClosedOpen Closed
2004-06-14 djlogan Attached File- Added root-040614.patch, #3362

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code