[Issue 11684] SIGSEGV, std.stdio.__T7writelnTAyaZ.writeln() at std/stdio.d:1906

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 5 15:11:09 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11684


Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2 at gmail.com


--- Comment #4 from Timothee Cour <timothee.cour2 at gmail.com> 2013-12-05 15:10:54 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > P.S. Here is the code I tested:
> > ------
> > import std.stdio;
> > 
> > void main() {
> >         writeln("Hello");
> > }
> > ------
> > 
> > No segfaults happened.
> 
> same here, ArchLinux 64 with out segfaults

At least another user reported the same problem (see email: dmd git head
completely broken on ubuntu (but not osx))

It fails for me on both Ubuntu 12.04.1 LTS (64bit) and Ubuntu 12.04.3 LTS
(64bit), and the other user reported same issue on Ubuntu 12.04.3 LTS, x86_64

to reproduce: just do a fresh git clone of dmd/druntime/phobos and build as
usual, then run this program:

import std.stdio;
void main() {
  writeln("Hello");
}


it segfaults.

then git checkout 2.064 on dmd/druntime/phobos, clean/rebuild, it doesn't
segfault. So it's something introduced since then.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list