bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segafult while running make(1) from /lib/init/rc with -j


From: Paul Smith
Subject: Re: Segafult while running make(1) from /lib/init/rc with -j
Date: Sat, 08 Jan 2022 15:43:13 -0500
User-agent: Evolution 3.36.5-0ubuntu1

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.manpages@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

[Prev in Thread] Current Thread [Next in Thread]