Comment 0 for bug 1815187

Revision history for this message
Julian Andres Klode (juliank) wrote :

[Impact]
apt search and probably other code crashes some time, as GetDepCache() in trusty does not call BuildCaches() first.

[Test case]
TODO, some apt search -o RootDir=<something> foobar

[Regression potential]
There may be some locking implications, as we build caches when opening depcache first, without locks. That said, the same code is in use in all post-trusty releases, and they work fine.