On 19/07/11 20:33, Bruno Haible wrote:
> Eric Blake asked:
>>> Does nocrash.m4 prevent core files on Linux, or is it just for
>>> preventing modal popup boxes on other OS?
>
> The comments in m4/nocrash.m4 say it:
>
>...This is useful to avoid triggering
>action from a background debugger
Eric Blake asked:
> > Does nocrash.m4 prevent core files on Linux, or is it just for
> > preventing modal popup boxes on other OS?
The comments in m4/nocrash.m4 say it:
...This is useful to avoid triggering
action from a background debugger and to avoid core dumps.
Pádraig Brady wrote:
> N
On 07/19/2011 10:31 AM, Pádraig Brady wrote:
Does nocrash.m4 prevent core files on Linux, or is it just for
preventing modal popup boxes on other OS?
It prevents cores on Linux at least.
Note my Fedora system is configured to include pids in the core files,
and the generic ./configure cleanup c
On 19/07/11 16:34, Eric Blake wrote:
> On 07/19/2011 03:55 AM, Pádraig Brady wrote:
>> On 07/07/11 17:57, Eric Blake wrote:
>>> Use of "W;" in an option string may be rare, but we might as well
>>> avoid crashing on it.
>>>
>>> * m4/getopt.m4 (gl_GETOPT_CHECK_HEADRS): Detect the problem.
>>
>> I no
On 07/19/2011 03:55 AM, Pádraig Brady wrote:
On 07/07/11 17:57, Eric Blake wrote:
Use of "W;" in an option string may be rare, but we might as well
avoid crashing on it.
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADRS): Detect the problem.
I noticed core files which are due to this I think.
Should it
On 07/07/11 17:57, Eric Blake wrote:
> Use of "W;" in an option string may be rare, but we might as well
> avoid crashing on it.
>
> * m4/getopt.m4 (gl_GETOPT_CHECK_HEADRS): Detect the problem.
I noticed core files which are due to this I think.
Should it be protected with m4/nocrash.m4 ?
cheers