Message from discussion
Gvim Segfault when using Syntastic
Received: by 10.204.129.200 with SMTP id p8mr361049bks.2.1329774704291;
Mon, 20 Feb 2012 13:51:44 -0800 (PST)
X-BeenThere: vim_dev@googlegroups.com
Received: by 10.204.154.4 with SMTP id m4ls8190883bkw.1.gmail; Mon, 20 Feb
2012 13:51:39 -0800 (PST)
Received: by 10.204.129.200 with SMTP id p8mr361038bks.2.1329774699698;
Mon, 20 Feb 2012 13:51:39 -0800 (PST)
Received: by 10.204.129.200 with SMTP id p8mr361037bks.2.1329774699688;
Mon, 20 Feb 2012 13:51:39 -0800 (PST)
Return-Path: <lech.lor...@gmail.com>
Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52])
by gmr-mx.google.com with ESMTPS id 20si25334395bko.3.2012.02.20.13.51.39
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 20 Feb 2012 13:51:39 -0800 (PST)
Received-SPF: pass (google.com: domain of lech.lor...@gmail.com designates 209.85.215.52 as permitted sender) client-ip=209.85.215.52;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of lech.lor...@gmail.com designates 209.85.215.52 as permitted sender) smtp.mail=lech.lor...@gmail.com; dkim=pass header...@gmail.com
Received: by lagy4 with SMTP id y4so11380029lag.39
for <vim_dev@googlegroups.com>; Mon, 20 Feb 2012 13:51:39 -0800 (PST)
Return-Path: <lech.lor...@gmail.com>
Received-SPF: pass (google.com: domain of lech.lor...@gmail.com designates 10.112.85.137 as permitted sender) client-ip=10.112.85.137;
Received: from mr.google.com ([10.112.85.137])
by 10.112.85.137 with SMTP id h9mr8591009lbz.51.1329774699381 (num_hops = 1);
Mon, 20 Feb 2012 13:51:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type:content-transfer-encoding;
bh=LLGG5Sc0LarHWCwJs5roxefDdpiV0hLmRQsbJm8LJhI=;
b=kQSi2hNzsWP8x0Z27BNMr26UDFDAT4uJrYkOn4O+V6wi8JAOiZijpGYwG++TGQXdCW
RlSw2KVJyU0140L5osBPP3UZ3XzfMpwnzqDkNVuf0WU3nd0BNhyvvPEIVqg9Bk+uliIE
P1oWQ8rkMp8wRo+LBeAMZJnTsU+mQhYSVc9Mg=
MIME-Version: 1.0
Received: by 10.112.85.137 with SMTP id h9mr7147088lbz.51.1329774699309; Mon,
20 Feb 2012 13:51:39 -0800 (PST)
Received: by 10.152.114.9 with HTTP; Mon, 20 Feb 2012 13:51:39 -0800 (PST)
In-Reply-To: <CAHWZ8UF9aSCJJe4G3D56a0zXMjdU+vHQQ3q8Qp9A4OMmBnC...@mail.gmail.com>
References: <b64b3dcd-b067-4c94-820a-a3e030696...@gr6g2000vbb.googlegroups.com>
<201202202137.q1KLb0A8010...@masaka.moolenaar.net>
<CAHWZ8UF9aSCJJe4G3D56a0zXMjdU+vHQQ3q8Qp9A4OMmBnC...@mail.gmail.com>
Date: Mon, 20 Feb 2012 22:51:39 +0100
Message-ID: <CAGm-Y0pQkpkNV7KBR7piFQS=s3kdCkdV+bDt9hdnxs056bz...@mail.gmail.com>
Subject: Re: Gvim Segfault when using Syntastic
From: Lech Lorens <lech.lor...@gmail.com>
To: vim_dev@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
On 20 February 2012 22:44, Daniel Hunt <daniel.h...@gmail.com> wrote:
> If you want to give me a quick guide, I'll happily do it for you. It's
> 100% reproducible here for me
Please, do not top-post on this list. It makes it harder to make sense
of a quoted conversation. Thanks!
> On Mon, Feb 20, 2012 at 9:37 PM, Bram Moolenaar <B...@moolenaar.net> wrot=
e:
>> I can't reproduce it. =C2=A0If someone can, please use gdb to get a stac=
k
>> trace.
The thing Daniel seems to have forgotten to mention is that this
requires an autocommand:
autocmd BufWinLeave * if empty(&bt) | lclose | endif
100% reproducible for me as well.
--=20
Pozdrawiam,
Lech Lorens