On Fri, Nov 7, 2008 at 2:46 PM, fadden <[EMAIL PROTECTED]> wrote: > > On Nov 6, 10:57 pm, "Matt Reimer" <[EMAIL PROTECTED]> wrote: >> Android is segfaulting when it scans /system/app, apparently once for >> every apk in that dir (I counted 36 segfaults and there are 36 files >> in that dir). Each time it segfaults in a similar fashion; e.g.: >> >> W/zipro ( 47): Zip inflate failed, zerr=-3 (nIn=0x41047745 >> aIn=2686 nOut=0x1bff20 aOut=12804) > > It's logging an error in a similar fashion. The segfault is probably > related, but might not be. > > I gather from your build fingerprint that this is a custom build, > which makes it impossible for me to convert the native stack trace to > symbolic form.
How can I convert the stack trace myself? Matt >> See below for more info from logcat. I unzipped each file to see if >> any were corrupt but "unzip -t" worked fine on all of them. > > zlib err -3 is Z_DATA_ERROR, so either zlib doesn't like the > compressed data or the library isn't feeding it correctly. The > complaint is coming out of frameworks/base/libs/utils/ZipFileRO.cpp: > 615. It appears to be partway through the buffer. > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
