|
From: Michael G. <mi...@li...> - 2016-04-26 04:07:23
|
Am 26.04.16 um 01:10 schrieb Antoin Verschuren: > So, what’s next, a tcpdump won’t help I guess if the xml_parser just dies.. > Is there anything else I can put debugging placeholders or see the code that crashes the xml_parser? > Is there a way I can change the xml_parser error handling (like in issue #9) to see if that helps? try: ps -C apache2 o pid= | sed 's/^/-p /' | xargs strace -o strace.log -- Gruß Michael Wenn du verstehst, was du tust, wirst du nichts lernen |