RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1961056 - [gssd] "pthread_t tid" print with format specifier "%x" but has type "unsigned long"
Summary: [gssd] "pthread_t tid" print with format specifier "%x" but has type "unsigne...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nfs-utils
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Steve Dickson
QA Contact: Yongcheng Yang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-05-17 06:15 UTC by Yongcheng Yang
Modified: 2021-11-10 08:09 UTC (History)
1 user (show)

Fixed In Version: nfs-utils-2.3.3-44.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-09 19:40:03 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2021:4403 0 None None None 2021-11-09 19:40:19 UTC

Description Yongcheng Yang 2021-05-17 06:15:30 UTC
Description of problem:
There is a new defect found by Covscan that the "unsigned long int" should be printed with format specifier "%lu" IMHO:

https://cov01.lab.eng.brq.redhat.com/covscanhub/waiving/60598/181036/#defects
---
1. nfs-utils-2.3.3/utils/gssd/gssd_proc.c:749: invalid_type: Argument "tid" to format specifier "%x" was expected to have type "unsigned int" but has type "unsigned long".
#   747|   	pthread_t tid = pthread_self();
#   748|   
#   749|-> 	printerr(2, "\n%s(0x%x): '%s' (%s)\n", __func__, tid, 
#   750|   		info->lbuf, clp->relpath);
#   751|   

 
Version-Release number of selected component (if applicable):
nfs-utils-2.3.3-40.el8

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:
[yoyang@yoyang-pc nfs-utils.git]$ grep pthread_t /usr/include/bits/pthreadtypes.h
typedef unsigned long int pthread_t;      <<<<<<<
[yoyang@yoyang-pc nfs-utils.git]$ grep -w tid vi utils/gssd/gssd_proc.c
grep: vi: No such file or directory
utils/gssd/gssd_proc.c: pthread_t tid = pthread_self();
utils/gssd/gssd_proc.c:         tid, lifetime_rec, acceptor->length, acceptor->value);
utils/gssd/gssd_proc.c: printerr(1, "do_downcall(0x%x): Failed to write downcall!\n", tid);
utils/gssd/gssd_proc.c: pthread_t tid = pthread_self();
utils/gssd/gssd_proc.c: printerr(2, "\n%s(0x%x): '%s' (%s)\n", __func__, tid,
[yoyang@yoyang-pc nfs-utils.git]$

Expected results:


Additional info:
May need an upstream fix also.

Comment 1 Steve Dickson 2021-07-10 15:36:59 UTC
commit b538862a5135f414d5455152c3ae8f5c2771a269 (tag: nfs-utils-2-5-4-rc7)
Author: Steve Dickson <steved>
Date:   Sat May 29 13:36:20 2021 -0400

    gssd: Cleaned up debug messages

Comment 4 Yongcheng Yang 2021-07-30 09:03:49 UTC
https://cov01.lab.eng.brq.redhat.com/covscanhub/waiving/76192/206103/fixed/#defects

This defect has been fixed now.

Comment 7 errata-xmlrpc 2021-11-09 19:40:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (nfs-utils bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:4403


Note You need to log in before you can comment on or make changes to this bug.