[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2819 Walter Bright changed: What|Removed |Added Version|1.042 |D1 --

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2012-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2012-01-27 Thread d-bugmail
/077c1bd9948dce0a645cc5df5b9dc8919a2295fc Issue 2819 - array.sort segfaults if array length >=0x8F_FFFF -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2012-01-27 Thread d-bugmail
/12b9cb5db63216c33485681edc83f2f272d869f9 fix Issue 2819 - array.sort segfaults if array length >=0x8F_FFFF -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 --- Comment #5 from s...@iname.com 2009-04-07 16:19 --- (In reply to comment #3) > I agree. By the way, if anyone has run numbers on the relative speeds of > various sort implementations, please share. What's a run number? Anyway, h

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 --- Comment #4 from matti.niemenmaa+dbugzi...@iki.fi 2009-04-07 15:17 --- http://www.dsource.org/projects/tango/ticket/571 has some old numbers. --

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 --- Comment #3 from and...@metalanguage.com 2009-04-07 15:05 --- (In reply to comment #2) > (In reply to comment #1) > > (In reply to comment #0) > > > This is just another reason for the built-in .sort to be deprecated. > > > > I do

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 --- Comment #2 from clugd...@yahoo.com.au 2009-04-07 14:47 --- (In reply to comment #1) > (In reply to comment #0) > > This is just another reason for the built-in .sort to be deprecated. > > I don't understand. How is this bug a co

[Issue 2819] array.sort segfaults if array length >=0x8F_FFFF

2009-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2819 s...@iname.com changed: What|Removed |Added CC||s...@iname.com Keywords|