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.

classification
Title: test_ftplib: segfault
Type: crash Stage: needs patch
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: Ramchandra Apte, christian.heimes, giampaolo.rodola, nadeem.vawda, skrah
Priority: normal Keywords:

Created on 2012-02-27 11:14 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg154452 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-02-27 11:14
Seen on a Windows buildbot:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/4223/steps/test/logs/stdio

Fatal Python error: Segmentation fault

Current thread 0x000007e4:
  File "D:\Buildslave\3.x.moore-windows\build\lib\ssl.py", line 476 in unwrap
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_ftplib.py", line 333 in _do_ssl_shutdown
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_ftplib.py", line 394 in close
  File "D:\Buildslave\3.x.moore-windows\build\lib\asyncore.py", line 577 in close_all
  File "../lib/test/regrtest.py", line 1043 in restore_asyncore_socket_map
  File "../lib/test/regrtest.py", line 1188 in __exit__
  File "../lib/test/regrtest.py", line 1225 in runtest_inner
  File "../lib/test/regrtest.py", line 907 in runtest
  File "../lib/test/regrtest.py", line 710 in main
  File "../lib/test/regrtest.py", line 1812 in <module>


Perhaps see also:

http://mail.python.org/pipermail/python-list/2011-May/1272350.html
msg154525 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2012-02-28 02:26
On my Linux machine it does not crash.
msg192677 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-07-08 17:29
It doesn't crash anymore for me.

The link doesn't work anymore, too.
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58347
2013-07-08 17:29:06christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg192677

resolution: works for me
2012-03-14 21:14:52giampaolo.rodolasetnosy: + giampaolo.rodola
2012-02-28 02:26:55Ramchandra Aptesetnosy: + Ramchandra Apte
messages: + msg154525
2012-02-27 18:17:44nadeem.vawdasetnosy: + nadeem.vawda
2012-02-27 11:14:03skrahcreate