gajus / xhprof.io

GUI to analyze the profiling data collected using XHProf – A Hierarchical Profiler for PHP.
http://xhprof.io/
Other
429 stars 103 forks source link

Callgrap throwing errors: Segmentation fault (core dumped) #62

Open blackfyre opened 10 years ago

blackfyre commented 10 years ago

When generating the Callgraph the graphViz throws an exception: Segmentation fault (core dumped)

The DEBUG output can be found here: http://profiler.blackworks.org/graph-error.txt

The phpinfo can be found here: http://profiler.blackworks.org/player.php

Running: graphviz (2.26.3-10ubuntu1.1)

blackfyre commented 10 years ago

Well, the input is too big...

staabm commented 10 years ago

How big is too big?

blackfyre commented 10 years ago

Good question... I've found only 1 bug ticket on the grapviz site with this message, and the problem was solved with reducing the label size, see: http://www.graphviz.org/mantisbt/print_bug_page.php?bug_id=577

staabm commented 10 years ago

How big is your input?