zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Winston Weinert <winston@ml1.net>, zsh-users@zsh.org
Subject: Re: realloc(): invalid next size
Date: Wed, 11 Apr 2018 15:31:21 -0700	[thread overview]
Message-ID: <180411153121.ZM3374@torch.brasslantern.com> (raw)
In-Reply-To: <bbfe6849-3d05-f8bd-9de4-959fb6ad8010@ml1.net>

So, the stack trace indicates this is happening in expandjobtab(),
which tends to imply that something is fork-bombing or otherwise
flooding the job table.

This may mean that MAX_MAXJOBS (default 1000) is too large for the
memory space required by the job table?  If you recompile with a
smaller value for MAX_MAXJOBS to you get an error message instead
of a crash?


      reply	other threads:[~2018-04-11 22:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-07 18:48 Winston Weinert
2018-04-08 18:32 ` Winston Weinert
2018-04-11 22:31   ` Bart Schaefer [this message]

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=180411153121.ZM3374@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=winston@ml1.net \
    --cc=zsh-users@zsh.org \
    /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 public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).