bmwcarit / Emma

Emma Memory and Mapfile Analyser. (Repo marked private after security audit. Contact Marian Kneer for details)
GNU General Public License v3.0
4 stars 0 forks source link

Unfiltered callgraph pictures will not be created #4

Closed KGergo88 closed 3 years ago

KGergo88 commented 5 years ago

During the creation of the .png files from the unfiltered call graph dot files a segmentation fault happens. It seems that the current DPI value of 300 causes the problem. With a 200 DPI, the conversion succeeds.

TODO:

holzkohlengrill commented 4 years ago

~I think this was already "fixed".~ ~I decreased the DPI settings.~ ~@KGergo88 please verify.~

DPI_DOCUMENTATION is used in stringConstants.py. Seems that is is still not changed.