From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: sqlite3 Date: Sun, 26 Dec 2021 13:48:36 +0200 Message-ID: <8335mfpox7.fsf@gnu.org> References: <87tufmjyai.fsf@gnus.org> <83o85feitv.fsf@gnu.org> <87lf0jzifm.fsf@gnus.org> <83a6gze705.fsf@gnu.org> <87k0g2xsu9.fsf@gnus.org> <871r2axqp4.fsf@gnus.org> <83sfuqb5yo.fsf@gnu.org> <87fsqoyiao.fsf@gnus.org> <83v8zk96yh.fsf@gnu.org> <87zgowvmt5.fsf@gnus.org> <838rwg8z8i.fsf@gnu.org> <871r28vg4y.fsf@gnus.org> <834k748wez.fsf@gnu.org> <831r288vne.fsf@gnu.org> <83zgow7fpi.fsf@gnu.org> <83y24g7dui.fsf@gnu.org> <8735mnr5cb.fsf@gnus.org> <83bl19zwwy.fsf@gnu.org> <87bl18g7r3.fsf@gnus.org> <83ee64ych1.fsf@gnu.org> <83o853pydo.fsf@gnu.org> <875yrbzjc5.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13561"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 26 12:53:06 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n1S5K-0003Hb-Ln for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 12:53:06 +0100 Original-Received: from localhost ([::1]:48824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1S5I-0000NQ-GQ for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 06:53:04 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1S0q-0006By-4d for emacs-devel@gnu.org; Sun, 26 Dec 2021 06:48:29 -0500 Original-Received: from [2001:470:142:3::e] (port=51962 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1S0p-0000yD-Qq; Sun, 26 Dec 2021 06:48:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5W/peQxqgTGVN0Q8e6NhJC0h8qvrIxE+FZDqNQk00Sk=; b=QPgS2j09Bj4l lxZQyqfeww9ytj1JQ0QrX8jYRG36DtDgECwkDwKVRGvQQY8hbToVpKenr5ifA/v8Rq/946PQ4icoG Dm2wChv7GgNYD7SWwjVIYUMUj8WhCd8whoKGVjdKlqjpNKkLyLXHVHl/DgWuonY8dqefH8hO7ftZN y1Tbw0XDI8a2TowCz64/BPh9SG0TeE+9VVK+Zi5DbhREduJdw3Ke3O9UTfHeWFZ9jZwH14Ekq8KiM i29/a/S6s8VqSEl/q51e7kmPc12yW/F5bwOFPveA7KhPBTWU5ALFyQFyUf7yBFcypI4r0GwDv/FYi +8D2Wvg6Ywzc95Qmzk2/nQ==; Original-Received: from [87.69.77.57] (port=1891 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1S0k-0000x5-By; Sun, 26 Dec 2021 06:48:27 -0500 In-Reply-To: <875yrbzjc5.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 26 Dec 2021 12:39:06 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:283303 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Sun, 26 Dec 2021 12:39:06 +0100 > > > Test multi-test-files-simple condition: > > (ert-test-failed > > ((should > > (= > > (multisession-value multisession--sfoo) > > 2)) > > :form > > (= 1 2) > > :value nil)) > > > > So I think the problem I'm seeing here is not that Emacs cannot access > > the file, it's something else. Any ideas for digging into this? > > If you could get the test to cough up what's in the multisession > directory when this happens, that would be helpful. I will try. But ERT is notoriously hard with supporting such debugging printouts, so maybe I'll need help. > The -simple- test > should just write the file in Emacs A, Emacs B starts, reads/writes the > file, and exists, and then Emacs A reads the file. > > So it should be "impossible" for that to fail, but apparently Windows is > doing something ... weird? Anti-virus software? No, the problem happens even if I turn off the anti-virus.