-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash with 2020.1-152-g74ab961 #276
Comments
Oh no! OK, well we'll get to the bottom of it, thanks for the report! |
Well, since it's hard to reproduce, I kinda have to guess on a solution, but I think I see the issue. I capture a smart pointer by reference with the intention of both using it and keeping the data it points to alive as long as the connection exists. But by reference is the wrong approach, it should be a copy of the smart pointer so it increments the reference count. Any chance that you closed a document while a macro was running AND it had a dialog up? I think that that is likely how we could get here. |
Possibly fixed in master... |
I have way too much speed to remember what I have done, but most likely I manage to do all kind of weird things. I'll update to the latest and see if I can reproduce the issue. |
Something wrong with your latest commit? |
@marilmanen need qt 5.10 for this. See my post on discussion. |
Oh, I can fix that |
and the build failure mentioned in #276
@marilmanen and @tksoh Should be able to build now |
Yep, let's see if I can find something new.... |
in the hopes that it fixes issue eteran#276
…ran#277 and the build failure mentioned in eteran#276
This time I had a dialog open from a macro command and I was working with other tools. The crash happened at the time when I activated the nedit window. Here is the gdb bt log.
The text was updated successfully, but these errors were encountered: