On Fri, 2017-02-10 at 17:50 +0100, Ulf Hermann wrote: > > Try sending suspicious content via something like fpaste.org. > > I don't think it's very suspicious, but I don't intend to start a pointless > argument as first thing I do here ;) > > fpaste.org won't accept it either, but paste.kde.org does. So, here we go: > > https://paste.kde.org/pgs6oqk2z
I could reconstruct it from that pastebin. But it was a bit of a struggle, some parts didn't apply as is because tabs seemed to be turned into spaces. I tried to repost it to the list. But the first time it was bounced as "spam" and the second time after removing the git-bin-diffs sourceware seemed to accept it, but then it never showed up on the list. (See below for the logs on my end.) I have the patch and the binaries locally and you added the description how to recreate them, so that is good. make check passes. But make distcheck pointed out that run-backtrace-fp-core-x86_64.sh should be added to EXTRA_DIST. I haven't looked too deeply at the actual patch yet, sorry. But I think I like the idea. I'll be away for a day, but will get back to it soon. Lets see if we can somehow get it past the spam filters... Thanks, Mark Bounce from first attempt: Return-Path: <[email protected]> Received: from tarox.wildebeest.org (herd.wildebeest.org [80.127.118.209]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 48FF73001559 for <[email protected]>; Sun, 12 Feb 2017 23:05:13 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 2C4EA406D9E4; Sun, 12 Feb 2017 23:05:13 +0100 (CET) From: Mark Wielaard <[email protected]> To: [email protected] Subject: [PATCH] Add frame pointer unwinding as fallback on x86_64 Date: Sun, 12 Feb 2017 23:05:09 +0100 Message-Id: <[email protected]> X-Mailer: git-send-email 1.8.3.1 postfix log for second attempt (with git-bin-diffs removed): Feb 13 00:21:51 gnu postfix/smtpd[7671]: CE7703000269: client=herd.wildebeest.org[80.127.118.209], sasl_method=DIGEST-MD5, sasl_username=mark Feb 13 00:21:51 gnu postfix/cleanup[7675]: CE7703000269: message-id=<[email protected]> Feb 13 00:21:51 gnu postfix/qmgr[1823]: CE7703000269: from=<[email protected]>, size=9253, nrcpt=1 (queue active) Feb 13 00:21:57 gnu postfix/smtp[7676]: CE7703000269: to=<[email protected]>, relay=sourceware.org[209.132.180.131]:25, delay=5.9, delays=0.02/0.01/1.4/4.4, dsn=2.0.0, status=sent (250 Queued! 1486941717 qp 97183 <[email protected]>) Feb 13 00:21:57 gnu postfix/qmgr[1823]: CE7703000269: removed
