[Issue 13279] [dmd-2.066-rc2] Invalidated state of DList with linearRemove

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 10 13:30:00 PDT 2014


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

--- Comment #1 from NCrashed at gmail.com ---
Compiler output:
```
core.exception.AssertError@/usr/include/dmd/phobos/std/container/dlist.d(125):
DList.Range: Invalidated state
----------------
/home/ncrashed/dev/d/dmd-test/dmd-test(pure nothrow @nogc @safe void
std.container.dlist.DList!(int).DList.Range.popFront()+0xf3) [0x44298b]
/home/ncrashed/dev/d/dmd-test/dmd-test(_Dmain+0x73) [0x43f683]
/home/ncrashed/dev/d/dmd-test/dmd-test(_D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv+0x1f)
[0x44e097]
/home/ncrashed/dev/d/dmd-test/dmd-test(void rt.dmain2._d_run_main(int, char**,
extern (C) int function(char[][])*).tryExec(scope void delegate())+0x2a)
[0x44dfea]
/home/ncrashed/dev/d/dmd-test/dmd-test(void rt.dmain2._d_run_main(int, char**,
extern (C) int function(char[][])*).runAll()+0x30) [0x44e050]
/home/ncrashed/dev/d/dmd-test/dmd-test(void rt.dmain2._d_run_main(int, char**,
extern (C) int function(char[][])*).tryExec(scope void delegate())+0x2a)
[0x44dfea]
/home/ncrashed/dev/d/dmd-test/dmd-test(_d_run_main+0x193) [0x44df6b]
/home/ncrashed/dev/d/dmd-test/dmd-test(main+0x25) [0x44a2b5]
/lib64/libc.so.6(__libc_start_main+0xf5) [0x39e9021d65]
```

--


More information about the Digitalmars-d-bugs mailing list