On Sat, 2022-01-08 at 21:37 +0100, Alejandro Colomar (man-pages) wrote:
> Hi Dmitry,
> On 1/7/22 17:48, Dmitry Goncharov wrote:
> > On Thu, Jan 6, 2022 at 2:13 PM Alejandro Colomar (man-pages)
> > <alx.manpa...@gmail.com> wrote:
> > >    I could try to write a simpler Makefile
> > That would be good. We need to be able to reproduce the crash.
> 
> I couldn't reproduce it with a simple Makefile with a few includes
> and a few sleeps.
> 
> Would you mind if I send you the script with which I generated the 
> Makefiles, and you run it in a virtual machine?

If it's not possible to reproduce the crash outside of your environment
then better would be for you to build GNU make with debugging enabled:

  make CFLAGS=-g

then run it so it crashes, then investigate the generated core file
with a debugger (gdb) and generate a stack trace to see where things
are crashing.


Reply via email to