bug-gnulib
[Top][All Lists]
Advanced

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

Re: MacOS problem with "checking whether strcasestr works in linear time


From: Eric Blake
Subject: Re: MacOS problem with "checking whether strcasestr works in linear time"
Date: Mon, 9 Jun 2008 21:39:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Bruno Haible <bruno <at> clisp.org> writes:

> The config.log shows nothing unusual, other than
> "checking whether strcasestr works in linear time ... result: yes"
> 
> Two questions:
> - Was the configuration running in some kind of virtual processor/machine
>   (Parallels, QEMU, VirtualBox, VMware Fusion, ...)?
> - How was the configure command launched? Via a terminal (which terminal)?
>   From Xcode? Through 'cron' or 'at'? Other?

Could it be that the process was started with SIGALRM inherited as ignored?  
Generally it is a bad idea to start unrelated child processes with signals in 
an ignored state, when the child isn't expecting it.  Does adding a call 
to "signal(SIGALRM,SIG_DFL);"  prior to the alarm() in the test case help?

-- 
Eric Blake







reply via email to

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