From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: MS-Windows tester wanted for trunk Date: Tue, 16 Sep 2014 12:50:00 +0400 Message-ID: <5417F9B8.9020503@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410857530 17150 80.91.229.3 (16 Sep 2014 08:52:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2014 08:52:10 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 16 10:52:04 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XToUT-0000U9-AY for ged-emacs-devel@m.gmane.org; Tue, 16 Sep 2014 10:52:01 +0200 Original-Received: from localhost ([::1]:36594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XToUS-0001td-Ul for ged-emacs-devel@m.gmane.org; Tue, 16 Sep 2014 04:52:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XToUJ-0001t9-80 for emacs-devel@gnu.org; Tue, 16 Sep 2014 04:51:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XToUC-0001Tu-7W for emacs-devel@gnu.org; Tue, 16 Sep 2014 04:51:51 -0400 Original-Received: from forward1l.mail.yandex.net ([84.201.143.144]:52205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XToUB-0001TZ-V6 for emacs-devel@gnu.org; Tue, 16 Sep 2014 04:51:44 -0400 Original-Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 7C1361520F8B for ; Tue, 16 Sep 2014 12:50:01 +0400 (MSK) Original-Received: from smtp3o.mail.yandex.net (localhost [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 082E51E2B6B for ; Tue, 16 Sep 2014 12:50:00 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id j1GoByawL6-o0aqSVK4; Tue, 16 Sep 2014 12:50:00 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: fcdb0770-945d-4152-bef5-80210af72433 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1410857400; bh=efLMK/jiF5AZzov319UEZEBdhBkCuiXn1ONdGjQku6c=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=eTe5vsXdnzK06i9NxNoSkbtPk/KjzWiU2wF5ZdjaWmzjj+yx1DwqE+61YMh+M6m3d tAqshjyYF4yx71awwVtKmJogO0LgFITRFynpYe1gZc4ecbmigBmA3/IIR7xjOrF1TG U33wzRh2hl1rNGpPoYZUr2Da+0b1JYGJbvvL3Zbs= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.144 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174350 Archived-At: I have a plan to make USE_STACK_LISP_OBJECTS the default if ENABLE_CHECKING in a week or so. On GNU/Linux, now I'm sure that there are no silly crashes, and I would like to be sure on MS-Windows too. So I need help from someone who can 1) bootstrap trunk revision >= 117888 with --enable-checking and CPPFLAGS='-DUSE_STACK_LISP_OBJECTS -DGC_CHECK_MARKED_OBJECTS' and 2) check whether the very basic editing doesn't cause crash. Thanks in advance, Dmitry