lp://staging/~lubuntu-dev/lxde/menu-cache-git
- Get this branch:
- bzr branch lp://staging/~lubuntu-dev/lxde/menu-cache-git
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/lxde/menu-cache.git.
Last successful import was .
Recent revisions
- 262. By LStranger
-
Open listening socket in the child, after closing all file descriptors.
Otherwise we step into closing it by freopen() in case if stdin was closed before.
This should finally fix the issue with accept() failure introduced by commit
c8794da0cf5a194b5eaadf020f02a5 cab89f54fc very early which did dup2() on stdin
without any check if it's not assigned to the listening socket. - 261. By LStranger
-
Use freopen() instead of dup2() in menu-cached.
If dup2 called for fd 0 which is a socket instead of stdin, it will cause
a fail on accept() later.Also terminate menu-cached in case of listening socket error.
This change should fix 100% CPU load by menu-cached due to that, see
https://github. com/lxde/ menu-cache/ issues/ 7 - 260. By LStranger
-
Fix an issue with multiple daemons started.
Added a test if daemon is already running on socket before killing old socket file.
See https://github. com/lxde/ lxqt/issues/ 1311#issuecomme nt-312018367 - 259. By LStranger
-
Reduce inactivity timer to 6 seconds (from 600 seconds).
See https:/
/bugs.debian. org/cgi- bin/bugreport. cgi?bug= 863226
https://github. com/lxde/ menu-cache/ issues/ 17
https://github. com/lxde/ menu-cache/ issues/ 11
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)