Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: realloc(): invalid next size
- X-seq: zsh-users 23338
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Winston Weinert <winston@xxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: realloc(): invalid next size
- Date: Wed, 11 Apr 2018 15:31:21 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=3hhg+jORqKPWajHDUYYPd06FrtW91H68M1no5YFhWTM=; b=Mg/5JmAPMlmfVxu04DAHjYb5CHRRsSWn4wEJW2KHPOtXcWhSG3IbmboC7B8qpiJDhp n7SvlvYMcVMvXkbRQPey4d6iq7vLwhFVZEr/ZZAtcylzK9lXOAEtmZ6VWJEfsX2o81wt qhWSezVNuebCTtsY01wgtJO/nf8/WjQFz5WSWqJ36dClW8hFvCkVeHTahnK6xTEwSs6E HGvDiKdNkSci7cg5knKfSaywgvDfy6CwOHlQvLHJqBmmkYvA9bU7ui0Xxay9suGnTXJm iQT+mt/IOeIfEHKrScCnrfZK9PV/R3oqxuU3WB6+5+qU74PgfWzjRsweLjsY9vjWZEd7 1g2A==
- In-reply-to: <bbfe6849-3d05-f8bd-9de4-959fb6ad8010@ml1.net>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <752c290a-01fd-2864-f88a-56e2833ff3b9@ml1.net> <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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author