Bug 218102

Summary: svc_run segfault
Product: [Fedora] Fedora Reporter: Clark Williams <williams>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-01 20:10:05 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:
Attachments:
Description Flags
patch for svc_run() bug none

Description Clark Williams 2006-12-01 20:01:35 UTC
Description of problem:
portmap segfaults on startup in the svc_run() routine

Version-Release number of selected component (if applicable):
glibc-2.5.90-8

How reproducible:
Always

Steps to Reproduce:
1. ensure that portmap is installed
2. run '/sbin/portmap -d'
3. watch it segfault
  
Actual results:
Segfault when attempting to run

Expected results:
portmap should run without a segfault

Additional info:
Traceback in gdb shows segfault in svc_run.c:81. Looks like my_pollfd wasn't set
after initial realloc(). Rebuilding now to check if attached patch fixes problem.

Comment 1 Clark Williams 2006-12-01 20:01:36 UTC
Created attachment 142611 [details]
patch for svc_run() bug

Comment 2 Jakub Jelinek 2006-12-01 20:10:05 UTC

*** This bug has been marked as a duplicate of 217850 ***