This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/4] Optionally allow unknown symbols in the backtrace tests


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: <mark@klomp.org>
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 <elfutils-devel@sourceware.org>; 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 <mark@klomp.org>
To: elfutils-devel@sourceware.org
Subject: [PATCH] Add frame pointer unwinding as fallback on x86_64
Date: Sun, 12 Feb 2017 23:05:09 +0100
Message-Id: <1486937109-29423-1-git-send-email-mark@klomp.org>
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=<1486941708-32567-1-git-send-email-mark@klomp.org>
Feb 13 00:21:51 gnu postfix/qmgr[1823]: CE7703000269: from=<mark@klomp.org>, size=9253, nrcpt=1 (queue active)
Feb 13 00:21:57 gnu postfix/smtp[7676]: CE7703000269: to=<elfutils-devel@sourceware.org>, 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 <1486941708-32567-1-git-send-email-mark@klomp.org>)
Feb 13 00:21:57 gnu postfix/qmgr[1823]: CE7703000269: removed


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]