[Issue 8596] Indeterministic assertion failure in rehash

2014-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8596 --- Comment #32 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/53be7a304512b1eadd18537ce7472bf4fb847fb6 Fix comparisons functions, li

[Issue 8596] Indeterministic assertion failure in rehash

2014-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8596 --- Comment #31 from hst...@quickfur.ath.cx --- Possibly related fix: https://github.com/D-Programming-Language/dmd/pull/3844 --

[Issue 8596] Indeterministic assertion failure in rehash

2014-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8596 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 8596] Indeterministic assertion failure in rehash

2014-07-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8596 Ivan Kazmenko changed: What|Removed |Added CC||ga...@mail.ru --

[Issue 8596] Indeterministic assertion failure in rehash

2014-07-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8596 Jonathan Crapuchettes changed: What|Removed |Added CC||jcrapuchet...@gmail.com --

[Issue 8596] Indeterministic assertion failure in rehash

2013-11-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8596 yiannos_...@yahoo.gr changed: What|Removed |Added CC||yiannos_...@yahoo.gr --- Commen

[Issue 8596] Indeterministic assertion failure in rehash

2013-11-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #28 from deadalnix 2013-11-15 15:03:35 PST --- (In reply to comment #27) > Without a reproducible test case, this issue is really dead in the water. I assume you know what indeterministic means. Sadly these are very hard issue to

[Issue 8596] Indeterministic assertion failure in rehash

2013-11-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #27 from Walter Bright 2013-11-15 14:59:28 PST --- Without a reproducible test case, this issue is really dead in the water. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receivin

[Issue 8596] Indeterministic assertion failure in rehash

2013-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #26 from Rene Zwanenburg 2013-04-02 07:24:10 PDT --- Yeah I was afraid of that :) I'd have to take it up with the PHB's, not sure what the answer will be. TBH I doubt I can make the code public. Not that there's anything of value

[Issue 8596] Indeterministic assertion failure in rehash

2013-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #25 fro

[Issue 8596] Indeterministic assertion failure in rehash

2013-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 Rene Zwanenburg changed: What|Removed |Added CC||renezwanenb...@gmail.com --- Comment

[Issue 8596] Indeterministic assertion failure in rehash

2012-12-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #23 from Walter Bright 2012-12-10 04:58:03 PST --- When I try your instructions, I get: make ~/cbx/mars/dmd -ofbin/sdc src/sdc/*.d src/sdc/ast/*.d src/sdc/pass/*.d src/d/ast/*.d src/d/backend/*.d src/d/parser/*.d src/d/pass/*.d s

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #22 from deadalnix 2012-11-25 21:56:49 PST --- (In reply to comment #21) > I've tried various schemes to induce it to fail, and done a code review. I > can't find anything wrong. I need a test case. Sorry for being unavailable the

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #21 from Walter Bright 2012-11-14 16:59:25 PST --- I've tried various schemes to induce it to fail, and done a code review. I can't find anything wrong. I need a test case. -- Configure issuemail: http://d.puremagic.com/issues/us

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #20 from deadalnix 2012-11-14 04:40:08 PST --- (In reply to comment #19) > Ok, the next step is to compile your app without -g. The reason is because > hash > tables are used in the dwarf debug generation, and I want to see if that

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #19 from Walter Bright 2012-11-13 13:32:12 PST --- Ok, the next step is to compile your app without -g. The reason is because hash tables are used in the dwarf debug generation, and I want to see if that one is the problem or other

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #18 from deadalnix 2012-11-13 02:01:24 PST --- (In reply to comment #17) > (In reply to comment #16) > > > It means that the issue remains. > > Then I suggest to run it again in Valgrind :-) Maybe there are other bugs to > fix it

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #16 from deadalnix 2012-11-12 17:35:10 PST --- (In reply to comment #15) > (In reply to comment #14) > > > > Bad news : just tested the patch and got 6 out of 10 compilation failed on > > this > > assert. > > What do you mean? Dm

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #15 from Walter Bright 2012-11-12 17:30:24 PST --- (In reply to comment #14) > > Bad news : just tested the patch and got 6 out of 10 compilation failed on > this > assert. What do you mean? Dmd won't compile? -- Configure iss

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #14 from deadalnix 2012-11-12 17:21:20 PST --- (In reply to comment #13) > https://github.com/D-Programming-Language/dmd/commit/80884506df7a020e879ba3adda5a98d0465e7164 > > I won't mark it fixed until you guys can verify, as I don'

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #13 from Walter Bright 2012-11-12 17:09:08 PST --- https://github.com/D-Programming-Language/dmd/commit/80884506df7a020e879ba3adda5a98d0465e7164 I won't mark it fixed until you guys can verify, as I don't have your test code. --

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #12 from Walter Bright 2012-11-12 16:56:17 PST --- (In reply to comment #11) > Created an attachment (id=1160) [details] > valgrind output Fixed the valgrind reported issue. It's definitely a corruption bug in the aa.c code. Testi

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #11 from deadalnix 2012-11-12 15:48:04 PST --- Created an attachment (id=1160) valgrind output -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #10 from deadalnix 2012-11-12 14:06:19 PST --- (In reply to comment #9) > (In reply to comment #8) > > Well, only if paging is enabled (i.e. there is a swap partition in use). I > > know > > I set my systems up without paging becau

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #9 from deadalnix 2012-11-12 14:00:55 PST --- (In reply to comment #8) > Well, only if paging is enabled (i.e. there is a swap partition in use). I > know > I set my systems up without paging because I practically never need it. >

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #8 fr

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #7 from Walter Bright 2012-11-12 12:51:20 PST --- If you're running the 64 bit dmd, shouldn't it be able to use far more virtual memory (very slowly)? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #6 from deadalnix 2012-11-12 12:45:50 PST --- (In reply to comment #5) > dmd isn't multithreaded, so it could not be a race condition. > > It does, however, sound like memory corruption. > > Can you run it under valgrind? Already

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #5 from Walter Bright 2012-11-12 12:39:20 PST --- dmd isn't multithreaded, so it could not be a race condition. It does, however, sound like memory corruption. Can you run it under valgrind? -- Configure issuemail: http://d.pur

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 deadalnix changed: What|Removed |Added Severity|major |normal --- Comment #4 from deadalnix 2012

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 8596] Indeterministic assertion failure in rehash

2012-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 Walter Bright changed: What|Removed |Added Severity|normal |major -- Configure issuemail: http://

[Issue 8596] Indeterministic assertion failure in rehash

2012-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 --- Comment #2 from timon.g...@gmx.ch 2012-09-02 08:03:54 PDT --- (In reply to comment #1) > It tend to become a serious problem to me. +1. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receivin

[Issue 8596] Indeterministic assertion failure in rehash

2012-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8596 deadalnix changed: What|Removed |Added CC||deadal...@gmail.com --- Comment #1 from de