Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unfiltered callgraph pictures will not be created #4

Closed
KGergo88 opened this issue Jul 9, 2019 · 1 comment
Closed

Unfiltered callgraph pictures will not be created #4

KGergo88 opened this issue Jul 9, 2019 · 1 comment
Assignees
Labels
bug Something isn't working documentation Improvements/additions to documentation & documenting issues (-> meaning no actual work was done) good first issue Good for newcomers SP: 5
Milestone

Comments

@KGergo88
Copy link
Member

KGergo88 commented Jul 9, 2019

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:

  • Find out the max possible DPI value with we can still create pictures
  • Change the DPI setting in the constants
  • Test the changes
@KGergo88 KGergo88 added the bug Something isn't working label Jul 9, 2019
@KGergo88 KGergo88 self-assigned this Jul 9, 2019
@holzkohlengrill
Copy link
Collaborator

holzkohlengrill commented Aug 7, 2019

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.

@holzkohlengrill holzkohlengrill added this to the 3.3 milestone May 29, 2020
@holzkohlengrill holzkohlengrill added SP: 5 documentation Improvements/additions to documentation & documenting issues (-> meaning no actual work was done) good first issue Good for newcomers labels May 29, 2020
DariaPigasova added a commit that referenced this issue Jun 24, 2020
heliocastro pushed a commit that referenced this issue Mar 7, 2022
Close #4, DPI values changed


Co-authored-by: Marcel Schmalzl <12732886+holzkohlengrill@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements/additions to documentation & documenting issues (-> meaning no actual work was done) good first issue Good for newcomers SP: 5
Projects
None yet
Development

No branches or pull requests

3 participants