Last active
August 29, 2015 14:19
-
-
Save vorburger/130c9951fbcae1a729c5 to your computer and use it in GitHub Desktop.
Example of email causing Google Inbox A/HREF linkify bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Delivered-To: mi...@gmail.com | |
| Received: by 10.112.182.1 with SMTP id ea1csp1097818lbc; | |
| Sun, 19 Apr 2015 15:17:27 -0700 (PDT) | |
| X-Received: by 10.42.88.206 with SMTP id d14mr15378148icm.40.1429481846161; | |
| Sun, 19 Apr 2015 15:17:26 -0700 (PDT) | |
| Return-Path: <bugzilla-daemon@eclipse.org> | |
| Received: from pmta1.delivery9.ore.mailhop.org (pmta1.delivery9.ore.mailhop.org. [54.186.172.23]) | |
| by mx.google.com with ESMTPS id j197si14363280ioj.18.2015.04.19.15.17.25 | |
| for <mi...@gmail.com> | |
| (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); | |
| Sun, 19 Apr 2015 15:17:26 -0700 (PDT) | |
| Received-SPF: none (google.com: bugzilla-daemon@eclipse.org does not designate permitted sender hosts) client-ip=54.186.172.23; | |
| Authentication-Results: mx.google.com; | |
| spf=none (google.com: bugzilla-daemon@eclipse.org does not designate permitted sender hosts) smtp.mail=bugzilla-daemon@eclipse.org | |
| Received: from delivery2.ore.mailhop.org (172.31.29.48) by pmta1.delivery1.ore.mailhop.org id h6gknc21frs3 for <mi...@gmail.com>; Sun, 19 Apr 2015 22:15:58 +0000 (envelope-from <bugzilla-daemon@eclipse.org>) | |
| Received: from delivery2.ore.mailhop.org (localhost [127.0.0.1]) | |
| by delivery2.ore.mailhop.org (Postfix) with ESMTP id 92A9E8028A | |
| for <m...@vorburger.ch>; Sun, 19 Apr 2015 22:15:59 +0000 (UTC) | |
| Received: from erouter9.ore.mailhop.org (ip-172-31-44-95.us-west-2.compute.internal [172.31.44.95]) | |
| by delivery2.ore.mailhop.org (Postfix) with ESMTP id 8A7EF80287 | |
| for <mi...@vorburger.ch>; Sun, 19 Apr 2015 22:15:57 +0000 (UTC) | |
| Received: from ip-172-31-44-110.us-west-2.compute.internal ([172.31.44.110] | |
| helo=erouter9.ore.mailhop.org) by gfilter4.ore.mailhop.org with SMTP | |
| (2.4.3); 19 Apr 2015 22:15:52 +0000 | |
| Received: from mail.eclipse.org (mail.eclipse.org [198.41.30.200]) | |
| by erouter9.ore.mailhop.org (Postfix) with SMTP id A53BD42D6E | |
| for <mi...@vorburger.ch>; Sun, 19 Apr 2015 22:15:54 +0000 (UTC) | |
| Received: from bugs-vm1.eclipse.org (bugs-vm1.eclipse.org [172.30.1.5]) | |
| by mail.eclipse.org (Postfix) with ESMTP id D8EEA2DD0EC | |
| for <mi..@vorburger.ch>; Sun, 19 Apr 2015 18:15:51 -0400 (EDT) | |
| Received: from bugs.eclipse.org (localhost [127.0.0.1]) | |
| by bugs-vm1.eclipse.org (Postfix) with ESMTP id 406BF9073C | |
| for <mi..@vorburger.ch>; Sun, 19 Apr 2015 18:15:52 -0400 (EDT) | |
| From: bugzilla-daemon@eclipse.org | |
| To: mi..@vorburger.ch | |
| Subject: [Bug 425973] Deadlock when closing projects, involving | |
| GitProjectData.logAndUnmapGoneMappedResource | |
| Date: Sun, 19 Apr 2015 22:15:42 +0000 | |
| X-Bugzilla-Reason: CC | |
| X-Bugzilla-Type: changed | |
| X-Bugzilla-Watch-Reason: None | |
| X-Bugzilla-Classification: Technology | |
| X-Bugzilla-Product: EGit | |
| X-Bugzilla-Component: Core | |
| X-Bugzilla-Version: 3.2 | |
| X-Bugzilla-Keywords: | |
| X-Bugzilla-Severity: blocker | |
| X-Bugzilla-Who: los..@gmx.de | |
| X-Bugzilla-Status: RESOLVED | |
| X-Bugzilla-Priority: P3 | |
| X-Bugzilla-Assigned-To: egit.core-inbox@eclipse.org | |
| X-Bugzilla-Target-Milestone: 3.5 | |
| X-Bugzilla-Flags: | |
| X-Bugzilla-Changed-Fields: cc | |
| Message-ID: <bug-425973-45131-3RmAFTUCJw@https.bugs.eclipse.org/bugs/> | |
| In-Reply-To: <bug-425973-45131@https.bugs.eclipse.org/bugs/> | |
| References: <bug-425973-45131@https.bugs.eclipse.org/bugs/> | |
| Content-Type: text/plain; charset="UTF-8" | |
| Content-Transfer-Encoding: 7bit | |
| X-Bugzilla-URL: https://bugs.eclipse.org/bugs/ | |
| Auto-Submitted: auto-generated | |
| MIME-Version: 1.0 | |
| X-SMX-ID: gfilter4.ore.mailhop.org m1-81757-00369 | |
| X-SMX-Session: 7F46482FBC10 (mail 1) | |
| X-SMX-Detected-RIP: 198.41.30.200 | |
| X-SMX-Source-IP: 198.41.30.200 | |
| X-SMX-Version: 2.4.3(14313) on gfilter4.ore.mailhop.org | |
| X-SMX-Redlisted: Yes (Auto-Submitted:) | |
| X-Virus-Scanned: ClamAV using ClamSMTP | |
| https://bugs.eclipse.org/bugs/show_bug.cgi?id=425973 | |
| Product/Component: EGit / Core | |
| Andrey Loskutov <los...@gmx.de> changed: | |
| What |Removed |Added | |
| ---------------------------------------------------------------------------- | |
| CC| |vlad..@gmail.com | |
| --- Comment #15 from Andrey Loskutov <los...@gmx.de> --- | |
| *** Bug 429402 has been marked as a duplicate of this bug. *** | |
| -- | |
| You are receiving this mail because: | |
| You are on the CC list for the bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment