https://issues.dlang.org/show_bug.cgi?id=13416
Iain Buclaw changed:
What|Removed |Added
Status|REOPENED|RESOLVED
CC|
https://issues.dlang.org/show_bug.cgi?id=13416
--- Comment #14 from Dlang Bot ---
dlang/druntime pull request #3682 "Issue 13416: Remove libthr hack from
core.thread.osthread" was merged into master:
- 3ac665c49d7aae1893c4e4535f60d1b4e2d427a3 by Iain Buclaw:
Issue 13416: Remove libthr hack fro
https://issues.dlang.org/show_bug.cgi?id=13416
--- Comment #13 from Dlang Bot ---
@ibuclaw created dlang/druntime pull request #3682 "Issue 13416: Remove libthr
hack from core.thread.osthread" mentioning this issue:
- Issue 13416: Remove libthr hack from core.thread.osthread
https://github.com/
https://issues.dlang.org/show_bug.cgi?id=13416
--- Comment #12 from Joakim ---
Sorry, only seeing your question now. I was simply checking the D tests on
FreeBSD back then but I haven't used that OS in years, so can't look into it
further now.
--
https://issues.dlang.org/show_bug.cgi?id=13416
--- Comment #11 from Martin Nowak ---
(In reply to Joakim from comment #9)
> This fix doesn't seem to work on 9.1 i386, as the new FreeBSD test
> introduced in this PR hangs 90+% of the time.
Any further details? It doesn't seem like the pthread lay
https://issues.dlang.org/show_bug.cgi?id=13416
--- Comment #10 from Martin Nowak ---
(In reply to Joakim from comment #9)
> This fix doesn't seem to work on 9.1 i386, as the new FreeBSD test
> introduced in this PR hangs 90+% of the time.
> I also tried to override SIGCANCEL
> which is used for
https://issues.dlang.org/show_bug.cgi?id=13416
Joakim changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
- dead-lock in FreeBSD suspend handler
https://github.com/D-Programming-Language/druntime/commit/513ba191f3e8b78aeb99336e27212dfdcacb39c5
Merge pull request #1061 from MartinNowak/fix13416
--
https://issues.dlang.org/show_bug.cgi?id=13416
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
- dead-lock in FreeBSD suspend handler
- use pthread internal THR_IN_CRITICAL to retry suspend
https://github.com/D-Programming-Language/druntime/commit/513ba191f3e8b78aeb99336e27212dfdcacb39c5
Merge pull request #1061 from MartinNowak/fix13416
fix Issue 13416 - dead-lock in FreeBSD suspend
https://issues.dlang.org/show_bug.cgi?id=13416
Martin Nowak changed:
What|Removed |Added
Keywords||pull
--- Comment #6 from Martin Nowak ---
Us
https://issues.dlang.org/show_bug.cgi?id=13416
--- Comment #5 from Martin Nowak ---
Fairly simple to reproduce the problem.
cat > bug.d << CODE
import core.thread, core.sys.posix.pthread, core.stdc.stdio;
void loop()
{
pthread_attr_t attr;
pthread_attr_init(&attr);
auto thr = pthread_self
https://issues.dlang.org/show_bug.cgi?id=13416
Martin Nowak changed:
What|Removed |Added
Summary|frequent auto-tester hangs |dead-lock in FreeBSD
|in co
13 matches
Mail list logo