Bug 759807 - rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a2_native'
Summary: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].nati...
Keywords:
Status: CLOSED DUPLICATE of bug 739743
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 16
Hardware: i386
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Jeff Law
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-03 22:56 UTC by Victor Dolirio Ferreira Barbosa
Modified: 2016-11-24 15:42 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-19 08:43:19 UTC
Type: ---


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 739743 0 unspecified CLOSED ./sysdeps/posix/getaddrinfo.c:1656: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a... 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 756441 0 unspecified CLOSED nss-myhostname crashes with IPv6 and IPv4 2021-02-22 00:41:40 UTC

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


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