CoatiSoftware / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
https://www.sourcetrail.com/
GNU General Public License v3.0
14.82k stars 1.39k forks source link

Crash when saving a very large depth graph as .PNG #623

Open bikeNomad opened 5 years ago

bikeNomad commented 5 years ago

I have been given a very large and poorly structured code base that I'm trying to understand.

I displayed a very deep depth graph of a very large part of the code base, resulting in a graph with over 1700 nodes.

When I tried to save a .PNG of this graph, Sourcetrail crashed.

I've attached a crash dump.

Sourcetrail_2018-10-07-113552_Ned-lt.crash.zip

Sourcetrail 2018.3.55 - 64 bit, MacOS 10.13.6

egraether commented 5 years ago

Thank you for the crash report! The crash is happening in QRasterPaintEngine which is some Qt internal class for creating the image I reckon. Not sure if we can do anything about this crash.