Bug 175775

Summary: repl crashes
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: nmhAssignee: Josh Bressers <bressers>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-16 21:37:44 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 Horst H. von Brand 2005-12-14 20:50:01 UTC
Description of problem:
When calling repl, it segfaults

Version-Release number of selected component (if applicable):
nmh-1.1-14.fc5

How reproducible:
Always

Steps to Reproduce:
1. repl
2.
3.
  
Actual results:
Segmentation fault

Expected results:
Not this...

Additional info:

Comment 1 Josh Bressers 2005-12-16 21:37:44 UTC
gcc 4.1 no longer allows private functions with the same name glibc function. 
I've enabled the -fno-builtin-strcasecmp CFLAG for now.  It's a band-aid which
is going to need quite a bit of upstream work.