You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QMS Windows version (both Qt5 and Qt6 version) crashes when trying to add an area to a map
What have you done to circle down the problem?
see next point
To Reproduce
Start QMS with an INI file in which a BRouter configuration is defined
Goto a map window
Right click and select Add area.
Move mouse with attached endpoint of the line segment to a new location. Don't click.
Wait a little moment and see that QMS crashes
This crash can be reproduced. It happens with a release and a release-with-debug Exe
Restart QMS without using a INI file or use a INI without BRouter configuration
Repeat adding an area
See that QMS doesn't crash
Expected behavior
No crash
Screenshots
None
Attachments
None
Tracebacks
The call stack obtained in MSVC when using a RelWithDebug variant indicates that the crash happens somewhere in a Qt module. The last QMS file/function/method used was main(...).
Desktop
OS: Windows 10
QMapShack Version: latest dev version with Qt5 or Qt6
Window Manager: [e.g. KDE, GNOME]
Additional context
Remarks:
There seem to be some common actions with unresolved and still existing issues #388, #624 and, maybe, others:
A line segment should be drawn
The start of the line segment is fixed by triggering some command (Add area, Add track)
The endpoint of the line segment is attached to the mouse
The mouse, i.e. the endpoint of the line segment, is moved to some new location
The endpoint of the segment is not yet fixed by a mouse click
After not moving the mouse for a little while or moving it slightly without clicking the crash happens
The call stack points to a series of Qt or other non-QMS modules. The first QMS module mentioned in the call stack doesn't give any useful information about the possible reason of the crash.
The crashes can be reproduced
The text was updated successfully, but these errors were encountered:
Describe the bug
QMS Windows version (both Qt5 and Qt6 version) crashes when trying to add an area to a map
What have you done to circle down the problem?
see next point
To Reproduce
Add area
.Expected behavior
No crash
Screenshots
None
Attachments
None
Tracebacks
The call stack obtained in MSVC when using a RelWithDebug variant indicates that the crash happens somewhere in a Qt module. The last QMS file/function/method used was
main(...)
.Desktop
Additional context
Remarks:
There seem to be some common actions with unresolved and still existing issues #388, #624 and, maybe, others:
Add area
,Add track
)The text was updated successfully, but these errors were encountered: