Open Marcool04 opened 3 years ago
Sorry about the very long delay. Can you confirm this is still an issue with the latest commit compiled with Nim 1.6.2?
I ran into a similar issue (nitter crashing with SIGBUS) after pulling an update recently (going to commit 51c6605d3
).
I unfortunately have no idea which commit I was on previously, but it was buildable with nim 1.4.4.
From the limited testing I had time to do so far, the crash happens whenever the profile of a user (e.g. host/Username
) is accessed.
Using the commit mentioned above:
Building with nim versions 1.4.4 (by editing nitter.nimble
), 1.4.8 and 1.6.2 produces reliable crashes, so it doesnt appear to be a nim specific issue.
Platform is a Raspi 4B, 4GB model.
Ill try to set up a debug build as per the OP when I get the chance to do so (and if its still needed).
Hi, I have been experimenting with using nitter on a Raspberrypi 4B+ (8Gb RAM) running Archlinuxarm, and the program keeps crashing after a short while of otherwise normal use.
Some basic information on the system:
Here is my nitter.conf:
After the crashes started I tried to get a backtrace from the core dump with gdb and discovered the installation process had stripped the debug symbols, so I modified it to include them again. I adapted the ArchUserRepository script nitter-git, and here is the PKGBUILD I used to build and install nitter:
Here is the debugging information I was able to collect :
Let me know if there is anything I can do to help, and sorry if this enters into a "niche" category (arm? archlinux?…) that you don't support. Thanks for the great software anyhow! Best regards, Mark.