make-w32
[Top][All Lists]
Advanced

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

Re: make 3.81rc1 / MSYS


From: Eli Zaretskii
Subject: Re: make 3.81rc1 / MSYS
Date: Sat, 01 Apr 2006 14:49:56 +0300

> From: David Ergo <address@hidden>
> Cc: address@hidden, address@hidden,
>         Xavier Marichal <address@hidden>,
>         =?ISO-8859-1?Q?S=E9bastien?= Frippiat <address@hidden>
> Date: Fri, 31 Mar 2006 16:50:00 +0200
> 
> There seems to be a stack overflow in job.c at line 2822,
> it's a recursive call of construct_command_argv_internal()

Does this happen with any Makefile, even a trivial one, like the one
below?

  all:
        echo "Hi"

If not every Makefile causes this crash, please post the shortest
Makefile that does cause the crash.  If you can afford stepping with a
debugger to see why there's an infinite recursion, that would help a
lot.

TIA




reply via email to

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