SIGSEV to Python
- 
					
					
					
					
 Hi guys, I've been dealing with this error since a few weeks but it is hard to diagnose. Do you know how to debug this type of stuff? [224880.625199] do_page_fault(): sending SIGSEGV to python for invalid read access from 49d89740 
 [224880.633939] epc = 77f48110 in libc.so[77f20000+92000]
 [224880.639266] ra = 77f48e64 in libc.so[77f20000+92000]
 
- 
					
					
					
					
 @Lucas-Gozalvez I'm no fan of python but I find running python with faulthandler helps diagnose such issues. 
 
-