• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root 3.4 kernel lost & would like to be found

1mouse3

Member
I have cwm set with kexec to help get a log of what is going on

-last_kmsg after a failed boot of 3.4
Format: Log Type - Time(microsec) - Message Log type: B - since boot(excludin - Pastebin.com
-last_kmsg after a boot of 3.0.8
Format: Log Type - Time(microsec) - Message Log type: B - since boot(exclud - Pastebin.com
-split-boot of boot.img
Code:
output directory: fi
boot_magic correct:  ANDROID!
kernel size: 6045264
kernel address: 2149613568
Base: 2149580800  (hex): 0x80200000
ramdisk size: 375592
ramdisk address: 2183135232
ERROR: Base from ramdisk address does not match the one from kernel address. 2166358016
second size: 0
second address: 2165309440
tags address: 2149581056
page size: 2048
product name:  
cmdline:  androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 maxcpus=2
File fi/zImage written (length=6045264).
File fi/ramdisk.gz written (length=375592).
-running kexec
Code:
kernel: 0x4018d008 kernel_size: 5c3e50
kexec_load: entry = 0x80208000 flags = 280000
nr_segments = 3
segment[0].buf   = 0x33008
segment[0].bufsz = 7c
segment[0].mem   = 0x80201000
segment[0].memsz = 1000
segment[1].buf   = 0x4018d008
segment[1].bufsz = 5c3e50
segment[1].mem   = 0x80208000
segment[1].memsz = 5c4000
segment[2].buf   = 0x4098e008
segment[2].bufsz = 5bb28
segment[2].mem   = 0x81910000
segment[2].memsz = 5c000
Segmentation fault
-an something I saw in kmsg after doing kexec in cwm
<4>[01-01 00:24:50.233] pm8921 fastchg_irq0,fsm_state=7 <4>[01-01 00:24:50.233] - Pastebin.com

from what i see is case of issues is an am trying find out how to find, what are others thoughts on this

[c010b55c] *pgd=8021140e(bad)
Internal error: Oops: 80d [#1] PREEMPT SMP
 
am further down the path

c010b044 t unmap_single_vma

is where the error fall into an that is in mm/memory.c, now need to find out if there is an issues with MACH_HAYES matching
 
Back
Top Bottom