yuyangJin / BaguaTool

Performance analysis with graph analysis and hybrid static-dynamic analysis
1 stars 0 forks source link

graphviz dot cmd segmentation fault #1

Open yuyangJin opened 3 years ago

yuyangJin commented 3 years ago

When generating big .pdf or .png, "dot" crashed with "segmentation fault".

yuyangJin commented 3 years ago

When generating big .pdf or .png, "dot" crashed with "segmentation fault".

use ulimit -s unlimited to increase the maximum stack size.