This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, ronaldoussoren, tibbe, vstinner
Date 2013-02-22.01:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361494807.51.0.919873659713.issue17269@psf.upfronthosting.co.za>
In-reply-to
Content
The crash occurs in OS X's libsystem_info on 10.8.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_info.dylib          	0x00007fff86bacd9e mdns_addrinfo + 299
1   libsystem_info.dylib          	0x00007fff86badae2 search_addrinfo + 152
2   libsystem_info.dylib          	0x00007fff86b97f6d si_addrinfo + 1641
3   libsystem_info.dylib          	0x00007fff86b9785c getaddrinfo + 171
4   _socket.so                    	0x0000000100516524 socket_getaddrinfo + 500

It's also reproducible back on OS X 10.6 crashing there in libSystem. (It looks like earlier versions of OS X don't support the AI_NUMERICSERV flag.)  So it would appear to be a long-standing OS X bug.  Possible actions: open an Apple incident and patch socket.getaddrinfo to catch this case.
History
Date User Action Args
2013-02-22 01:00:07ned.deilysetrecipients: + ned.deily, ronaldoussoren, vstinner, tibbe
2013-02-22 01:00:07ned.deilysetmessageid: <1361494807.51.0.919873659713.issue17269@psf.upfronthosting.co.za>
2013-02-22 01:00:07ned.deilylinkissue17269 messages
2013-02-22 01:00:07ned.deilycreate