adsr / phpspy

low-overhead sampling profiler for PHP 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors being written to stdout

ttk opened this issue · comments

Seems like this commit 3b9df56 introduced a problem causing stderr being written to stdout. After checking out the prior commit, that problem goes away.

commented

@ttk Thank you for the report. It is pretty magical so I am not surprised it breaks. However, strangely, I cannot repro it on my setup. Can you strace -f -s256 -o/tmp/strace phpspy ... and share /tmp/strace? Feel free to email it instead if you don't want to share publicly. Thanks.

commented

@ttk Let me know if 90eb31c works as expected. Thank you.

Yes, that worked! Thanks!