Bug 218102 - svc_run segfault
Summary: svc_run segfault
Keywords:
Status: CLOSED DUPLICATE of bug 217850
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-01 20:01 UTC by Clark Williams
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-12-01 20:10:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch for svc_run() bug (318 bytes, patch)
2006-12-01 20:01 UTC, Clark Williams
no flags Details | Diff

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 ***


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