Dear Maintainer,
after updating packages:
- lvm2 (2.03.22-1+b1 -> 2.03.27-1)
- lvm2-dbusd (2.03.22-1 -> 2.03.27-1)
running the command from console:
$ sudo lvs -a
returns a lot of warnings:
File descriptor 21
(/home/root/.cache/mesa_shader_cache_db/part0/mesa_cache.db)
leaked on lvs invocation. Parent PID 7286: /bin/bash
File descriptor 22
(/home/root/.cache/mesa_shader_cache_db/part0/mesa_cache.idx) leaked on lvs
invocation. Parent PID 7286: /bin/bash
File descriptor 23
(/home/root/.cache/mesa_shader_cache_db/part1/mesa_cache.db)
leaked on lvs invocation. Parent PID 7286: /bin/bash
...
File descriptor 118
(/home/root/.cache/mesa_shader_cache_db/part48/mesa_cache.idx) leaked on lvs
invocation. Parent PID 7286: /bin/bash
File descriptor 119
(/home/root/.cache/mesa_shader_cache_db/part49/mesa_cache.db) leaked on lvs
invocation. Parent PID 7286: /bin/bash
File descriptor 120
(/home/root/.cache/mesa_shader_cache_db/part49/mesa_cache.idx) leaked on lvs
invocation. Parent PID 7286: /bin/bash
$ fax|grep 7286
7286 pts/1 Ss 0:00 | \_ /bin/bash
Note that if I downgrading to the previous version solves the problem.
Thank you,
Antonio