Thread overview
[Issue 7762] Possible bug in std.algorithm.sort(ubyte[])
Jan 27, 2015
AndyC
Jan 27, 2015
zeljkog
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=7762

AndyC <andy@squeakycode.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andy@squeakycode.net

--- Comment #1 from AndyC <andy@squeakycode.net> ---
I ran the test code using dmd 2.066.1 on linux x64 and windows x64 (neither was the reported hardware, so not closing)

I ran it 10 times in a row and got no crash.

Can anyone try it on windows x86?

--
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=7762

zeljkog <zeljko.grk@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeljko.grk@gmail.com

--- Comment #2 from zeljkog <zeljko.grk@gmail.com> ---
2.66.1 win7
dmd -property -g -wi test.d
everything ok

master
dmd -property -g -wi test.d
can not compile

dmd -g -wi test.d
everything ok

--
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=7762

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from bearophile_hugs@eml.cc ---
I can't detect this problem any more, closed issue.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=7762

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--