-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The program freezes every 2 - 5 hours #40
Comments
Did you find your cause of freezing? |
Hello @mitchellkrogza. First of all thanks for the help, as well as @funilrys.
This could be avoided if the installation method is changed by AppImage, Snap, Flatpak or some other type of packaging that this program and its dependencies can run in an isolated environment (such as Conda, Hipervisor VM, etc). I already put this theme on the table #41 |
I hope @funilrys can give you a flag to create a debug log. Highly suggest you try my Mini(Conda) method which ensures it will run on Python 3.7.3 without any external problems. I use Conda exclusively on my Ubuntu servers as it completely obliterated any funny Python errors which Ubuntu is renowned for. |
Bug description
The program freezes every 2 or 3 hours.
Data Sheet:
Hardware / Software: Intel Xeon 2 core, 16 GB RAM, HDD 2 TB, Ubuntu 18.04.2 LTS x64
python -V: 2.7.15+
pip3 --version: pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
pip --version: pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
run: PyFunceble -m -p 150 -f list
Installation method:
pip3 install -r requirements.txt && pip3 install PyFunceble
File to be processed: Unix/Linux List format (UTF-8 .txt) with 5 M of lines of domains
Measures taken: CTRL + C and run it again
The -p parameter has been changed (-p 200, -p 150, -p 100, -p 50 and -p has been removed), and the result is the same. I have tested on other computers with superior hardware and the result is the same
PD: What is the recommended installation method (error-proof)?
Problem with uninstall with this method:
#38 (comment)
The text was updated successfully, but these errors were encountered: