DotGNU Portable.NET - Patches: patch #4010, Workaround Patch for bug in debian...
You are not allowed to post comments on this tracker with your current authentication level.
patch #4010: Workaround Patch for bug in debian kernel 2.6.x and glibc
Submitter: | Heiko Weiss <brubbel> | ||
Submitted: | Thu 12 May 2005 05:27:21 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Mon 30 May 2005 06:12:31 AM UTC, comment #3: |
Heiko Weiss <brubbel>![]() |
Thu 12 May 2005 07:51:35 AM UTC, comment #2: Damn.
Give it a try ...
|
Heiko Weiss <brubbel>![]() |
Thu 12 May 2005 05:28:27 AM UTC, comment #1: small test bug.c
|
Heiko Weiss <brubbel>![]() |
Thu 12 May 2005 05:27:21 AM UTC, original submission:
Since kernel 2.6.x using POSIX threads, I had a problem in my app, that some (not all!) threads stopped running and no updates were made in X.
Found something in google:
The problem is, that when the timespec is in the past, the condition is detroyed or something.
We tested it with 5 pc or laptops and found, that the bug must have something todo with APM or IntelSpeedStep or else.
I've added a small c testprogram bug.c (next post).
Now my patch in pnet: pt_defs.c
_ILCondVarTimedWait(_ILCondVar cond, _ILCondMutex mutex, ILUInt32 ms)
I would like that the patch will be checked in cvs, maybe with some switches to disable, but enabled as default.
Many thx.
Brubbel
|
Heiko Weiss <brubbel>![]() |
Depends on the following items: None found
Items that depend on this one: None found
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.
Could someone please check in the patch?