This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [patch] Avoid readline conflicts in pexpect
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: libc-alpha at sourceware dot org
- Date: Fri, 15 Feb 2019 18:12:36 -0200
- Subject: Re: [patch] Avoid readline conflicts in pexpect
- References: <xnlg2iawcm.fsf@greed.delorie.com>
On 14/02/2019 19:33, DJ Delorie wrote:
> "Carlos O'Donell" <carlos@redhat.com> writes:
>> OK for master.
>
> Thanks! Pushed.
>
I am seeing these issues with this patch on x86_64-linux-gnu,
gcc version 8.2.1 20190125, Binutils 2.31.90.20190125, GNU gdb (GDB)
8.2.50.20190111-git:
FAIL: nptl/test-condattr-printers
FAIL: nptl/test-mutex-printers
FAIL: nptl/test-mutexattr-printers
FAIL: nptl/test-rwlockattr-printers
Error: Response does not match the expected pattern.
Command: print *condvar
Expected pattern: Clock ID = CLOCK_REALTIME
Response: $2 = pthread_cond_t = {Threads known to still execute a wait function = 0, Cloc^M
k ID = CLOCK_REALTIME, Shared = No}^M
(gdb)
Error: Response does not match the expected pattern.
Command: print *mutex
Expected pattern: Status = Acquired, possibly with no waiters
Response: $6 = pthread_mutex_t = {Type = Normal, Status = Acquired, possibly with no wait^M
ers, Owner ID = 6961, Robust = No, Sh^M
ared = No, Protocol = None}^M
(gdb)
Error: Response does not match the expected pattern.
Command: print *mutex
Expected pattern: Shared = Yes
Response: $24 = pthread_mutex_t = {Type = Normal, Status = Not acquired, Robust = No, Sha^M
red = Yes, Protocol = None}^M
(gdb)
Error: Response does not match the expected pattern.
Command: print *rwlock
Expected pattern: Prefers = Writers no recursive readers
Response: $10 = pthread_rwlock_t = {Status = Not acquired, Shared = No, Prefers = Writers^M
no recursive readers}^M
(gdb)