From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jordon Biondo Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r117765: Add vectors support to Fsort. Date: Fri, 29 Aug 2014 12:43:39 -0400 Message-ID: <05772E14-080B-413A-8F28-966C1BBFF40A@gmail.com> References: <83fvgfinea.fsf@gnu.org> <46022C7F-2478-4350-BBB9-966D5978B7D5@gmail.com> <54009F10.3030706@yandex.ru> <9587A0FE-5EA4-4B9C-96A0-DED059AB6AC1@gmail.com> <5400AB91.6040705@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_B5A81268-8C8D-41F6-B4F6-9E48C8D854D0" X-Trace: ger.gmane.org 1409331395 7145 80.91.229.3 (29 Aug 2014 16:56:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2014 16:56:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 29 18:56:29 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 1XNPTQ-0001ty-8L for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2014 18:56:28 +0200 Original-Received: from localhost ([::1]:43300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNPTP-0001DC-U3 for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2014 12:56:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNPHB-0005gl-5q for emacs-devel@gnu.org; Fri, 29 Aug 2014 12:43:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNPH4-0006lw-G8 for emacs-devel@gnu.org; Fri, 29 Aug 2014 12:43:49 -0400 Original-Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:45469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNPH4-0006lj-BN for emacs-devel@gnu.org; Fri, 29 Aug 2014 12:43:42 -0400 Original-Received: by mail-ie0-f179.google.com with SMTP id tr6so3108649ieb.10 for ; Fri, 29 Aug 2014 09:43:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=3j6b9h8GIsYMTvM6EmfNAjKQPqGvFIzb4OQ34car94A=; b=ZG5ZYBiAl01+gXz3fCA5e0zOBuZtclWMAVju1OFg0PhtoBW5YyHM0GVKT9ldwkJ2YH 6S/k3XKgNayUdVDKyeGEmZZQr2SmXOUT9/kTqlN+//dG6fZsMkwkllRjBlKNskljbysT HhV3xPpFq6WXX/XV5J7swE0luTWiSP8Y6GXH7eSuBQIlA6cmffhY4Jkk5kqy1PRZatgb hBqA4K69UYOtcMZG2mysunonGFHJwzBfVVM+zoi7T4vYQfTJExr9+xw3Ip34+EMdOusH xVRMNhOm/dlCsXDH+CBGUEqVYQgU/tv/0LrhYFtQxJPB+ThCzk2n1mH120WfXkLip8e4 ss0w== X-Received: by 10.43.74.5 with SMTP id yu5mr2245681icb.84.1409330621747; Fri, 29 Aug 2014 09:43:41 -0700 (PDT) Original-Received: from [10.1.10.27] (173-10-37-102-Michigan.hfc.comcastbusiness.net. [173.10.37.102]) by mx.google.com with ESMTPSA id a4sm1811960igv.1.2014.08.29.09.43.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Aug 2014 09:43:41 -0700 (PDT) In-Reply-To: <5400AB91.6040705@yandex.ru> X-Mailer: Apple Mail (2.1878.2) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::233 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:173893 Archived-At: --Apple-Mail=_B5A81268-8C8D-41F6-B4F6-9E48C8D854D0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Aug 29, 2014, at 12:34 PM, Dmitry Antipov = wrote: > doesn't crash but throws you to a top-level editing loop? With this I get the same Error, Re-entering top level after C stack = overflow and I can keep editing for a time. I will seg fault soon after, however. I haven=92t nailed down exactly = what causes the seg fault after, but doing tab-completion in the mini = buffer will seg fault if I run your code and get the overflow error = first. Thanks, Jordon --Apple-Mail=_B5A81268-8C8D-41F6-B4F6-9E48C8D854D0 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252
On Aug 29, 2014, at 12:34 PM, Dmitry = Antipov <dmantipov@yandex.ru> = wrote:

doesn't crash but throws you to a = top-level editing loop?

With this I = get the same Error, Re-entering top level after C stack overflow and I = can keep editing for a time.

I will seg fault = soon after, however. I haven=92t nailed down exactly what causes the seg = fault after, but doing tab-completion in the mini buffer will seg fault = if I run your code and get the overflow error = first.

Thanks,
Jordon

<= /html>= --Apple-Mail=_B5A81268-8C8D-41F6-B4F6-9E48C8D854D0--