Skip to content

Instantly share code, notes, and snippets.

@trevd
Created December 24, 2012 01:32
Show Gist options
  • Save trevd/4367033 to your computer and use it in GitHub Desktop.
Save trevd/4367033 to your computer and use it in GitHub Desktop.
CWM 6.0.1.9 depdupe issue
Here's a gdb try which kinda gets us in the right direction,
GDB TRACE:
./data/com.gzero.tv/cache/Settings
./data/com.gzero.tv/cache/mobclix
./data/com.gzero.tv/cache/mobclix/mobclix_temp_1352625520411.html
./data/com.gzero.tv/cache/mobclix/mobclix_temp_1352625535348.html
./data/com.gzero.tv/cache/webviewCacheChromiumStaging
./data/com.gzero.tv/cache/aHR0cDovL3N0YXRpYy50dmNhdGNodXAuY29tL2ltYWdlcy9jaGFubmVscy9lbmFibGVkL2NoYW5u
QRG.FRTNZVS2%S2%N3%CGGU
Program received signal SIGSEGV, Segmentation fault.
dedupe_main (argc=5, argv=0xffffc4c4) at bootable/recovery/dedupe/dedupe.c:449
449 token = tokenize(sha256, token, '\t');
(gdb) step
tokenize (sep=<optimised out>, line=0x0, out=0xffff8364 "635/155d13b8d9f75a47425603e099d7cdc4a9717e548e41965c1a4a21522bbe9") at bootable/recovery/dedupe/dedupe.c:238
238 while (*line != sep) {
(gdb) step
Program terminated with signal SIGSEGV, Segmentation fault.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment