Bug 65544
Summary: | clnt_call() returns Failure in multithread environment on RH7.2 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Konda Reddy <kondar> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 8.0 | CC: | biswajit.nanda, fweimer |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i586 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-04-23 23:04:27 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Konda Reddy
2002-05-27 11:05:18 UTC
clnt_call is not a kernel function. Also it's recommended to upgrade to at least kernel 2.4.9-31 which is released as erratum *** Bug 65545 has been marked as a duplicate of this bug. *** Hi Jakub, I have create an attachment for the bug #65545 and the details of the attachment is as follows. +Created an attachment (id=58665) +new.tar file has the sample to reproduce the Bug. + Just follow the steps below to reproduce the Bug: 1. run "compile" - to compile the sample. 2. run "dateproc & " - to run the RPC server 3. run "rdate hostname" - to run the client. (Hostname must the machine name where the dateproc server is running. You will get an error saying that clnt_call() failed. Since this is related to mutlithreading, I suspect this is of kernel problem. Thanks, Konda. *** Bug 65880 has been marked as a duplicate of this bug. *** Not kernel definitely Still weird in 8.0.. This is intentional. The RPC interfaces are misdesigned. To allow using the code in multi-threaded environments the relevant data is thread local. Yes, this is incompatible from what was in 7.1 but that's life. RPC in multi-threaded apps ebfore 7.2 was completely unsupported. |