adsr / phpspy

low-overhead sampling profiler for PHP 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to run phpspy on a core dump?

TysonAndre opened this issue · comments

E.g. given the core dump and the path to the php binary (and possibly shared libraries it uses), would showing the php stack trace with php method names be possible.

This may be useful when debuginfo is missing for the php binary.

commented

I haven't looked into this yet but it's an interesting idea.