Comment 2 for bug 799432

Revision history for this message
Torsten Spindler (tspindler) wrote :

It looks like FindSrc fails at times as SrcRecs in apt-get.cc is mangled by the first search. Moving pkgSrcRecords SrcRecs(*List); within the loop over the command line supplied file list fixes the error, albeit brutally. A better way might be to make sure that SrcRecs is not destroyed during the search.