A customer sent me an HTML document that seems to cause SyntaxEdit to crash when it is opened with syntax highlighting enabled (stack overflow error).
I have already increased the stack size in the C++ Linker->Output setting to 0x400000 to address another issue that I think I had awhile back.
I'd like to send you this file and I received permission from the customer if "provided that they do not further
distribute the file and that the file is deleted after their evaluation."
Can I send this file to someone via email to check and then delete the file afterwards? Thank you.
Here's the top of the call stack:
:009efaba Lmdarrayutils::_16387 + 0x6
:009efc4c ; LMDCharArrayCopy
:00a2b1ed Lmdseddocument::_16582 + 0x29
:009d1f75 ; MatchPrim
:009d1d6a ; MatchPrim
:009d1dd5 ; MatchPrim
:009d1cdf ; MatchPrim
:009d1fc3 ; MatchPrim
:009d1d6a ; MatchPrim
:009d1dd5 ; MatchPrim
:009d1cdf ; MatchPrim
:009d1fc3 ; MatchPrim
:009d1d6a ; MatchPrim
:009d1dd5 ; MatchPrim
:009d1cdf ; MatchPrim
:009d1fc3 ; MatchPrim
:009d1d6a ; MatchPrim
:009d1dd5 ; MatchPrim
:009d1cdf ; MatchPrim
:009d1fc3 ; MatchPrim
... bunch of MatchPrim lines..... calling itself too many times?
Comments