Comment 3 for bug 1196761

Revision history for this message
Joshua Doe (joshuadoe) wrote :

I have this same problem, running version 0.92.3 x64 on Windows 10.

With the monitor at 2160x3840 (portrait mode), it exhibits the previously described behavior. The GUI will appear, then sometimes crash spontaneously, other times I'll have to click a menu title (which shows the outline of the menu but no contents) to cause a crash, other times it will just hang and I'll have to kill the process.

The resolutions that I tested and work fine are 2160x1920, 1600x2560, and 720x1280.

I checked that the hangups were being caused by infinite recursions in SPCanvas::paintRectInternal. Looking through the code here, I don't see an obvious bug that would cause this recursion, perhaps something about the calculation of mid?:
https://gitlab.com/inkscape/inkscape/blob/master/src/display/sp-canvas.cpp#L1732