[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 Martin Krejcirik m...@krej.cz changed: What|Removed |Added CC||atila.ne...@gmail.com

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 Martin Krejcirik m...@krej.cz changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #12 from Martin Nowak c...@dawg.eu 2013-11-11 04:53:37 PST --- (In reply to comment #11) Reopening, as it seems to still crash on Linux x86_64. Which dmd version are you using? -- Configure issuemail:

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #13 from Martin Krejcirik m...@krej.cz 2013-11-11 14:00:16 CET --- (In reply to comment #12) Which dmd version are you using? See bug 11492. I've tried on dpaste, which seems to be using 2.064.2. -- Configure issuemail:

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #15 from Atila Neves atila.ne...@gmail.com 2013-11-11 05:09:10 PST --- (In reply to comment #12) (In reply to comment #11) Reopening, as it seems to still crash on Linux x86_64. Which dmd version are you using? I used both

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-11-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #14 from Atila Neves atila.ne...@gmail.com 2013-11-11 05:07:47 PST --- (In reply to comment #8) We're taking on a new liability of the runtime here. AFAIK the following behavior isn't documented anywhere. Threads are joined in

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-30 Thread d-bugmail
/b73e2c4554db5bb67ceb51adb053e715b2a090b5 fix Issue 11309 - std.concurrency: OwnerTerminated message doesn't work - add regression test - Revert fix Issue 10976 - thread_joinAll after main exit performed too late This reverts commit 7d82a57c82f9a5359468680f36aa1026243e6f9e. Conflicts: src/core/runtime.d src/rt/dmain2

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #7 from Martin Nowak c...@dawg.eu 2013-10-29 07:27:31 PDT --- (In reply to comment #6) What's the solution here? Revert the pull? Refixing bug 10976 which was caused by bug 11378. -- Configure issuemail:

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #8 from Martin Nowak c...@dawg.eu 2013-10-29 12:04:58 PDT --- We're taking on a new liability of the runtime here. AFAIK the following behavior isn't documented anywhere. Threads are joined in the same order they were created

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2013-10-26 13:27:47 PDT --- What's the solution here? Revert the pull? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #4 from Martin Krejcirik m...@krej.cz 2013-10-23 15:33:31 CEST --- This seems to be the offender: https://github.com/D-Programming-Language/druntime/commit/db772968244bf5af37a81060758a1f266e0b698f -- Configure issuemail:

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

2013-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11309 --- Comment #3 from Martin Krejcirik m...@krej.cz 2013-10-23 01:31:28 CEST --- If it's any help, try adding the folowing terminate() function and call it at the end of main(). The thread will end correctly (but the main segfaults). I was using