GNU bug report logs - #8507
Bug report coreutils 8.11, i386-pc-solaris2.7

Previous Next

Package: coreutils;

Reported by: Andreas Stolcke <stolcke <at> speech.sri.com>

Date: Fri, 15 Apr 2011 22:36:01 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Stolcke <stolcke <at> speech.sri.com>
To: 8507 <at> debbugs.gnu.org
Subject: bug#8507: Bug report coreutils 8.11, i386-pc-solaris2.7
Date: Fri, 15 Apr 2011 15:35:23 -0700
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.