Re: Segfault during D1 writefln output of double value

2011-08-12 Thread bearophile
Jonathan Crapuchettes: > I think I've run into a problem with DMD's compilation. Can anyone suggest a > work around? In the middle of a function I called writefln to output a double > value for testing, but the code is now segfaulting during the execution of > writefln. Backtrace from gdb follo

Segfault during D1 writefln output of double value

2011-08-12 Thread Jonathan Crapuchettes
I think I've run into a problem with DMD's compilation. Can anyone suggest a work around? In the middle of a function I called writefln to output a double value for testing, but the code is now segfaulting during the execution of writefln. Backtrace from gdb follows. Thanks, JC Program receiv