On Thursday, 24 December 2020 at 16:12:31 UTC, Saurabh Das wrote:
This causes a segfault when run with rdmd -gx:
[...] On my machine its a "realloc(): invalid pointer". From what does the allocator know, that `p' is somehow an array?
svv1999 via Digitalmars-d-learn Thu, 24 Dec 2020 10:50:28 -0800
On Thursday, 24 December 2020 at 16:12:31 UTC, Saurabh Das wrote:
This causes a segfault when run with rdmd -gx:
[...] On my machine its a "realloc(): invalid pointer". From what does the allocator know, that `p' is somehow an array?