Hide Forgot
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
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
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
*** This bug has been marked as a duplicate of bug 739743 ***