[Issue 14692] SIGSEGV during SHA.put

2020-08-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 Walter Bright changed: What|Removed |Added Keywords||backend CC|

[Issue 14692] SIGSEGV during SHA.put

2015-06-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 Rory changed: What|Removed |Added Keywords||wrong-code Severity|blocker

[Issue 14692] SIGSEGV during SHA.put

2015-06-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #2

[Issue 14692] SIGSEGV during SHA.put

2015-06-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 --- Comment #3 from Rory --- (In reply to Vladimir Panteleev from comment #2) > Issue 9279 ? Perhaps it is, how could I check that? Why would the code work fine in GDC then? --

[Issue 14692] SIGSEGV during SHA.put

2015-06-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 --- Comment #4 from Vladimir Panteleev --- (In reply to Rory from comment #3) > Perhaps it is, how could I check that? Try D from git master. > Why would the code work fine in GDC then? Why wouldn't (or would) it? --

[Issue 14692] SIGSEGV during SHA.put

2015-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 --- Comment #5 from Rory --- This is still an issue in dmd.2.068.0-b2.linux.zip 0x in ?? () (gdb) bt #0 0x in ?? () #1 0x0074f117 in std.digest.sha.SHA!(512, 160).SHA.put(scope const(ubyte)[]...) (this=...,

[Issue 14692] SIGSEGV during SHA.put

2015-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 --- Comment #6 from Rory --- More brain dump stuff, because I've run out of time looking at this for now: >From what I can tell it appears that transform() is invalid in DMD and LDC. I do not have this problem in GDC which has an outdated frontend.

[Issue 14692] SIGSEGV during SHA.put

2015-08-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 --- Comment #7 from Vladimir Panteleev --- We're going to need a self-contained reproducible testcase. Please check out Dustmite if you haven't already. Since this problem doesn't manifest in GDC, your Dustmite test script can try compiling the prog

[Issue 14692] SIGSEGV during SHA.put

2022-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14692 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|