highperformancecoder/scidavis-old

Crashes in project explorer

Rugaliz opened this issue · 6 comments

When i right click inside the project explorer outside the icon for folders area, scidavis crashes with a segmentation fault.
I tested this using fedora 28

I can reproduce the crash here - on both Slackware and Windows - SciDAVis 1.23

alxpl commented

In fedora, the automatic bug reporting tool says this:

Process 24158 (scidavis) crashed in QMenu::exec(QPoint const&, QAction*)()

I ran it through gdb, in case anyone finds that useful.

gdb_backtrace.txt

gbm19 commented

Attached patch solves the problem for me (fedora 27)

fix-gh-issue-90.patch.txt

alxpl commented

Tested and working on f28, didn't notice any side effects.
I will submit updates for f27 & f28 as soon as the builds are ready.

The patch works on Slackware too.
Good job.

Patch merged.