[issue36224] Python quit unexpectedly error

2019-03-08 Thread Xin Wang


New submission from Xin Wang :

I face the same error with https://bugs.python.org/issue36154, but the solution 
is not work for me. So I want to show you my error.

I'm on a Mac running Mojave, version 10.14.3. I installed Python 3.7.2.
I am using vscode. It is work fine in command line.

Process:   Python [6855]
Path:  
/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:Python
Version:   3.7.2 (3.7.2)
Code Type: X86-64 (Native)
Parent Process:Microsoft.Python.LanguageServer [6775]
Responsible:   Python [6855]
User ID:   501

Date/Time: 2019-03-07 20:56:29.311 +0800
OS Version:Mac OS X 10.14.3 (18D109)
Report Version:12
Bridge OS Version: 3.3 (16P3133)
Anonymous UUID:9BB7B8DF-31FF-DE9B-C98A-12906B656226

Sleep/Wake UUID:   ACC9C63D-DFE1-42FE-8E68-5C3942745A62

Time Awake Since Boot: 3000 seconds
Time Since Wake:   1000 seconds

System Integrity Protection: enabled

Crashed Thread:0  Dispatch queue: com.apple.main-thread

Exception Type:EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:   KERN_INVALID_ADDRESS at 0x
Exception Note:EXC_CORPSE_NOTIFY

Termination Signal:Segmentation fault: 11
Termination Reason:Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [6855]

VM Regions Near 0:
--> 
__TEXT 00010354-000103542000 [8K] r-x/rwx 
SM=COW  
/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   algos.cpython-37m-darwin.so 0x0001132d2520 
__pyx_pf_6pandas_5_libs_5algos_600__defaults__ + 32
1   algos.cpython-37m-darwin.so 0x000113422ed0 
__Pyx_CyFunction_get_kwdefaults + 48
2   org.python.python   0x00010356655c getset_get + 58
3   org.python.python   0x00010358db50 
_PyObject_GenericGetAttrWithDict + 181
4   org.python.python   0x00010358da40 _PyObject_LookupAttr 
+ 166
5   org.python.python   0x0001035eb1c4 builtin_getattr + 141
6   org.python.python   0x000103561637 
_PyMethodDef_RawFastCallKeywords + 496
7   org.python.python   0x000103560bd3 
_PyCFunction_FastCallKeywords + 44
8   org.python.python   0x0001035f65f0 call_function + 636
9   org.python.python   0x0001035ef2cf 
_PyEval_EvalFrameDefault + 7174
10  org.python.python   0x000103560fae 
function_code_fastcall + 112
11  org.python.python   0x0001035f6665 call_function + 753
12  org.python.python   0x0001035ef2cf 
_PyEval_EvalFrameDefault + 7174
13  org.python.python   0x0001035f6ef7 
_PyEval_EvalCodeWithName + 1835
14  org.python.python   0x000103560b98 
_PyFunction_FastCallKeywords + 225
15  org.python.python   0x0001035f6665 call_function + 753
16  org.python.python   0x0001035ef375 
_PyEval_EvalFrameDefault + 7340
17  org.python.python   0x000103560fae 
function_code_fastcall + 112
18  org.python.python   0x0001035f6665 call_function + 753
19  org.python.python   0x0001035ef2cf 
_PyEval_EvalFrameDefault + 7174
20  org.python.python   0x0001035f6ef7 
_PyEval_EvalCodeWithName + 1835
21  org.python.python   0x000103560b98 
_PyFunction_FastCallKeywords + 225
22  org.python.python   0x0001035f6665 call_function + 753
23  org.python.python   0x0001035ef218 
_PyEval_EvalFrameDefault + 6991
24  org.python.python   0x0001035f6ef7 
_PyEval_EvalCodeWithName + 1835
25  org.python.python   0x000103560801 
_PyFunction_FastCallDict + 441
26  org.python.python   0x000103561931 
_PyObject_Call_Prepend + 150
27  org.python.python   0x00010359f05c slot_tp_init + 80
28  org.python.python   0x00010359bd28 type_call + 178
29  org.python.python   0x000103560a39 
_PyObject_FastCallKeywords + 359
30  org.python.python   0x0001035f665e call_function + 746
31  org.python.python   0x0001035ef375 
_PyEval_EvalFrameDefault + 7340
32  org.python.python   0x0001035f6ef7 
_PyEval_EvalCodeWithName + 1835
33  org.python.python   0x000103560801 
_PyFunction_FastCallDict + 441
34  org.python.python   0x000103561931 
_PyObject_Call_Prepend + 150
35  org.python.python   0x00010359f05c slot_tp_init + 80
36  org.python.python   0x00010359bd28 

[issue36224] Python quit unexpectedly error

2019-03-07 Thread Ned Deily

Ned Deily  added the comment:

Based on the macOS traceback you provide, this is a very different problem from 
the one in the other issue. Here the crash is occuring in a third-party C 
extension module, not something provided by Python or its standard library:

0  algos.cpython-37m-darwin.so  0x0001132d2520 
__pyx_pf_6pandas_5_libs_5algos_600__defaults__ + 32

I’m not familiar with that name but it suggests that it is part of the pandas 
package. Further, the path name for the interpreter suggests you are using a 
Python installed from the Homebrew project. I suggest you ask on either or both 
of pandas and Homebrew support forums.  If the problem can be isolated to a 
problem within Python itself, please reopen this issue with updated 
information. Good luck!

--
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com