[Issue 17088] Access Violation on membership test with shared AA

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 13 09:59:10 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17088

--- Comment #2 from m.bierlee at lostmoment.com ---
In DMD 2.075.0 (DMD32 D Compiler v2.075.0) this issue also seems to happen in
debug mode, with the following stack trace:

object.Error@(0): Access Violation
----------------
0x004028CA in _d_assocarrayliteralTX
0x0040257F in D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv
0x00402543 in void rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).runAll()
0x00402444 in _d_run_main
0x0040222C in main at D:\Temp\assocbug\source\app.d(7)
0x0041F131 in mainCRTStartup
0x76208744 in BaseThreadInitThunk
0x7755582D in RtlGetAppContainerNamedObjectPath
0x775557FD in RtlGetAppContainerNamedObjectPath
Program exited with code 1

Using the code from the original post

--


More information about the Digitalmars-d-bugs mailing list