GNU bug report logs -
#8507
Bug report coreutils 8.11, i386-pc-solaris2.7
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#8507: Bug report coreutils 8.11, i386-pc-solaris2.7
which was filed against the coreutils package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 8507 <at> debbugs.gnu.org.
--
8507: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8507
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Andreas Stolcke wrote:
> On a i386-pc-solaris2.7 system, mktemp goes into an infinite loop.
> The wrapper function definition for gettimeofday() is broken, so
> the function keeps calling itself.
>
> --Andreas
>
> *** lib/gettimeofday.c.dist Sun Mar 13 03:32:28 2011
> --- lib/gettimeofday.c Fri Apr 15 14:31:48 2011
> ***************
> *** 102,108 ****
> causes problems. */
>
> int
> ! gettimeofday (struct timeval *restrict tv, void *restrict tz)
> {
> #undef gettimeofday
> #if HAVE_GETTIMEOFDAY
> --- 102,108 ----
> causes problems. */
>
> int
> ! rpl_gettimeofday (struct timeval *restrict tv, void *restrict tz)
> {
> #undef gettimeofday
> #if HAVE_GETTIMEOFDAY
This was resolved via this gnulib change:
http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=d236ccb95d1ebe92
so it'll be fixed in the next coreutils release.
I'm marking this issue as closed.
[Message part 3 (message/rfc822, inline)]
On a i386-pc-solaris2.7 system, mktemp goes into an infinite loop.
The wrapper function definition for gettimeofday() is broken, so
the function keeps calling itself.
--Andreas
*** lib/gettimeofday.c.dist Sun Mar 13 03:32:28 2011
--- lib/gettimeofday.c Fri Apr 15 14:31:48 2011
***************
*** 102,108 ****
causes problems. */
int
! gettimeofday (struct timeval *restrict tv, void *restrict tz)
{
#undef gettimeofday
#if HAVE_GETTIMEOFDAY
--- 102,108 ----
causes problems. */
int
! rpl_gettimeofday (struct timeval *restrict tv, void *restrict tz)
{
#undef gettimeofday
#if HAVE_GETTIMEOFDAY
This bug report was last modified 13 years and 306 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.