Daniel Lintott, le Tue 25 Mar 2014 14:15:37 +0000, a écrit : > using a regex for /\bperl_run\b/, which is obviously not present in the > hurd trace. I don;t know all much about the way hurd works, but it would > seem plausible that the hurd output is different from what the script > expects?
If it's parsing the backtrace output, yes, it will be different: what it gets here is the backtrace of the signal-handling thread (internal to glibc), not the backtrace of the thread which raised the signal. It is thus no wonder that it doesn't get what it looks for. Samuel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

