receiveOnly behavior

Jonas Drewsen jdrewsen at nospam.com
Thu May 5 01:16:22 PDT 2011


On 05/05/11 01.31, Sean Kelly wrote:
> On May 4, 2011, at 2:05 PM, jdrewsen wrote:
>
>> import std.concurrency;
>>
>> void main(string[] args) {
>>   receiveOnly!bool();
>> }
>>
>> This simple program results in segmentation fault. I know i does not spawn a thread to receive anything from but is this the expected behavior?
>
> This was a known issue when calling receive() in the main thread before ever calling thisTid().  Doing so seemed rather unlikely, but fixing this was a trivial code change so I've just done so.  Expect your sample to not segfault in the next release.

Thank you.

/Jonas


More information about the Digitalmars-d mailing list