Yuri Timenkov
Yuri Timenkov
And for service it would be probably beneficial to write to syslog (or even there is a systemd sink :D)
> https://github.com/guangie88/spdlog_setup should be useful for this Thanks for the tip. Two things which bother me: 1. It uses a separate configuration file (and format) which may be ok for...
I think it highly depends on what kind of change in the config file. When I thought about configurable logging, it felt nice to be able to tune log level...
Much of stuff it rants on is 12+ years old and should be replaced with C++ standard equivalent. Another part is that many security "issues" reported are not really a...
@unquietwiki Could you please elaborate on this: > The easiest fix I spotted via cppcheck is that src/utils/tools.cc has two getnameinfo calls that could have zero-lengths on their len properties....
The log in the looks similar to one I've got in #846 (which was after 1.5.0 release). It was caused by thumbnail generation but happened during the playback in my...
> As a workaround, I set and the problem went away. Then I'm 99% certain it's the issue I saw. > Gerbera has a serious packaging/distribution problem. .... I started...
Also, if not #861, you probably eventually ended up with cached thumbnails and stopped seeing crashes...
And another example here: https://github.com/microsoft/vscode-cpptools/issues/6560
I do not remember in which context I opened this issue and if it was a real problem... Maybe since I work with shared memory in app it was confusing...