Hello,
I am running ubuntu 16.04, I accidentally ran the below command:
sudo chmod -R 777 /
Then I have fixed all my permission issues and all other applications are running successfully now. I have completely removed odoo and postgres and reinstall them successfully. I can run my odoo server successfully by the command:
./odoo-bin
But as soon as I try to load http://localhost:8069 in my browser, I get the following error-
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
I know what is meant by the error. How can I debug the error or how can I solve the error ? Is it an odoo server issue or is it a python issue ? Should I reinstall my OS ?
Thanks,
Tahseen Anam