Bug 759807

Summary: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a2_native'
Product: [Fedora] Fedora Reporter: Victor Dolirio Ferreira Barbosa <victordfb>
Component: glibcAssignee: Jeff Law <law>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 16CC: dmalcolm, fweimer, ivazqueznet, jakub, jonathansteffan, law, mcrha, schwab, victordfb
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: 2011-12-19 08:43:19 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 Victor Dolirio Ferreira Barbosa 2011-12-03 22:56:33 UTC
Description of problem:
When I try to send an email using python smtplib, I'm getting this error:
"python: ../sysdeps/posix/getaddrinfo.c:1662: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a2_native' failed.
Aborted (core dumped)"

Version-Release number of selected component (if applicable):
Python 2.7.2

How reproducible:
Easily

Steps to Reproduce:
1. Enter de python shell just typing: "python" and type de following:
2. >>> import smtplib
3. >>> smtp = smtplib.SMTP_SSL("smtp.gmail.com")
  
Actual results:
The error describe above.

Expected results:
Connect do smtp server via TLS and send a e-mail

Additional info:
I'm connected with internet using a mobile broadband 3g modem, HUAWEI: Vendor=045e ProdID=00e1 Rev=00.10

Comment 1 Dave Malcolm 2011-12-06 14:44:40 UTC
Thanks for filing this bug.

This looks like an issue inside glibc; reassigning and renaming accordingly.

What is the output of running the following:

  rpm -qa glibc kernel python

Comment 2 Victor Dolirio Ferreira Barbosa 2011-12-06 23:14:52 UTC
kernel-3.1.1-2.fc16.i686
kernel-3.1.0-7.fc16.i686
python-2.7.2-5.2.fc16.i686
kernel-3.1.2-1.fc16.i686
glibc-2.14.90-19.i686

Comment 3 Milan Crha 2011-12-19 08:43:19 UTC

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