public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug time/26394] New: [2.33 Regression] FAIL: nptl/tst-join14
@ 2020-08-15 17:00 hjl.tools at gmail dot com
  2020-08-15 17:59 ` [Bug time/26394] " hjl.tools at gmail dot com
  2020-08-17 12:29 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2020-08-15 17:00 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26394

            Bug ID: 26394
           Summary: [2.33 Regression] FAIL: nptl/tst-join14
           Product: glibc
           Version: 2.33
            Status: NEW
          Severity: normal
          Priority: P2
         Component: time
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: i686

On Linux/i686,

commit 23a7896d065a99057c06a1bd22c2bbee175b0ae4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Aug 13 18:51:10 2020 +0000

    Update build-many-glibcs.py for binutils ia64 obsoletion.

gave

FAIL: nptl/tst-join14

Thread 1 "tst-join14" received signal SIGSEGV, Segmentation fault.
0xf7faef1a in __pthread_timedjoin_np (threadid=4158372544, 
    thread_return=thread_return@entry=0xffffcbfc, abstime=abstime@entry=0x0)
    at pthread_timedjoin.c:37
37        struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
(gdb)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug time/26394] [2.33 Regression] FAIL: nptl/tst-join14
  2020-08-15 17:00 [Bug time/26394] New: [2.33 Regression] FAIL: nptl/tst-join14 hjl.tools at gmail dot com
@ 2020-08-15 17:59 ` hjl.tools at gmail dot com
  2020-08-17 12:29 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2020-08-15 17:59 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26394

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
gdb) f 1
#1  0x0804a876 in do_test_clock (clockid=clockid@entry=-1)
    at ../sysdeps/pthread/tst-join14.c:59
59        if (status != (void *) 42l)
(gdb) list
54        int val = (clockid == CLOCK_USE_TIMEDJOIN)
55          ? pthread_timedjoin_np (th, &status, NULL)
56          : pthread_clockjoin_np (th, &status, clockid, NULL);
57        TEST_COMPARE (val, 0);
58      
59        if (status != (void *) 42l)
60          FAIL_EXIT1 ("return value %p, expected %p\n", status, (void *)
42l);
61      
62        return 0;
63      }
(gdb)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug time/26394] [2.33 Regression] FAIL: nptl/tst-join14
  2020-08-15 17:00 [Bug time/26394] New: [2.33 Regression] FAIL: nptl/tst-join14 hjl.tools at gmail dot com
  2020-08-15 17:59 ` [Bug time/26394] " hjl.tools at gmail dot com
@ 2020-08-17 12:29 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2020-08-17 12:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26394

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.33
             Status|NEW                         |RESOLVED

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed by

commit cb7e7a5ca1d6d25d59bc038bdc09630e507c41e5
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Aug 15 11:06:35 2020 -0700

    nptl: Handle NULL abstime [BZ #26394]

    Since abstime passed to pthread_{clock|timed}join_np may be NULL, convert
    to 64 bit abstime only if abstime isn't NULL.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-17 12:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-15 17:00 [Bug time/26394] New: [2.33 Regression] FAIL: nptl/tst-join14 hjl.tools at gmail dot com
2020-08-15 17:59 ` [Bug time/26394] " hjl.tools at gmail dot com
2020-08-17 12:29 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).