Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: realloc(): invalid next size



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