Chromium Browser Singleton Bug Caused by Power Failure
A Power Failure Resulted in the Following Bug of Chromium Browser on Ubuntu - [12489:12489:0811/114557: Error: Process_Singleton_Posix. Cc(264)] Failed to...
A power failure resulted in the following bug of Chromium Browser on Ubuntu -
[12489:12489:0811/114557:ERROR:process_singleton_posix.cc(264)] Failed to create /home/user01/.config/chromium/SingletonLock: File exists [12489:12489:0811/114557:ERROR:chrome_browser_main.cc(1155)] Failed to create a ProcessSingleton for your profile directory. This means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process. Aborting now to avoid profile corruption.
3 Answers
Have you tried deleting the file?
You could also run chrome with --user-data-dir=/home/user01/.config/some-other-dir to run with a fresh profile in a new location.
I had this problem today and found a fix. In my case the problem was that my root partition was out of space. I found 100 GB of files to delete and chromium worked again instantly.
Just delete file '/home/user01/.config/chromium/SingletonLock', chrome will works fine.