emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#8507: closed (Bug report coreutils 8.11, i386-pc


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8507: closed (Bug report coreutils 8.11, i386-pc-solaris2.7)
Date: Sun, 24 Jul 2011 14:44:02 +0000

Your message dated Sun, 24 Jul 2011 16:43:01 +0200
with message-id <address@hidden>
and subject line Re: bug#8507: Bug report coreutils 8.11, i386-pc-solaris2.7
has caused the GNU bug report #8507,
regarding Bug report coreutils 8.11, i386-pc-solaris2.7
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8507: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8507
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#8507: Bug report coreutils 8.11, i386-pc-solaris2.7 Date: Sun, 24 Jul 2011 16:43:01 +0200
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.


--- End Message ---

reply via email to

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