[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #10271] System_Thread of main-thread has no ILTh
From: |
Andre Seidelt |
Subject: |
[Pnet-developers] [bugs #10271] System_Thread of main-thread has no ILThread anymore |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.8 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #10271] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10271>
Project: DotGNU Portable.NET
Submitted by: Andre Seidelt
On: Sun 09/05/2004 at 16:02
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: System_Thread of main-thread has no ILThread anymore
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?
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10271>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bugs #10271] System_Thread of main-thread has no ILThread anymore,
Andre Seidelt <=