all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: Jordon Biondo <jordonbiondo@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] trunk r117765: Add vectors support to Fsort.
Date: Fri, 29 Aug 2014 19:41:04 +0400	[thread overview]
Message-ID: <54009F10.3030706@yandex.ru> (raw)
In-Reply-To: <46022C7F-2478-4350-BBB9-966D5978B7D5@gmail.com>

On 08/29/2014 06:21 PM, Jordon Biondo wrote:

> fns-tests.el is failing on trunk for me. I get the Re-entering top level
> after C stack overflow error, then: Fatal error 11: Segmentation fault
> Abort trap: 6, if I try to do anything else. It looks like qsort_r needs
> special treatment on darwin and bsd systems.

Oops. I have a VM with FreeBSD 10.0 and will take a look.

BTW, what is your output from the following program:

#include <stdio.h>
#include <sys/resource.h>

int
main (int argc, char *argv[])
{
   struct rlimit rlim;
   getrlimit (RLIMIT_STACK, &rlim);
   printf ("%ld %ld\n", rlim.rlim_cur, rlim.rlim_max);
   return 0;
}

Running as root, I get:

536870912 536870912

512 Mb stack?  I just don't believe in that.

Dmitry




  reply	other threads:[~2014-08-29 15:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-29 10:46 [Emacs-diffs] trunk r117765: Add vectors support to Fsort Eli Zaretskii
2014-08-29 14:21 ` Jordon Biondo
2014-08-29 15:41   ` Dmitry Antipov [this message]
2014-08-29 15:50     ` Jordon Biondo
2014-08-29 16:34       ` Dmitry Antipov
2014-08-29 16:43         ` Jordon Biondo
2014-08-29 18:31           ` Stefan Monnier
2014-08-29 22:53             ` Dmitry Antipov
2014-08-31  0:18               ` Richard Stallman
2014-08-29 21:19 ` Change Emacs 'sort' API to use three-way comparison Paul Eggert
2014-08-29 21:51   ` David Kastrup
2014-08-30 14:23   ` Lars Ingebrigtsen
2014-08-30 16:45     ` Paul Eggert
2014-08-30 18:07       ` Lars Ingebrigtsen
2014-08-30 18:14         ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54009F10.3030706@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=jordonbiondo@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.