Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144319 Details for
Bug 211254
apt-get segfault
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Band-aid patch for the cache corruption
apt-0.5.15lorg3.x-cache-corruption.patch (text/plain), 858 bytes, created by
Panu Matilainen
on 2006-12-22 22:43:28 UTC
(
hide
)
Description:
Band-aid patch for the cache corruption
Filename:
MIME Type:
Creator:
Panu Matilainen
Created:
2006-12-22 22:43:28 UTC
Size:
858 bytes
patch
obsolete
>Index: apt-pkg/pkgcachegen.cc >=================================================================== >--- apt-pkg/pkgcachegen.cc (revision 272) >+++ apt-pkg/pkgcachegen.cc (working copy) >@@ -650,6 +650,17 @@ > continue; > } > >+ // Band-aid for cache corruption issue (RH bugzilla #211254) >+ // until real cause and cure is found >+ for (pkgCache::PkgFileIterator File = Cache.FileBegin(); >+ File.end() == false; File++) { >+ if (File.FileName() == NULL) { >+ _error->Warning(_("Cache corruption detected, band-aid applied.")); >+ _error->Warning(_("See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211254 for further info.")); >+ return false; >+ } >+ } >+ > // FindInCache is also expected to do an IMS check. > pkgCache::PkgFileIterator File = (*Start)->FindInCache(Cache); > if (File.end() == true)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211254
:
139053
|
139074
| 144319