Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Random crash #243

Closed
Aghlara opened this issue May 31, 2016 · 1 comment
Closed

Random crash #243

Aghlara opened this issue May 31, 2016 · 1 comment

Comments

@Aghlara
Copy link

Aghlara commented May 31, 2016

Hi,

Sometimes, my application crashes at the bellow stack trace:

Stack: at ScintillaNET.GapBuffer``1.get_Item(Int32 index) at ScintillaNET.LineCollection.CharLineLength(Int32 index) at ScintillaNET.LineCollection.DeletePerLine(Int32 index) at ScintillaNET.LineCollection.TrackDeleteText(SCNotification scn) at ScintillaNET.LineCollection.scintilla_SCNotification(Object sender, SCNotificationEventArgs e) at ScintillaNET.Scintilla.WmReflectNotify(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

What is this? Why that is happening? Any way we can handle that?

Regards,

@jacobslusser
Copy link
Owner

Is it possible you are closing/disposing of the instance and then trying to access it? Or are you forgetting to use the opt-in behavior we discussed in issue #85?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants