<div dir="ltr"><div><div><div>Let me start by saying Thank You for the amazing IDE, Eric, and its community.  Recently, I decided to take the plunge into Linux with CentOS 7 as my first. After installing Python 3.6.1 from source and setting up a virtual enviroment, I naturally went to install the Eric IDE as my next step.<br><br></div>No issues on installation, but when I attempt to open any dialog box under the Config window as a standard user, Eric exits to the terminal with a segmentation fault.  This doesn't happen if I run eric6 thru sudo or su -<br><br></div>May I get some help or insight into what's going on and how I can fix this?<br><br></div><div>### OS Related Info ###<br></div><div>CentOS Linux release 7.3.1611 (Core) <br></div><div>Python 3.6.1<br></div><div>Eric IDE 17.05<br>Qt 5.8.0<br><br>All packages below installed thru pip (some presumably from pywheels)<br>PyQt5      5.8.2  <br></div><div>QScintilla 2.10   <br>setuptools 35.0.2 <br>sip        4.19.2 <br><br></div><div>### GDB Debug Info ###<br></div><div>(pyvenv3.6.1) [***@localhost bin]$ gdb -ex r --args python /usr/local/python/3.6.1/venv/pyvenv3.6.1/lib/python3.6/site-packages/eric6/eric6.py<br>GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-94.el7<br>...<br>This GDB was configured as "x86_64-redhat-linux-gnu".<br>...<br>Reading symbols from /usr/local/python/3.6.1/bin/python3.6...done.<br>Starting program: /usr/local/python/3.6.1/venv/pyvenv3.6.1/bin/python /usr/local/python/3.6.1/venv/pyvenv3.6.1/lib/python3.6/site-packages/eric6/eric6.py<br>[Thread debugging using libthread_db enabled]<br>Using host libthread_db library "/lib64/libthread_db.so.1".<br>[New Thread 0x7fffd73be700 (LWP 13950)]<br>[New Thread 0x7fffcdb26700 (LWP 13951)]<br>[New Thread 0x7fffcd325700 (LWP 13952)]<br>[New Thread 0x7fffc7154700 (LWP 13953)]<br>[New Thread 0x7fffc5645700 (LWP 13955)]<br>Warning: translation file 'qt_en_US'could not be loaded.<br>Using default.<br>Warning: translation file 'qscintilla_en_US'could not be loaded.<br>Using default.<br>BackgroundService listening on: 45645<br>Detaching after fork from child process 13956.<br>Detaching after fork from child process 13957.<br>[New Thread 0x7fffb88e7700 (LWP 13958)]<br>Detaching after fork from child process 13959.<br>Detaching after fork from child process 13960.<br>[New Thread 0x7fffb145c700 (LWP 13962)]<br>[New Thread 0x7fffb0c5b700 (LWP 13963)]<br>[New Thread 0x7fffabfff700 (LWP 13964)]<br>[New Thread 0x7fffab7fe700 (LWP 13966)]<br><br>(python:13946): Gtk-WARNING **: Invalid input string<br><br>(python:13946): Gtk-WARNING **: Invalid input string<br>[New Thread 0x7fffaaffd700 (LWP 13973)]<br>[New Thread 0x7fffaa7fc700 (LWP 13974)]<br><br>Program received signal SIGSEGV, Segmentation fault.<br>0x00007fffd6038c96 in update_current_folder_get_info_cb () from /lib64/libgtk-3.so.0<br><br>#########<br></div><div></div><div>root:root has ownership of /usr/local/python/<a href="http://3.6.1.">3.6.1.</a>  I set myself up as the owner of the venv directory and below, (pyvenv3.6.1), etc.<br><br>Thanks, Ben<br></div></div>