Bug 218132

Summary: portmap segfaults upon startup
Product: [Fedora] Fedora Reporter: David Lutterkort <lutter>
Component: portmapAssignee: Steve Dickson <steved>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: hbrock
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-02 06:25:48 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
Output of 'strace -f /sbin/portmap' none

Description David Lutterkort 2006-12-01 22:23:54 UTC
This may well turn out to be a glibc bug, but portmap is where the symptoms
appear: when I start portmap (either through the service script or directly with
/sbin/portmap) it immediately segfaults.

Running '/sbin/portmap -d' under gdb gives the backtrace
#0  svc_run () at svc_run.c:81
#1  0x00640bb7 in main (argc=Cannot access memory at address 0x0) at portmap.c:245

The line svc_run.c:81 is 'my_pollfd[i].revents = 0;'

The output of 'strace -f /sbin/portmap' is attached.

This is on a machine running

glibc-2.5.90-8
kernel-2.6.18-1.2849.fc6
portmap-4.0-65.2.2.1

Comment 1 David Lutterkort 2006-12-01 22:23:54 UTC
Created attachment 142632 [details]
Output of 'strace -f /sbin/portmap'

Comment 2 David Lutterkort 2006-12-02 06:25:48 UTC

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