Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread Dennis Clarke
On 2019-10-07 15:33, Paul Smith wrote: On Mon, 2019-10-07 at 11:26 -0400, Dmitry Goncharov wrote: On Mon, Oct 7, 2019 at 9:03 AM anonymous wrote: With the following Makefile, make-4.2.91 segfaults on my Solaris 10: ... include /dev/null dummy: subdir/*.c include /dev/null This reproduces

Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread Paul Smith
On Mon, 2019-10-07 at 11:26 -0400, Dmitry Goncharov wrote: > On Mon, Oct 7, 2019 at 9:03 AM anonymous > wrote: > > With the following Makefile, make-4.2.91 segfaults on my Solaris > > 10: > > ... > > include /dev/null > > dummy: subdir/*.c > > include /dev/null > > This reproduces for me. This i

Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
On Mon, Oct 7, 2019 at 11:33 AM Paul Smith wrote: > Unfortunately it's not easy to build from Git unless you have a full > suite of autotools available. Denis, if you cannot built from git, can you enable core dumps and run dbx and post the backtrace here? This is what is look like for me $ dbx

Re: [bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
On Mon, Oct 7, 2019 at 9:03 AM anonymous wrote: > With the following Makefile, make-4.2.91 segfaults on my Solaris 10: ... > include /dev/null > dummy: subdir/*.c > include /dev/null This reproduces for me. This is the same read past the end of the string inside sum_up_to_nul that is already fixe

[bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread anonymous
Follow-up Comment #2, bug #57014 (project make): Inserting many fprintf() incantations into the source code shows that glob (name, GLOB_ALTDIRFUNC, NULL, &gl) (line 3391 of src/read.c) seems the responsible. ___ Reply to this item at:

[bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread Paul D. Smith
Follow-up Comment #1, bug #57014 (project make): Thanks for reporting. That seems bad, but unfortunately there's nothing I can do with this report as-is. It doesn't fail on any system I have access to, so the only way it will be addressed, other than by accident, is if someone can provide detail

[bug #57014] make-4.2.91 segfaults under Solaris 10 when many files are involved

2019-10-07 Thread anonymous
URL: Summary: make-4.2.91 segfaults under Solaris 10 when many files are involved Project: make Submitted by: None Submitted on: Mon 07 Oct 2019 01:01:57 PM UTC Severity: 3 - Normal