bugDotGNU Portable.NET - Bugs: bug #10271, System_Thread of main-thread has...

 
 

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

bug #10271: System_Thread of main-thread has no ILThread anymore

Submitter:  Andre Seidelt <Ilu>
Submitted:  Sun 05 Sep 2004 04:02:18 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tum
Open/Closed:  Closed

Sun 12 Sep 2004 09:40:53 AM UTC, comment #1: 

fixed in cvs

Thong Nguyen <tum>
Group Member
Sun 05 Sep 2004 04:02:18 PM UTC, original submission:  

I think the problem results in changes made by tum some days
ago:

he added a call the the private .ctor() of S.T.Thread which
calls InitializeManaged(). This method clears privateData
which was initialized by
thread.c/ILExecThreadCurrentClrThread()
right BEFORE calling the .ctor().

possible fix:
- do NOT clear privateData in ManagedLand
- setup ALL VM fields of System_Thread AFTER calling the .ctor()

(I like the second most)...

PS: is it possible to add testcases for something like that?

Andre Seidelt <Ilu>

 

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

No files currently attached

 

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-12 tum StatusNone Fixed
    Assigned toNone tum
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code