From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 19 13:22:49 2016 Received: (at submit) by debbugs.gnu.org; 19 Mar 2016 17:22:49 +0000 Received: from localhost ([127.0.0.1]:53886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ahKaP-0000Yv-FY for submit@debbugs.gnu.org; Sat, 19 Mar 2016 13:22:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ahJuv-00081V-RP for submit@debbugs.gnu.org; Sat, 19 Mar 2016 12:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahJup-0004SY-BC for submit@debbugs.gnu.org; Sat, 19 Mar 2016 12:39:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahJup-0004SU-7j for submit@debbugs.gnu.org; Sat, 19 Mar 2016 12:39:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahJuo-0002yS-66 for bug-gnu-emacs@gnu.org; Sat, 19 Mar 2016 12:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahJuk-0004Rx-U4 for bug-gnu-emacs@gnu.org; Sat, 19 Mar 2016 12:39:50 -0400 Received: from mail-ig0-f178.google.com ([209.85.213.178]:38745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahJuk-0004Rt-PN for bug-gnu-emacs@gnu.org; Sat, 19 Mar 2016 12:39:46 -0400 Received: by mail-ig0-f178.google.com with SMTP id ig19so42486857igb.1 for ; Sat, 19 Mar 2016 09:39:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=oefVu76YZvLFX/mQshdAs0bvMsQfrtJF3GrN60p2bys=; b=RwyKVv2aM7JkQGpZ2n9U6J/hzTx9+me1v4lBErqted9LAVRqcJXQ69io7wG/xKapj4 ggQjD9MvhO0uyhv0/0KHO7GNk0EuYdCzj/uqRe6rZ+kblsj5eYqCss2WTHmYQyaiqLZ7 9xa87XuDg8Ir0tiZ780EbxbYHKiMjmWCJTbA09oKtffHvu7S5PZuAFC1DUkkGUG0fPVx iOBOjQB0AeU2YryIdwAnhx4IFkHOFd4pFU4utb20sCL/rJ8kToy6+isSQMUZCpyOKT69 cd1HHX1U31GLWtS1/F2fDaXEnEMhXtqMtYovOJCvGmPx7onbS44zvKKhZL37sjmvdKFc duXw== X-Gm-Message-State: AD7BkJI40TJO7lP9c/p08ObfVcEuc9WbW1zfUbnCKE6uFbxVyHhblIWdTVKLcBt1ctUXTD5GHu/Ed9H7+MiHmw== X-Received: by 10.50.25.229 with SMTP id f5mr4773955igg.17.1458405585899; Sat, 19 Mar 2016 09:39:45 -0700 (PDT) MIME-Version: 1.0 From: Trey Ethan Harris Date: Sat, 19 Mar 2016 16:39:36 +0000 Message-ID: Subject: 24.5; OS X 10.11 delete-frame fullscreen frame causes segfault To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7bd7655ce2fb8a052e69820b X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 19 Mar 2016 13:22:48 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.8 (---) --047d7bd7655ce2fb8a052e69820b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To reproduce: 0. Run "Emacs.app/Contents/MacOS/Emacs -Q". 1. Create a second frame (with make-frame or other method) 2. Make the frame fullscreen using the green titlebar fullscreen button 3. Delete the new fullscreen frame using delete-frame or other method (including clicking the red titlebar close button). Expected result: Frame deleted, prior frame refocused, Emacs continues running Actual result: Frame deleted, then segmentation fault I have done some additional differential diagnosis that may be helpful: 1. This only occurs with OS X El Capitan (10.11) and later=E2=80=94which rewrote fullscreen support to support Split View, so I suspect the new interaction is to blame. 2. I have tested other Cocoa builds of Emacs 24 such as emacsforosx, and they also exhibit this behavior. (I have not tested Emacs 25.) 3. I have had others, including non-Emacs users, reproduce the bug, in one case on an otherwise clean install of OS X. In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org Windowing system distributor `Apple', version 10.3.1404 Configured using: `configure --with-ns '--enable-locallisppath=3D/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp'' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix --047d7bd7655ce2fb8a052e69820b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
To reproduce:

0. Run "E= macs.app/Contents/MacOS/Emacs -Q".
1. Create a second frame = (with make-frame or other method)
2. Make the frame fullscreen us= ing the green titlebar fullscreen button
3. Delete the new fullsc= reen frame using delete-frame or other method
(including clicking= the red titlebar close button).

Expected result: = Frame deleted, prior frame refocused, Emacs continues
running
Actual result: Frame deleted, then segmentation fault

=
I have done some additional differential diagnosis that may be h= elpful:

1. This only occurs with OS X El Capitan (= 10.11) and later=E2=80=94which
rewrote fullscreen support to supp= ort Split View, so I suspect the=C2=A0
new interaction is to blam= e.
2. I have tested other Cocoa builds of Emacs 24 such as emacsf= orosx, and they
also exhibit this behavior. (I have not tested Em= acs 25.)
3. I have had others, including non-Emacs users, reprodu= ce the bug, in
one case on an otherwise clean install of OS X.





In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-126= 5.21)
=C2=A0of 2015-04-10 on builder10-9.porkrind.org
Windowing system distributor= `Apple', version 10.3.1404
Configured using:
=C2= =A0`configure --with-ns '--enable-locallisppath=3D/Library/Application<= /div>
=C2=A0Support/Emacs/${version}/site-lisp:/Library/Application
=C2=A0Support/Emacs/site-lisp''

Imp= ortant settings:
=C2=A0 value of $LANG: en_US.UTF-8
=C2= =A0 locale-coding-system: utf-8-unix

--047d7bd7655ce2fb8a052e69820b-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 19 13:39:33 2016 Received: (at 23065) by debbugs.gnu.org; 19 Mar 2016 17:39:33 +0000 Received: from localhost ([127.0.0.1]:53900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ahKqb-0002dQ-61 for submit@debbugs.gnu.org; Sat, 19 Mar 2016 13:39:33 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:33804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ahKqa-0002d9-6A for 23065@debbugs.gnu.org; Sat, 19 Mar 2016 13:39:32 -0400 Received: by mail-wm0-f46.google.com with SMTP id p65so106486138wmp.1 for <23065@debbugs.gnu.org>; Sat, 19 Mar 2016 10:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-transfer-encoding; bh=OBkJmc0Eer4XKZgdkwngsUCEbsbrlELOhuipkMtTQqk=; b=gGSoz63kvad6Ys4FyY4PQWG8jSP96zyRetlBSqa7MjHNZmqG3ukZmM5H1d5DmG3bEa DLHWQ3W9A7DDrfl0yEEOZqYXmDaNNjwXErQP1EXeQ3eul0lyxvQld/JGHGQ4loOO+1S9 RY+suPeAvF1gFeAuFLQ1PtoBgQcR2AAweoxxtuj+2LQ1LgMeeviaAUhwS45dZUc2sZwn QfhlLH2+TqKrcY/neMUFdeoqdNGfFveMBQsAc9VQl/HBNKpO8Fk8dLnuuktyJFKJwJUm dGbHEMpVwz9sqXphKhmKsU+q7+iyO4c0ERHt6jxNT0p8yh+aBMI6PRls8LsYeGfTVpt1 JKiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version:content-transfer-encoding; bh=OBkJmc0Eer4XKZgdkwngsUCEbsbrlELOhuipkMtTQqk=; b=bWh9zZjh6or/+WQ1RHORxatyilnnhAutxDfs6Km6suud/OqIIMHncCoWXBWdaa6WEb Zyh6h0WbGOJfDPzczqJo+KAja0js/fE5o715II3iRk7pxKd7XhnjlW+vs0vbuDXYA/AR HjhKp+PgNDZNZ8h8QsTw/smk6Uzx83nbcnOO+IlcVCMu2/qG/PVTsBOfWBGHdNqUL/T6 1Z5gGQzxR7w/aqN0JL0Hh5eyOayPQCwa3ymFGNOQLdkw8FufgUN6N4wzjPL+MpzqN6J3 ADJ2xF5aQ9MG6iT5jVWgUBBw/dsmQdKHyNk434l0YIjlfDj67RJ0sKRMqMWBeidRRCCB z6hA== X-Gm-Message-State: AD7BkJLmHio9gXYVIWYPDA8jeGWP7uZjWcXz8/np33SLSvfb9RTMsI0McSSXcF76MYGQhQ== X-Received: by 10.194.22.35 with SMTP id a3mr21848164wjf.165.1458409166532; Sat, 19 Mar 2016 10:39:26 -0700 (PDT) Received: from mbp.local ([78.63.255.2]) by smtp.gmail.com with ESMTPSA id u4sm17379112wjz.4.2016.03.19.10.39.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Mar 2016 10:39:25 -0700 (PDT) References: User-agent: mu4e 0.9.16; emacs 25.0.91.9 From: Saulius =?utf-8?Q?Menkevi=C4=8Dius?= To: Trey Ethan Harris Subject: Re: bug#23065: 24.5; OS X 10.11 delete-frame fullscreen frame causes segfault In-reply-to: Date: Sat, 19 Mar 2016 19:39:23 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23065 Cc: 23065@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hi, I can confirm I had this on 24.x and that this sequence no longer crashes emacs 25 (pretest). -Saulius Trey Ethan Harris writes: > To reproduce: > > 0. Run "Emacs.app/Contents/MacOS/Emacs -Q". > 1. Create a second frame (with make-frame or other method) > 2. Make the frame fullscreen using the green titlebar fullscreen button > 3. Delete the new fullscreen frame using delete-frame or other method > (including clicking the red titlebar close button). > > Expected result: Frame deleted, prior frame refocused, Emacs continues > running > Actual result: Frame deleted, then segmentation fault > > I have done some additional differential diagnosis that may be helpful: > > 1. This only occurs with OS X El Capitan (10.11) and later—which > rewrote fullscreen support to support Split View, so I suspect the > new interaction is to blame. > 2. I have tested other Cocoa builds of Emacs 24 such as emacsforosx, and > they > also exhibit this behavior. (I have not tested Emacs 25.) > 3. I have had others, including non-Emacs users, reproduce the bug, in > one case on an otherwise clean install of OS X. > > > > > > In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) > of 2015-04-10 on builder10-9.porkrind.org > Windowing system distributor `Apple', version 10.3.1404 > Configured using: > `configure --with-ns '--enable-locallisppath=/Library/Application > Support/Emacs/${version}/site-lisp:/Library/Application > Support/Emacs/site-lisp'' > > Important settings: > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8-unix From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 11:57:21 2016 Received: (at control) by debbugs.gnu.org; 28 Apr 2016 15:57:21 +0000 Received: from localhost ([127.0.0.1]:53333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoJd-0006Kg-3t for submit@debbugs.gnu.org; Thu, 28 Apr 2016 11:57:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avoJb-0006KU-Rv for control@debbugs.gnu.org; Thu, 28 Apr 2016 11:57:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avoJW-0007xn-2t for control@debbugs.gnu.org; Thu, 28 Apr 2016 11:57:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avoJV-0007xj-Vs for control@debbugs.gnu.org; Thu, 28 Apr 2016 11:57:14 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1avoJV-0004Ih-Mk for control@debbugs.gnu.org; Thu, 28 Apr 2016 11:57:13 -0400 Subject: control message for bug 23065 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Thu, 28 Apr 2016 11:57:13 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) merge 23395 23065 From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 15:18:01 2016 Received: (at 23065) by debbugs.gnu.org; 4 May 2016 19:18:01 +0000 Received: from localhost ([127.0.0.1]:38240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay2J6-0003Vt-Vb for submit@debbugs.gnu.org; Wed, 04 May 2016 15:18:01 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay2J5-0003Vd-Ph; Wed, 04 May 2016 15:18:00 -0400 Received: by mail-wm0-f41.google.com with SMTP id e201so200925540wme.0; Wed, 04 May 2016 12:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=SxoKlABGwoPzaAjg8FhSE1Bh32Rx5dG7HVuRuHkYMGo=; b=IcCziBKCSgd53HbIt/LNlTbmzfuHYeOevrcetSV9mLt92rQ6lenA+9uPnUebOqP+c/ kI1JdfAsPokBwr6RegXm8OzvWDpALVAjjcdOk+jxnd2kr5+uYN+E/wBuW10DMY/UwkJt uFLAZfZmtA3ADpZs32p8tCVYdH67em+veNobQqasOFJnrUgLFIzj6QtAMCe/WuH6eg04 xdklA0wY3bwnyw80/IJyJnToXg/Ns3xFVjU8Wx4qVIaHUIAWLjLMfPOVJkS9ikMw5v2/ vqnUKOZwSb7TfP2f0cn8BGR3VkkC3xpstyGUd3kjQpLxyZhSlQFqlDayRwm9t3KYwo47 YDBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version :content-transfer-encoding; bh=SxoKlABGwoPzaAjg8FhSE1Bh32Rx5dG7HVuRuHkYMGo=; b=QYyNMEjOiqgOYW7ux2OKx0rD7nAlBzeLCwwJ0PSXwPFDc/GAVOEFzTmjP2hJ5Xd+sM VhlqQwizZZTPukk7l5OOAZ7Cy8hZ4WsDlZmaeNbwwQrgQK7w7r1yoI+HXRkPf9ixCfQZ U7rfGkMbgMdgpkDt/PH/cj7JiJZ0p/GcVkkUsDvo+jd0HfWKWI6Cmz/bxxEq+fArNW6t YPm8rYHJS1IpxOwQu2/qj4ryQupPuuqNPiuykO4H0Y/iGyaKIYeOyFnl+IQcImfcoOuR vEfhn0mjFwyZ/iCta6WtQo54X5lGW1tHaR5FkbzE7onZ7l19USkdWyt1/u6UAgAz5v/m L1Vg== X-Gm-Message-State: AOPr4FVMW4fJeJfQeawn1vvBfGP7M3m5/7RGfXLv6TZE5EWMjgmZS+A5b5MfoTzMwiDPqw== X-Received: by 10.28.54.224 with SMTP id y93mr11048915wmh.82.1462389474243; Wed, 04 May 2016 12:17:54 -0700 (PDT) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-21d2-271e-c744-30ec.holly.idiocy.org. [2001:8b0:3f8:8129:21d2:271e:c744:30ec]) by smtp.gmail.com with ESMTPSA id ck9sm5817782wjc.22.2016.05.04.12.17.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 May 2016 12:17:53 -0700 (PDT) From: Alan Third To: Saulius =?utf-8?Q?Menkevi=C4=8Dius?= Subject: Re: bug#23065: 24.5; OS X 10.11 delete-frame fullscreen frame causes segfault References: Date: Wed, 04 May 2016 20:17:52 +0100 In-Reply-To: ("Saulius \=\?utf-8\?Q\?Menkevi\=C4\=8Di\?\= \=\?utf-8\?Q\?us\=22's\?\= message of "Sat, 19 Mar 2016 19:39:23 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 23065 Cc: Trey Ethan Harris , 23065@debbugs.gnu.org, 23395@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Saulius Menkevi=C4=8Dius writes: > Hi, > > I can confirm I had this on 24.x and that this sequence no longer > crashes emacs 25 (pretest). I don't get this crash in Emacs 25 either. --=20 Alan Third From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 15:18:16 2016 Received: (at control) by debbugs.gnu.org; 4 May 2016 19:18:16 +0000 Received: from localhost ([127.0.0.1]:38247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay2JM-0003Wy-Dd for submit@debbugs.gnu.org; Wed, 04 May 2016 15:18:16 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:35024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay2JK-0003Wl-FQ for control@debbugs.gnu.org; Wed, 04 May 2016 15:18:15 -0400 Received: by mail-wm0-f43.google.com with SMTP id e201so200933085wme.0 for ; Wed, 04 May 2016 12:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:date:message-id:to:from:subject; bh=g4Cc+PqA50aqhWtMQxUaj0WJnEwTuGk3l+e5rE1Svuw=; b=vl8/Uc4n22LkRCp0SKb4gPOU55VkUgiHVB082iVOoqSuS9xeEsdw+k6hA/Lgq4kw6l zezDrL+bH2JLCYB5RbTNZEDbA/Bm5PdyDP6hjelqUVazfv6R7UG8UFw4TxgFhrrRmyE2 ar/+SD4VHo3F1IoLcU1iv83vSXSzEXT5P4gC9IpbdqKztvM2T4QIALqKOyQ6EnirD07P WfLVCamPbUjvQsXwuhnlF/k+ly0Y4IUeGPUbCNotxuh86pn6FzAHPg5jzH3SC8NgZG5D 0bdy39ThqS8nM9Dfg1Khw6HhHLHAvUjGlJXu+M/N06EW3pgeXu4/ICwkJ8X07UJj29lw wCiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=g4Cc+PqA50aqhWtMQxUaj0WJnEwTuGk3l+e5rE1Svuw=; b=YCGih/Qo75SNmByZvWsN8QZZEhBMnox4LdiqA9/0KdX2v8GNBFjVwzVgBccKAwqDNo VAWATX34yetjYuw7iMzt0hGpnxEdEo9bVPLEvpmFc+i8d6osiXN2YRi5Mj7r0t6XLDf/ YMUoNYKHIeSa6oTy9U8pgpJWMTDH5NN9+qjiDA1rPR3Yy+LAVE+1JX7yjoChGm0quAuH 42oSZdLvsOWRZSwsJywuIuqfYDDhJXB+W8BqGyGP2j63blexo0/jkGR+JiAF89ce4mjt bF0QTvBA9DBvgthvFv9hRM1Yt1yUllJk/BSsUbiLkhq7LBCwz+9jXYtKX+KU+108UYj1 rePw== X-Gm-Message-State: AOPr4FXjuHEh2wyXmAk1c17SlOT+9cCC7WTK6BrZ4UPFn+RTTYiKnJ3+/PVHbU9eMhUqZw== X-Received: by 10.194.230.97 with SMTP id sx1mr11612566wjc.0.1462389489013; Wed, 04 May 2016 12:18:09 -0700 (PDT) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-21d2-271e-c744-30ec.holly.idiocy.org. [2001:8b0:3f8:8129:21d2:271e:c744:30ec]) by smtp.gmail.com with ESMTPSA id xt9sm5800235wjb.17.2016.05.04.12.18.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 May 2016 12:18:08 -0700 (PDT) Date: Wed, 04 May 2016 20:18:08 +0100 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #23395 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) close 23395 25.1 From unknown Tue Aug 19 01:10:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 02 Jun 2016 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator