mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-16 09:11:13 +00:00
![]() This doesn't solve the general design problem of the log.c (eg; some log lines
got lost or scattered into multiple files) but at least prevent multithreaded
code from crashing.
Before this change something like following;
sudo src/tests/lxc-test-concurrent -i 10 -j 20
was crashing nearly all the time due to
|
||
---|---|---|
.. | ||
include | ||
lua-lxc | ||
lxc | ||
python-lxc | ||
tests | ||
Makefile.am |