Problem finding the cause of a random crash in Document::NotifyModified(DocModification mh)
| Newsgroups | gmane.comp.lib.scintilla.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to find out what might cause this crash [image: Document_NotifModified.PNG] This happened after typing "self ", the word self with a space, in an empty python buffer. [image: ScintillaWin_AddWString.PNG] Is it normal that even though wsv[0] is 32 (space), the docChar size is 0? To be 100% clear, this ONLY happens when Notepad++ loads my plugin, I've never seen it occur without my plugin, but nothing in the stack trace points to a source from my plugin. And all my plugin is doing is calling searchintarget and using indicators to flag matches. There are no other threads in play either. I'm running out of ideas and I hope someone else has some. Thank you Eren -- You received this message because you are subscribed to the Google Groups "scintilla-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scintilla-interest/beebb2fe-b31f-48b1-9857-4f172c45aef2n%40googlegroups.com.
ScintillaWin_AddWString.PNG
(image/png, 217.5 KB) - not displayed
Document_NotifModified.PNG
(image/png, 269.7 KB) - not displayed