namespace signal, code 11 segmentation fault: 11 python

Hi. I try to create connection with snowflake in airflow. When I try to test new connection, I get the python error. Could you please give me any advice?


System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.root.user-interactive-qos


Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [1020]

VM Region Info: 0x110 is not in any region.  Bytes before following region: 140737486896880
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      VM_ALLOCATE              7fffffe9c000-7fffffe9d000 [    4K] r-x/r-x SM=ALI  

Thread 0 Crashed::  Dispatch queue: com.apple.root.user-interactive-qos
0   libdispatch.dylib             	    0x7ff80819d148 _dispatch_apply_with_attr_f + 1153
1   libdispatch.dylib             	    0x7ff80819d327 dispatch_apply + 45
2   CoreFoundation                	    0x7ff808511bbf __104-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:]_block_invoke.75 + 97
3   CoreFoundation                	    0x7ff8083c11c2 CFPREFERENCES_IS_WAITING_FOR_SYSTEM_AND_USER_CFPREFSDS + 74
4   CoreFoundation                	    0x7ff8083c105d -[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:] + 181
5   CoreFoundation                	    0x7ff8083bfadf -[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:] + 220
6   CoreFoundation                	    0x7ff8083bf804 -[CFPrefsSearchListSource alreadylocked_getDictionary:] + 389
7   CoreFoundation                	    0x7ff8083bf3ca -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 150
8   CoreFoundation                	    0x7ff8083bf311 -[CFPrefsSource copyValueForKey:] + 47
9   CoreFoundation                	    0x7ff8083bf2c2 __76-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]_block_invoke + 32
10  CoreFoundation                	    0x7ff8083b7a54 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 361
11  CoreFoundation                	    0x7ff80851237b -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 374
12  CoreFoundation                	    0x7ff8083b74e8 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 137
13  CoreFoundation                	    0x7ff8083b7424 _CFPreferencesCopyAppValueWithContainerAndConfiguration + 101
14  SystemConfiguration           	    0x7ff808f1d72b SCDynamicStoreCopyProxiesWithOptions + 155
15  _scproxy.cpython-310-darwin.so	       0x10df358b0 get_proxy_settings + 32
16  Python                        	       0x10ad99375 cfunction_vectorcall_NOARGS + 101
17  Python                        	       0x10ae7343f call_function + 175
18  Python                        	       0x10ae69831 _PyEval_EvalFrameDefault + 24193
19  Python                        	       0x10ae6203f _PyEval_Vector + 383
20  Python                        	       0x10ae7343f call_function + 175
21  Python                        	       0x10ae69831 _PyEval_EvalFrameDefault + 24193
22  Python                        	       0x10ae6203f _PyEval_Vector + 383
23  Python                        	       0x10ae7343f call_function + 175
24  Python                        	       0x10ae69831 _PyEval_EvalFrameDefault + 24193
25  Python                        	       0x10ae6203f _PyEval_Vector + 383
26  Python                        	       0x10ae7343f call_function + 175
27  Python                        	       0x10ae698ec _PyEval_EvalFrameDefault + 24380
28  Python                        	       0x10ae6203f _PyEval_Vector + 383
29  Python                        	       0x10ae7343f call_function + 175
30  Python                        	       0x10ae698ec _PyEval_EvalFrameDefault + 24380
31  Python                        	       0x10ae6203f _PyEval_Vector + 383
32  Python                        	       0x10ae7343f call_function + 175
33  Python                        	       0x10ae6975d _PyEval_EvalFrameDefault + 23981
34  Python                        	       0x10ae6203f _PyEval_Vector + 383
.....

try disable network proxy lookups by defining the environment variable 'no_proxy' with value '*' in the Python process, for example:

env no_proxy='*' python3.6 ...

Reference: https://bugs.python.org/issue30385

namespace signal, code 11 segmentation fault: 11 python
 
 
Q