[Issue 22114] Fatal Token Parser Error at Line 914 for Version 2.097.0

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 10 09:54:05 UTC 2021


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

--- Comment #8 from Tyler at linuxdev.app ---
As it turns out, the problem is that the value given for aforementioned tochars
index is coming from a de-referenced object that is pointing to an invalid
address, because I have checked conditional breakpoint to check constructor for
Expression abstract class specifically in dmd/src/dmd/expression.d at line 663
which never have op set to 18668.

I am pretty unfamiliar with the implementation of DMD, so I would appreciate
any tips or suggestions here to help address this blocking issue.

--


More information about the Digitalmars-d-bugs mailing list