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 methane, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2016-10-18.19:37:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476819480.38.0.260358660205.issue28471@psf.upfronthosting.co.za>
In-reply-to
Content
And here's an OS X debug-build stack trace using the system malloc (current 3.6 tip, a218260334c4):

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   pytest_10.12                  	0x000000010256b794 PyObject_Call + 404 (abstract.c:2245)
1   pytest_10.12                  	0x00000001027797cf PyErr_SetFromErrnoWithFilenameObjects + 479 (errors.c:515)
2   pytest_10.12                  	0x00000001027799ff PyErr_SetFromErrno + 31 (errors.c:553)
3   _socket.cpython-36dm-darwin.so	0x0000000102c3a496 internal_setblocking + 118 (socketmodule.c:671)
4   _socket.cpython-36dm-darwin.so	0x0000000102c36473 sock_setblocking + 115 (socketmodule.c:2445)
5   pytest_10.12                  	0x000000010260be60 _PyCFunction_FastCallDict + 1104 (methodobject.c:209)
6   pytest_10.12                  	0x000000010260c305 _PyCFunction_FastCallKeywords + 501 (methodobject.c:295)
7   pytest_10.12                  	0x000000010274f76d call_function + 637 (ceval.c:4784)
8   pytest_10.12                  	0x00000001027487de _PyEval_EvalFrameDefault + 78878 (ceval.c:3271)
9   pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
10  pytest_10.12                  	0x00000001025b68bb gen_send_ex + 843 (genobject.c:216)
11  pytest_10.12                  	0x00000001025b6563 _PyGen_Send + 35 (genobject.c:343)
12  pytest_10.12                  	0x000000010273d915 _PyEval_EvalFrameDefault + 34133 (ceval.c:2021)
13  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
14  pytest_10.12                  	0x00000001025b68bb gen_send_ex + 843 (genobject.c:216)
15  pytest_10.12                  	0x00000001025b6563 _PyGen_Send + 35 (genobject.c:343)
16  pytest_10.12                  	0x000000010273d915 _PyEval_EvalFrameDefault + 34133 (ceval.c:2021)
17  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
18  pytest_10.12                  	0x00000001025b68bb gen_send_ex + 843 (genobject.c:216)
19  pytest_10.12                  	0x00000001025b6563 _PyGen_Send + 35 (genobject.c:343)
20  pytest_10.12                  	0x000000010273d915 _PyEval_EvalFrameDefault + 34133 (ceval.c:2021)
21  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
22  pytest_10.12                  	0x00000001025b68bb gen_send_ex + 843 (genobject.c:216)
23  pytest_10.12                  	0x00000001025b6563 _PyGen_Send + 35 (genobject.c:343)
24  pytest_10.12                  	0x000000010273d915 _PyEval_EvalFrameDefault + 34133 (ceval.c:2021)
25  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
26  pytest_10.12                  	0x00000001025b68bb gen_send_ex + 843 (genobject.c:216)
27  pytest_10.12                  	0x00000001025b6563 _PyGen_Send + 35 (genobject.c:343)
28  pytest_10.12                  	0x000000010260be60 _PyCFunction_FastCallDict + 1104 (methodobject.c:209)
29  pytest_10.12                  	0x000000010260c305 _PyCFunction_FastCallKeywords + 501 (methodobject.c:295)
30  pytest_10.12                  	0x000000010274f76d call_function + 637 (ceval.c:4784)
31  pytest_10.12                  	0x00000001027487de _PyEval_EvalFrameDefault + 78878 (ceval.c:3271)
32  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
33  pytest_10.12                  	0x00000001027515f0 _PyEval_EvalCodeWithName + 5472 (ceval.c:4115)
34  pytest_10.12                  	0x0000000102752ca0 _PyFunction_FastCallDict + 1296 (ceval.c:5017)
35  pytest_10.12                  	0x000000010256bb82 _PyObject_FastCallDict + 562 (abstract.c:2297)
36  pytest_10.12                  	0x000000010256bf02 _PyObject_Call_Prepend + 370 (abstract.c:2360)
37  pytest_10.12                  	0x000000010259be9a method_call + 106 (classobject.c:317)
38  pytest_10.12                  	0x000000010256b7dd PyObject_Call + 477 (abstract.c:2248)
39  pytest_10.12                  	0x000000010274fd0c do_call_core + 508 (ceval.c:5053)
40  pytest_10.12                  	0x00000001027492ac _PyEval_EvalFrameDefault + 81644 (ceval.c:3353)
41  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
42  pytest_10.12                  	0x0000000102752ee2 _PyFunction_FastCall + 370 (ceval.c:4866)
43  pytest_10.12                  	0x000000010275253e fast_function + 574 (ceval.c:4901)
44  pytest_10.12                  	0x000000010274f8f6 call_function + 1030 (ceval.c:4805)
45  pytest_10.12                  	0x00000001027487de _PyEval_EvalFrameDefault + 78878 (ceval.c:3271)
46  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
47  pytest_10.12                  	0x0000000102752ee2 _PyFunction_FastCall + 370 (ceval.c:4866)
48  pytest_10.12                  	0x000000010275253e fast_function + 574 (ceval.c:4901)
49  pytest_10.12                  	0x000000010274f8f6 call_function + 1030 (ceval.c:4805)
50  pytest_10.12                  	0x00000001027487de _PyEval_EvalFrameDefault + 78878 (ceval.c:3271)
51  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
52  pytest_10.12                  	0x0000000102752ee2 _PyFunction_FastCall + 370 (ceval.c:4866)
53  pytest_10.12                  	0x000000010275253e fast_function + 574 (ceval.c:4901)
54  pytest_10.12                  	0x000000010274f8f6 call_function + 1030 (ceval.c:4805)
55  pytest_10.12                  	0x00000001027487de _PyEval_EvalFrameDefault + 78878 (ceval.c:3271)
56  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
57  pytest_10.12                  	0x0000000102752ee2 _PyFunction_FastCall + 370 (ceval.c:4866)
58  pytest_10.12                  	0x000000010275253e fast_function + 574 (ceval.c:4901)
59  pytest_10.12                  	0x000000010274f8f6 call_function + 1030 (ceval.c:4805)
60  pytest_10.12                  	0x00000001027487de _PyEval_EvalFrameDefault + 78878 (ceval.c:3271)
61  pytest_10.12                  	0x00000001027353b0 PyEval_EvalFrameEx + 80 (ceval.c:718)
62  pytest_10.12                  	0x00000001027515f0 _PyEval_EvalCodeWithName + 5472 (ceval.c:4115)
63  pytest_10.12                  	0x000000010273532e PyEval_EvalCodeEx + 222 (ceval.c:4136)
64  pytest_10.12                  	0x000000010273523e PyEval_EvalCode + 94 (ceval.c:695)
65  pytest_10.12                  	0x00000001027a50cc run_mod + 108 (pythonrun.c:980)
66  pytest_10.12                  	0x00000001027a5b08 PyRun_FileExFlags + 264 (pythonrun.c:933)
67  pytest_10.12                  	0x00000001027a45d1 PyRun_SimpleFileExFlags + 1073 (pythonrun.c:396)
68  pytest_10.12                  	0x00000001027a3edc PyRun_AnyFileExFlags + 140 (pythonrun.c:80)
69  pytest_10.12                  	0x00000001027d5c4c run_file + 332 (main.c:319)
70  pytest_10.12                  	0x00000001027d49a9 Py_Main + 4473 (main.c:779)
71  pytest_10.12                  	0x000000010254fe5b 0x10254f000 + 3675
72  libdyld.dylib                 	0x00007fffa771b255 start + 1
History
Date User Action Args
2016-10-18 19:38:00ned.deilysetrecipients: + ned.deily, vstinner, methane, serhiy.storchaka, yselivanov
2016-10-18 19:38:00ned.deilysetmessageid: <1476819480.38.0.260358660205.issue28471@psf.upfronthosting.co.za>
2016-10-18 19:38:00ned.deilylinkissue28471 messages
2016-10-18 19:37:59ned.deilycreate