Re: SegFault when using writeln() and Fibers

2011-08-10 Thread Jonathan M Davis
On Wednesday, August 10, 2011 09:47:42 Danny Arends wrote: > --nextPart77238143.e8O9o76Zdv > > When I try to print floats and double from a fiber it fails with a > segfault, while it is possible to do it in the main thread. > > The expected output of the attached code file: > 15 > 15 > Done > >

SegFault when using writeln() and Fibers

2011-08-10 Thread Danny Arends
When I try to print floats and double from a fiber it fails with a segfault, while it is possible to do it in the main thread. The expected output of the attached code file: 15 15 Done However I get: 15 segfault I am using the DMD64 D Compiler v2.054 on Debian 64 Kind regards, Danny Arends begi