Joel
Joel
Still happening, although it is somewhat random, and I can go for days without a crash. I'd be happy to run a trace build.
@deluan would you be able to create a debug build?
The trace log file is huge, as you warned. There are many of the same lines above this point as it scans my media. Not practical to attach the whole...
Let me try the new version and report back. I've been using the binary release, and using monit to restart the binary when it crashes.
After running for a few hours, I did get a crash. Attached is the end of the trace log. [log.txt](https://github.com/navidrome/navidrome/files/10356330/log.txt)
I run the Linux binary with FreeBSD's Linux compatibility mode using the base from CentOS 7.9.2009. My guess is that is the issue, and if you have any patches to...
I'll confirm that the program has been running over a week at this point, and no crashes. It certainly seems to point to the scanning function as the source of...
Thanks @jan666, I'll give that a try.
After a few days of running with a self-compiled binary, I'm not seeing the crash. I'm going to close this as an artifact of running a pre-compiled binary on a...
> I think the issue here is with how the "perform_query" function is being called. It's setup to accept queries in the form of sqlalchemy text clauses, but the notebook...