Skip to content
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

Crashes QGIS with a RuntimeError #8

Closed
kannes opened this issue Sep 29, 2018 · 1 comment
Closed

Crashes QGIS with a RuntimeError #8

kannes opened this issue Sep 29, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kannes
Copy link

kannes commented Sep 29, 2018

With QNEAT3 installed in QGIS master, QGIS will crash completely if I open the Processing settings and close it again by clicking OK.

src/core/qgsmessagelog.cpp: 29: (logMessage) [259ms] 2018-09-29T19:13:53 Python error[1] Traceback (most recent call last):
  File "/home/user/.local/share/QGIS/QGIS3/profiles/default/python/plugins/QNEAT3/Qneat3Provider.py", line 106, in loadAlgorithms
    self.addAlgorithm(alg)
RuntimeError: wrapped C/C++ object of type ShortestPathBetweenPoints has been deleted

QGIS died on signal 11ptrace: Operation not permitted.
No thread selected
No stack.
gdb returned 0
Aborted (core dumped)

According to https://issues.qgis.org/issues/16858 a plugin bug, not QGIS'.

@root676
Copy link
Owner

root676 commented Oct 11, 2018

Hi, thanks for the bug report - I already fixed this with the last commit. I am still testing and cleaning up code before releasing the fix to the plugin repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants