precompiled kernel modules (like exFAT) - Galaxy Note II, Galaxy S III Developer Discussion

Can someone please tell me what they did to get precompiled kernel modules such as the exFAT modules provided by Samsung to load and work properly on the Note 2 kernels built from source? I've pulled in the commit that ignores the version info and also made a few other config changes so that the modules can load properly. However, if the kernel I build is used with an exFAT SDcard, the system will reboot as soon as Android goes to mount the card. I've tried using the modules from the VZW Note 2 (which I have) as well as the modules from the N7100, and both have the same end result.

A few more specifics and a kernel log would help...
The commonly used patch is the 1-liner excluding the exFat modules from module version check, but you say you already have that. Then you must have done some modifications in the kernel itself (SLUB/FTRACE?) to conflict with what the modules were built with.

AndreiLux said:
A few more specifics and a kernel log would help...
The commonly used patch is the 1-liner excluding the exFat modules from module version check, but you say you already have that. Then you must have done some modifications in the kernel itself (SLUB/FTRACE?) to conflict with what the modules were built with.
Click to expand...
Click to collapse
I ran out of time to grab the logcat/dmesg today when I tried, I'll grab it after I get home from work. I added in FTRACE as the modules wouldn't load without them, which I found from trying to insmod them manually and looking at the resulting errors. I didn't change SLUB, which is what it had as default for VZW, and it is also the default for the config included in the source for the N7100. The source I'm building off of is here on Github and I'm using the arm-eabi-4.4.3 toolchain from JB AOSP to compile with, if those are any help.

FTRACE is something you should specifically leave disabled, I don't know why you actually enabled that. I'd also look into JRCU.

I disabled FTRACE and recompiled, and am back to the same point I was at earlier with the modules not loading. I also removed JRCU, but this is the same issue I had without FTRACE added. Not sure why you think JRCU is part of the problem. Below is the error that I get when trying to insmod the exfat_core.ko module.
Code:
[email protected]:/ # lsmod
lsmod
vpnclient 90997 0 - Live 0x00000000
[email protected]:/ # insmod /lib/modules/exfat_core.ko
insmod /lib/modules/exfat_core.ko
insmod: init_module '/lib/modules/exfat_core.ko' failed (No such file or directo
ry)
255|[email protected]:/ # dmesg | grep exfat
dmesg | grep exfat
<4>[ 337.999907] c3 exfat_core: Unknown symbol kmem_cache_alloc_trace (err 0)
<4>[ 337.999970] c3 exfat_core: Unknown symbol __gnu_mcount_nc (err 0)
[email protected]:/ #
So, I went back to what I have now with the modules at least loading. I formatted my card to exFAT and restarted to get a logcat and then pulled last_kmsg after. Here is logcat that was cleared shortly before inserting the exFAT SDcard
Code:
--------- beginning of /dev/log/system
V/AlarmManager( 2356): waitForAlarm result :2
V/AlarmManager( 2356): waitForAlarm result :8
V/AlarmManager( 2356): ClockReceiver onReceive() ACTION_TIME_TICK
W/AlarmManager( 2356): FACTORY_ON= 0
D/STATUSBAR-Clock( 2869): onReceive() - ACTION_TIME_TICK
D/STATUSBAR-Clock( 2869): onReceive() - ACTION_TIME_TICK
D/STATUSBAR-Clock( 2869): onReceive() - ACTION_TIME_TICK
D/STATUSBAR-Clock( 2869): onReceive() - ACTION_TIME_TICK
D/ClockWidget( 2356): refreshTime()
D/ClockWidget( 2356): TTS Message = It is 12 : 55 AM, Tuesday, February 19
D/dalvikvm( 6451): GC_CONCURRENT freed 510K, 6% free 11894K/12551K, paused 1ms+2ms, total 13ms
I/VPNCStarter( 1975): Message channel file directory does not exist
V/AlarmManager( 2356): waitForAlarm result :4
V/AlarmManager( 2356): trigger ELAPSED_REALTIME_WAKEUP or RTC_WAKEUP
V/AlarmManager( 2356): waitForAlarm result :4
V/AlarmManager( 2356): trigger ELAPSED_REALTIME_WAKEUP or RTC_WAKEUP
D/WifiP2pService( 2356): P2pDisabledState{ what=131204 }
W/AlarmManager( 2356): FACTORY_ON= 0
W/AlarmManager( 2356): FACTORY_ON= 0
D/WifiP2pService( 2356): P2pDisabledState{ what=131204 }
D/DirectVolume( 1946): DirectVolume::readId -> path '/sys/devices/platform/s3c-sdhci.2/mmc_host/mmc1/mmc1:aaaa/block/mmcblk1/device/cid'
D/DirectVolume( 1946): DirectVolume::readId -> id '0353445355333247801d67339300cc00'
D/DirectVolume( 1946): DirectVolume::handleDiskAdded -> mDiskMajor 179, mDiskMinor 16, NPARTS:1
D/Vold ( 1946): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 1946): DirectVolume::handlePartitionAdded -> major 179, minor 17, PARTN 1
D/Vold ( 1946): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/MountService( 2356): onEvent:: raw= 605 Volume sdcard /storage/extSdCard state changed from 0 (No-Media) to 2 (Pending) cooked = 605 Volume sdcard /storage/extSdCard state changed from 0 (No-Media) to 2 (Pending)
I/MountService( 2356): notifyVolumeStateChanged:: path = /storage/extSdCard,old= removed,new = removed
I/MountService( 2356): onEvent:: raw= 630 Volume sdcard /storage/extSdCard diskinserted (179:16) cooked = 630 Volume sdcard /storage/extSdCard disk inserted (179:16)
W/MountService( 2356): '/storage/extSdCard' waiting over pending state
I/MountService( 2356): onEvent:: raw= 605 Volume sdcard /storage/extSdCard state changed from 2 (Pending) to 1 (Idle-Unmounted) cooked = 605 Volume sdcard /storage/extSdCard state changed from 2 (Pending) to 1 (Idle-Unmounted)
I/MountService( 2356): updating volume state for media bad removal nofs and unmountable
D/MountService( 2356): updatePublicVolumeState :: path = /storage/extSdCard, state = unmounted
I/MemorySettings( 2955): Received storage state changed notification that /storage/extSdCard changed state from removed to unmounted
D/MountService( 2356): volume state changed for /storage/extSdCard (removed -> unmounted)
D/MtpService( 3242): onStorageStateChanged /storage/extSdCard removed -> unmounted
I/MountService( 2356): notifyVolumeStateChanged:: path = /storage/extSdCard,old= removed,new = unmounted
D/MountService( 2356): sendStorageIntent Intent { act=android.intent.action.MEDIA_UNMOUNTED dat=file:///storage/extSdCard (has extras) }
I/StorageNotification( 2869): Media {/storage/extSdCard} state changed from {removed} -> {unmounted}
D/MountService( 2356): :::: isUsbMassStorageEnabled :: ret = false
D/StorageNotification( 2869): setMediaStorageNotification : cancel id = -535891041, path = /storage/extSdCard
D/STATUSBAR-NotificationService( 2356): updateLightsLocked() : Set custom flashing notification light
D/LightsService( 2356): [SvcLED] setSvcLedStateLocked:: id = 4, color = -56832,mode = 1, set = On
W/AlarmManager( 2356): FACTORY_ON= 0
V/AlarmManager( 2356): waitForAlarm result :4
D/LightsService( 2356): [SvcLED] SvcLEDTask
E/MTPRx ( 8628): In MtpReceiverandroid.intent.action.MEDIA_UNMOUNTED
W/MTPRx ( 8628): MMC is disconnected
W/MTPRx ( 8628): Top screen is MTP
W/MTPRx ( 8628): sending MMC disconnected noti to stack
E/MTPJNIInterface( 8628): noti = 5
V/AlarmManager( 2356): trigger ELAPSED_REALTIME_WAKEUP or RTC_WAKEUP
D/SensorService( 2356): info.rates.add, set DEFAULT_EVENTS_PERIOD
E/Sensors ( 2356): Light old sensor_state 0, new sensor_state : 64 en : 1
D/SensorService( 2356): SensorDevice::activate (enable 1, disable 0) = 1
D/SensorService( 2356): activating sensor enable handle=6
D/SensorService( 2356): activating sensor enable, Done!
D/SensorService( 2356): SensorDevice::activating sensor handle=6 ns=200000000
D/LightsService( 2356): [SvcLED] SvcLEDReceiver::isHappyNight = true
I/SensorService( 2356): info.selectDelay() ns=200000000
D/SensorService( 2356): SensorDevice::setDelay, Return(true 1, false 0) = 1
D/SensorManager( 2356): registerListener :: handle = 6 name= CM36651 Light Sensor delay= 200000 Listener= [email protected]
D/SensorManager( 2356): unregisterListener:: Listener= [email protected]
E/Sensors ( 2356): Light old sensor_state 64, new sensor_state : 0 en : 0
D/LightsService( 2356): [SvcLED] onSensorChanged::light value = 0.0
D/SensorService( 2356): SensorDevice::activate (enable 1, disable 0) = 0
D/SensorService( 2356): activating sensor disable handle=6
D/SensorService( 2356): activating sensor disable, Done!
D/SensorService( 2356): SensorDevice::activating sensor handle=6 ns=200000000
D/lights ( 2356): write pattern : g_led_info = 4
I/LightsService( 2356): fileWriteInt : /sys/class/sec/led/led_lowpower value :1
D/lights ( 2356): write : /sys/class/sec/led/led_blink = 0xffff2200 1 0
D/lights ( 2356):
E/lights ( 2356): g_led_info = 0x4
D/LightsService( 2356): setLightLocked is called
D/MountService( 2356): doMountVolume :: Mouting path = /storage/extSdCard with = mounting
D/MountService( 2356): externalstorage_lock_state =
I/MountService( 2356): doMountVolume: Mouting /storage/extSdCard
D/VoldCmdListener( 1946): volume mount /storage/extSdCard
I/Vold ( 1946): /dev/block/vold/179:17 being considered for volume sdcard
D/Vold ( 1946): Volume sdcard state changing 1 (Idle-Unmounted) -> 3 (Checking)
I/MountService( 2356): onEvent:: raw= 605 Volume sdcard /storage/extSdCard state changed from 1 (Idle-Unmounted) to 3 (Checking) cooked = 605 Volume sdcard /storage/extSdCard state changed from 1 (Idle-Unmounted) to 3 (Checking)
I/MountService( 2356): updating volume state checking
D/MountService( 2356): updatePublicVolumeState :: path = /storage/extSdCard, state = checking
D/MountService( 2356): volume state changed for /storage/extSdCard (unmounted -> checking)
I/MemorySettings( 2955): Received storage state changed notification that /storage/extSdCard changed state from unmounted to checking
D/MtpService( 3242): onStorageStateChanged /storage/extSdCard unmounted -> checking
D/Vold ( 1946): Detected exFAT file system.
I/StorageNotification( 2869): Media {/storage/extSdCard} state changed from {unmounted} -> {checking}
D/ApplicationPolicy( 2356): isStatusBarNotificationAllowed: packageName = com.android.systemui
D/ApplicationPolicy( 2356): isStatusBarNotificationAllowed: packageName = com.android.systemui
D/ClockWidget( 2356): received MISSED_EVENT intent !!
I/MountService( 2356): notifyVolumeStateChanged:: path = /storage/extSdCard,old= unmounted,new = checking
D/MountService( 2356): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/extSdCard (has extras) }
D/StorageNotification( 2869): setMediaStorageNotification : notify id = -535891041, path = /storage/extSdCard, title = Preparing SD cardD/PhoneStatusBar( 2869): addNotification score=0
D/STATUSBAR-NotificationService( 2356): Noti Alert - mSystemReady:true, AlertEnabled:true
E/NotificationService( 2356): Ignoring notification with icon==0: Notification(pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x8 kind=[null]) tickerText=null contactCharSeq=null when=1361253308173 threadId=0
D/STATUSBAR-NotificationService( 2356): Noti Alert - mSystemReady:true, AlertEnabled:true
W/ResourceType( 2869): Attempt to retrieve bag 0x01030068 which is invalid or in a cycle.
W/ResourceType( 2869): Attempt to retrieve bag 0x01030067 which is invalid or in a cycle.
I//system/bin/fsck.exfat( 1946): fsck.exfat 1.1.0p2
I//system/bin/fsck.exfat( 1946): No errors
I/Vold ( 1946): exfat -> Filesystem check completed OK
E/Vold ( 1946): MDM :: sdCardWriteAccessBlocked 0
D/Vold ( 1946): Detected exFAT file system.
And here is last_kmsg which I pulled after the phone rebooted. Full output here below is clipped to fit within the character limit.
Code:
<7>[ 299.052897] c0 led_lowpower mode set to 1
<7>[ 299.059799] c0 led_blink is called, Color:0xFFFF2200 Brightness:40
<1>[ 299.604562] c3 Unable to handle kernel paging request at virtual address 0000c354
<1>[ 299.604601] c3 pgd = eb4e8000
<1>[ 299.604619] c3 [0000c354] *pgd=00000000
<0>[ 299.604645] c3 Internal error: Oops: 5 [#1] PREEMPT SMP
<4>[ 299.604674] c3 Modules linked in: vpnclient exfat_fs(P) exfat_core(P)
<4>[ 299.604717] c3 CPU: 3 Tainted: P (3.0.31-00080-g060e141-dirty #1)
<4>[ 299.604761] c3 PC is at exfat_fill_super+0x88/0x57c [exfat_fs]
<4>[ 299.604798] c3 LR is at __get_free_pages+0x30/0x38
<4>[ 299.604826] c3 pc : [<bf0170e0>] lr : [<c010cf3c>] psr: a0000013
<4>[ 299.604856] c3 sp : ea7eddb8 ip : 000040ee fp : ea7ede44
<4>[ 299.604885] c3 r10: d8131000 r9 : e75313c0 r8 : e8d5a000
<4>[ 299.604915] c3 r7 : ea823070 r6 : d8131000 r5 : e8d5a000 r4 : d8da8000
<4>[ 299.604949] c3 r3 : ea7ec000 r2 : 0000c350 r1 : 000040d8 r0 : 000040ed
<4>[ 299.604985] c3 Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
<4>[ 299.605024] c3 Control: 10c5387d Table: 6b4e804a DAC: 00000015
<4>[ 299.605057] c3
<4>[ 299.605068] c3 LR: 0xc010cebc:
<4>[ 299.605086] c3 cebc e1a06001 e3e05000 e1a045a4 e1b040a4 e2855001 1afffffc e1a00002 e1a01005
<4>[ 299.605145] c3 cedc e59f2024 e1a03004 ebfffde0 e3500000 01a00004 089da8f0 ebffb38a e1a01005
<4>[ 299.605202] c3 cefc e1a02006 ebfffb4a e89da8f0 c0a8f0c0 e1a0c00d e92dd800 e24cb004 e92d4000
<4>[ 299.605258] c3 cf1c ebfcce75 e3a03000 e59f2014 ebfffdcf e2503000 01a00003 089da800 ebffb379
<4>[ 299.605315] c3 cf3c e89da800 c0a8f0c0 e1a0c00d e92dd830 e24cb004 e92d4000 ebfcce67 e2403001
<4>[ 299.605372] c3 cf5c e1a05000 e3e04000 e1a035a3 e1b030a3 e2844001 1afffffc e1a00001 e1a01004
<4>[ 299.605428] c3 cf7c ebffffe2 e1a01004 e1a02005 ebfffb28 e89da830 e1a0c00d e92dd800 e24cb004
<4>[ 299.605485] c3 cf9c e92d4000 ebfcce54 e3a01000 e3800902 ebffffd6 e89da800 e1a0c00d e92ddbf0
<4>[ 299.605542] c3
<4>[ 299.605551] c3 SP: 0xea7edd38:
<4>[ 299.605569] c3 dd38 c23b3500 00000008 c0aa2e1c c23b3500 c00f9d38 c010cf3c ffffffff ea7edda4
<4>[ 299.605625] c3 dd58 d8131000 ea823070 ea7ede44 ea7edd70 c004016c c003a624 000040ed 000040d8
<4>[ 299.605682] c3 dd78 0000c350 ea7ec000 d8da8000 e8d5a000 d8131000 ea823070 e8d5a000 e75313c0
<4>[ 299.605739] c3 dd98 d8131000 ea7ede44 000040ee ea7eddb8 c010cf3c bf0170e0 a0000013 ffffffff
<4>[ 299.605795] c3 ddb8 ff0a0210 00000000 ea7ede0c ea7ede48 00000001 dba4d400 dba4d40c e8d5a000
<4>[ 299.605852] c3 ddd8 e75313c0 d8131000 ea7ede04 ea7eddf0 c021fdfc c021fa14 bf017d34 ea7ede0c
<4>[ 299.605908] c3 ddf8 ea823000 00001000 80000000 00000000 c014bbe0 c014bca0 00001000 d8131000
<4>[ 299.605965] c3 de18 00000080 ea823000 00000083 00000080 ea823070 e8d5a000 e75313c0 d8131000
<4>[ 299.606022] c3
<4>[ 299.606032] c3 FP: 0xea7eddc4:
<4>[ 299.606049] c3 ddc4 ea7ede48 00000001 dba4d400 dba4d40c e8d5a000 e75313c0 d8131000 ea7ede04
<4>[ 299.606106] c3 dde4 ea7eddf0 c021fdfc c021fa14 bf017d34 ea7ede0c ea823000 00001000 80000000
<4>[ 299.606162] c3 de04 00000000 c014bbe0 c014bca0 00001000 d8131000 00000080 ea823000 00000083
<4>[ 299.606218] c3 de24 00000080 ea823070 e8d5a000 e75313c0 d8131000 ea7ede8c ea7ede48 c011bcdc
<4>[ 299.606275] c3 de44 bf017064 62636d6d 70316b6c 00070031 c0135b14 ea7ede8c 00000003 00000002
<4>[ 299.606331] c3 de64 e7531800 da2bfe60 bf017d34 bf017d34 00000080 d8131000 d8131000 ea7edea4
<4>[ 299.606388] c3 de84 ea7ede90 bf017050 c011bbb4 bf017058 00000080 ea7edecc ea7edea8 c011a89c
<4>[ 299.606444] c3 dea4 bf017034 bf017d34 bf017d34 e7531800 da2bfe60 bf017d34 e7531800 ea7edef4
<4>[ 299.606501] c3
<4>[ 299.606511] c3 R3: 0xea7ebf80:
<4>[ 299.606528] c3 bf80 70ffd841 70ffdc41 70ff5841 70ff5c41 70ff9841 70ff9c41 70ff7841 70ff7c41
<4>[ 299.606585] c3 bfa0 70ff6841 70ff6c41 6b0e3811 6b0e3c11 6b0e4811 6b0e4c11 6b0e5811 6b0e5c11
<4>[ 299.606641] c3 bfc0 6b0e6811 6b0e6c11 6b0e7811 6b0e7c11 6b0e8811 6b0e8c11 6b0e9811 6b0e9c11
<4>[ 299.606698] c3 bfe0 6b0ec811 6b0ecc11 6b0ed811 6b0edc11 6b0ee811 6b0eec11 70ffe821 70ffec21
<4>[ 299.606754] c3 c000 00000000 00000002 00000000 eb617200 c09ff5b0 00000003 00000015 c30c0200
<4>[ 299.606811] c3 c020 eb617200 ea7ec000 c09dc4e8 e3ad55e0 ea823088 00000000 ea7edd0c ea7edcb8
<4>[ 299.606867] c3 c040 c05cb9a4 00000000 00000000 00000000 00000000 00000000 01010000 00000000
<4>[ 299.606923] c3 c060 4117cf00 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.606979] c3
<4>[ 299.606989] c3 R4: 0xd8da7f80:
<4>[ 299.607006] c3 7f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607062] c3 7fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607118] c3 7fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607174] c3 7fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607229] c3 8000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607284] c3 8020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607340] c3 8040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607396] c3 8060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607452] c3
<4>[ 299.607461] c3 R5: 0xe8d59f80:
<4>[ 299.607479] c3 9f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607535] c3 9fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607591] c3 9fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607646] c3 9fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.607702] c3 a000 c0a04c38 e95efe00 0b300011 00000c00 00001000 00000000 7fffffff 00000000
<4>[ 299.607759] c3 a020 bf017d34 bf0178cc 00000000 00000000 00000000 10000880 2011bab0 00000000
<4>[ 299.607815] c3 a040 ffffffff 00000000 00000000 e8d5a04c e8d5a04c 00000001 00000000 00000000
<4>[ 299.607871] c3 a060 e8d5a060 e8d5a060 00000000 00000001 00000001 00000000 e8d5a078 e8d5a078
<4>[ 299.607927] c3
<4>[ 299.607937] c3 R6: 0xd8130f80:
<4>[ 299.607954] c3 0f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.608010] c3 0fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.608066] c3 0fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.608122] c3 0fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 aa550000
<4>[ 299.608178] c3 1000 3d646975 30303031 6469672c 3230313d 6d662c33 3d6b7361 6d642c32 3d6b7361
<4>[ 299.608235] c3 1020 00000032 00000000 00000000 00000004 00000014 4117b340 00000001 00000001
<4>[ 299.608291] c3 1040 00000000 400398a1 400e9657 6f6d6e55 65746e75 4117b294 00000000 00000000
<4>[ 299.608347] c3 1060 6e696b63 00004000 40116b1e 00004000 00000035 ffff0208 40116b14 0000003f
<4>[ 299.608404] c3
<4>[ 299.608414] c3 R7: 0xea822ff0:
<4>[ 299.608431] c3 2ff0 ffffffff 00000000 ea822200 00000000 0b300011 00000001 ea823088 00000000
<4>[ 299.608487] c3 3010 00000001 00000000 00000000 ea82301c ea82301c 00000000 e3b64958 e3b64958
<4>[ 299.608543] c3 3030 00000000 bf017d34 00000001 00000000 ea823040 ea823040 ea823200 00001000
<4>[ 299.608600] c3 3050 da30ec00 00000000 00000000 dba4d400 eaa2e460 ea823260 00000000 00000000
<4>[ 299.608656] c3 3070 00000001 00000000 00000000 ea82307c ea82307c 00000000 00006000 00000000
<4>[ 299.608712] c3 3090 00000000 c0ad31c0 eb004800 00000000 00000000 00000000 00000000 00000001
<4>[ 299.608768] c3 30b0 00000000 00000000 ea8230b8 ea8230b8 00000000 ffffc2b4 00000000 c31a5cfc
<4>[ 299.608824] c3 30d0 ea8230d0 ea8230d0 ea8230d8 ea8230d8 eaa2e4e0 ea8232e0 ea8230e8 ea8230e8
<4>[ 299.608881] c3
<4>[ 299.608890] c3 R8: 0xe8d59f80:
<4>[ 299.608908] c3 9f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.608963] c3 9fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.609019] c3 9fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.609075] c3 9fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.609131] c3 a000 c0a04c38 e95efe00 0b300011 00000c00 00001000 00000000 7fffffff 00000000
<4>[ 299.609187] c3 a020 bf017d34 bf0178cc 00000000 00000000 00000000 10000880 2011bab0 00000000
<4>[ 299.609244] c3 a040 ffffffff 00000000 00000000 e8d5a04c e8d5a04c 00000001 00000000 00000000
<4>[ 299.609300] c3 a060 e8d5a060 e8d5a060 00000000 00000001 00000001 00000000 e8d5a078 e8d5a078
<4>[ 299.609357] c3
<4>[ 299.609366] c3 R9: 0xe7531340:
<4>[ 299.609384] c3 1340 e8525100 eb49eda8 eb49ed00 e7531a0c e753160c dba88000 00000000 00000000
<4>[ 299.609441] c3 1360 00000000 00200200 00000006 6eec9a80 00000000 00000000 00000000 00000000
<4>[ 299.609497] c3 1380 00000000 00000000 e93d4d38 e93d4d38 00000000 00000000 00000000 00000000
<4>[ 299.609553] c3 13a0 00000000 00000000 00000000 00000000 00000000 00000000 e8489ae4 c00a47dc
<4>[ 299.609609] c3 13c0 61667865 00000074 00100100 00200200 00000000 00000000 00000000 00000000
<4>[ 299.609665] c3 13e0 00000001 e79ccc80 00000006 5c1b8918 00000000 00000000 00000000 00000000
<4>[ 299.609721] c3 1400 e7531240 e7531220 eb6a7600 e7fe4314 e75315ac e7fe4300 00000000 00000000
<4>[ 299.609777] c3 1420 e7531260 00200200 c0aa9130 00100100 00200200 dba88d80 e79badd8 c00a47dc
<4>[ 299.609834] c3
<4>[ 299.609844] c3 R10: 0xd8130f80:
<4>[ 299.609862] c3 0f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.609917] c3 0fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.609973] c3 0fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<4>[ 299.610028] c3 0fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 aa550000
<4>[ 299.610084] c3 1000 3d646975 30303031 6469672c 3230313d 6d662c33 3d6b7361 6d642c32 3d6b7361
<4>[ 299.610141] c3 1020 00000032 00000000 00000000 00000004 00000014 4117b340 00000001 00000001
<4>[ 299.610200] c3 1040 00000000 400398a1 400e9657 6f6d6e55 65746e75 4117b294 00000000 00000000
<4>[ 299.610258] c3 1060 6e696b63 00004000 40116b1e 00004000 00000035 ffff0208 40116b14 0000003f
<0>[ 299.610317] c3 Process vold (pid: 2239, stack limit = 0xea7ec2f0)
<0>[ 299.610352] c3 Stack: (0xea7eddb8 to 0xea7ee000)
<0>[ 299.610380] c3 dda0: ff0a0210 00000000
<0>[ 299.610428] c3 ddc0: ea7ede0c ea7ede48 00000001 dba4d400 dba4d40c e8d5a000 e75313c0 d8131000
<0>[ 299.610474] c3 dde0: ea7ede04 ea7eddf0 c021fdfc c021fa14 bf017d34 ea7ede0c ea823000 00001000
<0>[ 299.610522] c3 de00: 80000000 00000000 c014bbe0 c014bca0 00001000 d8131000 00000080 ea823000
<0>[ 299.610568] c3 de20: 00000083 00000080 ea823070 e8d5a000 e75313c0 d8131000 ea7ede8c ea7ede48
<0>[ 299.610613] c3 de40: c011bcdc bf017064 62636d6d 70316b6c 00070031 c0135b14 ea7ede8c 00000003
<0>[ 299.610663] c3 de60: 00000002 e7531800 da2bfe60 bf017d34 bf017d34 00000080 d8131000 d8131000
<0>[ 299.610708] c3 de80: ea7edea4 ea7ede90 bf017050 c011bbb4 bf017058 00000080 ea7edecc ea7edea8
<0>[ 299.610752] c3 dea0: c011a89c bf017034 bf017d34 bf017d34 e7531800 da2bfe60 bf017d34 e7531800
<0>[ 299.610797] c3 dec0: ea7edef4 ea7eded0 c01374f4 c011a884 bf017d34 e75313c0 d8131000 e7531800
<0>[ 299.610841] c3 dee0: 00000080 e75313c0 ea7edf1c ea7edef8 c0137598 c01374a0 00000000 0000001f
<0>[ 299.610886] c3 df00: 00000c8e 00000080 e7531800 e75313c0 ea7edf6c ea7edf20 c0137ce8 c0137560
<0>[ 299.610930] c3 df20: ea7edf7c ea7ec000 ea7edf44 ea7edf38 c010cf3c c00f9d30 eb00d0a0 ea909b28
<0>[ 299.610975] c3 df40: c013635c da64b000 4117b6d4 00000000 00000c8e c0040a08 ea7ec000 00000000
<0>[ 299.611019] c3 df60: ea7edfa4 ea7edf70 c0137e00 c0137638 d8131000 da2bf500 ea7edfa4 d8131000
<0>[ 299.611064] c3 df80: e7531800 e75313c0 4117b1cc 00000002 400e2789 00000015 00000000 ea7edfa8
<0>[ 299.611108] c3 dfa0: c0040800 c0137d78 4117b1cc 00000002 4117b6d4 4003c1b6 4117b15c 00000c8e
<0>[ 299.611152] c3 dfc0: 4117b1cc 00000002 400e2789 00000015 4117b1cc 4117b15c 00000c8e 000003e8
<0>[ 299.611197] c3 dfe0: 4117b138 4117b128 40032e69 400d9ff8 60000010 4117b6d4 00000000 00000000
<4>[ 299.611239] c3 Backtrace:
<4>[ 299.611269] c3 [<bf017058>] (exfat_fill_super+0x0/0x57c [exfat_fs]) from [<c011bcdc>] (mount_bdev+0x134/0x1b0)
<4>[ 299.611323] c3 [<c011bba8>] (mount_bdev+0x0/0x1b0) from [<bf017050>] (exfat_fs_mount+0x28/0x30 [exfat_fs])
<4>[ 299.611376] c3 [<bf017028>] (exfat_fs_mount+0x0/0x30 [exfat_fs]) from [<c011a89c>] (mount_fs+0x24/0xd0)
<4>[ 299.611430] c3 [<c011a878>] (mount_fs+0x0/0xd0) from [<c01374f4>] (vfs_kern_mount+0x60/0x98)
<4>[ 299.611471] c3 r6:e7531800 r5:bf017d34 r4:da2bfe60
<4>[ 299.611508] c3 [<c0137494>] (vfs_kern_mount+0x0/0x98) from [<c0137598>] (do_kern_mount+0x44/0xd8)
<4>[ 299.611551] c3 r9:e75313c0 r8:00000080 r7:e7531800 r6:d8131000 r5:e75313c0
<4>[ 299.611595] c3 r4:bf017d34
<4>[ 299.611619] c3 [<c0137554>] (do_kern_mount+0x0/0xd8) from [<c0137ce8>] (do_mount+0x6bc/0x740)
<4>[ 299.611660] c3 r9:e75313c0 r8:e7531800 r7:00000080 r6:00000c8e r5:0000001f
<4>[ 299.611703] c3 r4:00000000
<4>[ 299.611726] c3 [<c013762c>] (do_mount+0x0/0x740) from [<c0137e00>] (sys_mount+0x94/0xd4)
<4>[ 299.611775] c3 [<c0137d6c>] (sys_mount+0x0/0xd4) from [<c0040800>] (ret_fast_syscall+0x0/0x30)
<4>[ 299.611816] c3 r7:00000015 r6:400e2789 r5:00000002 r4:4117b1cc
<0>[ 299.611858] c3 Code: e5852038 e58541b4 e59122fc e30410d8 (e592e004)
<4>[ 299.611912] c3 ---[ end trace 946e1c34f4cb91f5 ]---
<0>[ 299.611963] c3 Kernel panic - not syncing: Fatal exception
<2>[ 299.612016] c0 CPU0: stopping
<4>[ 299.612035] c0 Backtrace:
<4>[ 299.612063] c0 [<c0044548>] (dump_backtrace+0x0/0x118) from [<c05cac9c>] (dump_stack+0x20/0x24)
<4>[ 299.612106] c0 r7:00000000 r6:c090bef8 r5:00000006 r4:00000000
<4>[ 299.612150] c0 [<c05cac7c>] (dump_stack+0x0/0x24) from [<c003a328>] (do_IPI+0x12c/0x254)
<4>[ 299.612196] c0 [<c003a1fc>] (do_IPI+0x0/0x254) from [<c0040200>] (__irq_svc+0x80/0x15c)
<4>[ 299.612236] c0 Exception stack(0xc090bef8 to 0xc090bf40)
<4>[ 299.612265] c0 bee0: 0006fbc0 00001f40
<4>[ 299.612310] c0 bf00: 00000000 000000f7 c30a70a8 c30a70b8 c0aa3ac4 c0aa2b9c c30a70a8 413fc090
<4>[ 299.612354] c0 bf20: 00000000 c090bf64 1b47651f c090bf40 c00a8054 c00525ec 20000013 ffffffff
<4>[ 299.612395] c0 r9:c090a000 r8:00000001 r7:00000002 r6:00000c06 r5:fe810000
<4>[ 299.612439] c0 r4:ffffffff
<4>[ 299.612468] c0 [<c0052460>] (exynos4_enter_idle+0x0/0x1c4) from [<c03d0a60>] (cpuidle_idle_call+0x14c/0x240)
<4>[ 299.612515] c0 r5:c30a70b8 r4:c30a70a8
<4>[ 299.612545] c0 [<c03d0914>] (cpuidle_idle_call+0x0/0x240) from [<c0041830>] (cpu_idle+0x94/0x110)
<4>[ 299.612593] c0 [<c004179c>] (cpu_idle+0x0/0x110) from [<c05bc7d4>] (rest_init+0xd0/0xe8)
<4>[ 299.612633] c0 r7:7fffffff r6:c003300c r5:00000000 r4:c090a000
<4>[ 299.612677] c0 [<c05bc704>] (rest_init+0x0/0xe8) from [<c00089bc>] (start_kernel+0x2b8/0x310)
<4>[ 299.612718] c0 r5:00000000 r4:c09dc568
<4>[ 299.612748] c0 [<c0008704>] (start_kernel+0x0/0x310) from [<40008040>] (0x40008040)
<6>[ 300.011796] c3 notifier_call_chain : NOTIFY BAD sec_debug_panic_handler
<0>[ 300.011832] c3 Rebooting in 1 seconds..
<0>[ 301.009341] c3 sec_reboot (104, emergency)
PMIC rev = PASS2(4)
mmc_initialize: mmc->capacity = 30777344
Samsung S-Boot 4.0-414933 for SCH-I605 (Oct 28 2012 - 13:33:33)
EXYNOS4412(EVT 2.0) / 2047MB / 15028MB / Rev 10 / I605VRALJB
initialize_ddi_data: usable! (0:0x0)
PARAM ENV VERSION: v1.0..
<start_checksum:331>CHECKSUM_HEADER_SECTOR :4096
<start_checksum:333>offset:50, size:6296
<start_checksum:336>CHECKSUM_HEADER_INFO : NeedChecksum:0 PartNo:20
Not Need Movinand Checksum
Movinand Checksum Confirmation Pass
init_fuelgauge: fuelgauge power ok
s5p_read_adc: ch#0: 641
s5p_read_adc: ch#0: 641
s5p_read_adc: ch#0: 639
init_fuelgauge: not POR status
init_fuelgauge: is reset case, skip soc-cal.
get_table_soc: vcell(3997) is caculated to t-soc(74.717)
init_fuelgauge: start: vcell(3997), vfocv(3991), soc(69), table soc(74)
init_fuelgauge: finish: vcell(3997), vfocv(3991), soc(69), table soc(74)
init_microusb_ic: MUIC: CONTROL1:0x00
init_microusb_ic: MUIC: CONTROL1:0x00
init_microusb_ic: MUIC: CONTROL2:0x3e
init_microusb_ic: MUIC: CONTROL2:0x3e
PMIC_ID = 0x02
PMIC_IRQSRC = 0x00
PMIC_STATUS1 = 0x16
PMIC_STATUS2 = 0x00
PMIC_PWRON = 0x01
PMIC_IRQ1 = 0x03
PMIC_IRQ2 = 0x00
s5p_check_keypad: 0x0
s5p_check_reboot_mode: INFORM3 = 0 ... skip
board_check_cp_mdm9x_type : 0
s5p_check_upload: MAGIC(0x66262564), RST_STAT(0x20000000)
s5p_check_upload: debug level is 4f4c!
s5p_check_upload: level low or unknown: skip 0
s5p_check_download: 0
s5p_check_modem_secure_fail: 0
microusb_get_attached_device: STATUS1:0x3f, 2:0x41
check_pm_status: normal reset, do not enter LPM mode.
ddi type = 1, S.LSI
cmu_div:6, div:2, src_clk:880000000, pixel_clk:62614944
41, 16, a2,
load_kernel: loading boot image from 106496..
pit_check_signature (BOOT) valid.
if_ddi_data: succeeded. (0:0x0)
ATAG_CORE: 5 54410001 0 0 0
ATAG_MEM: 4 54410002 20000000 40000000
ATAG_MEM: 4 54410002 20000000 60000000
ATAG_MEM: 4 54410002 20000000 80000000
ATAG_MEM: 4 54410002 1ff00000 a0000000
ATAG_SERIAL: 4 54410006 42f7bcee 3b6e9fa3
ATAG_INITRD2: 4 54420005 42000000 97f32
ATAG_REVISION: 3 54410007 a
ATAG_CMDLINE: 6f 54410009 'console=ram loglevel=4 androidboot.baseband=mdm sec_debug.level=0 sec_watchdog.sec_pet=5 androidboot.debug_level=0x4f4c [email protected] s3cfb.bootloaderfb=0x5ec00000 lcdtype=1 consoleblank=0 lpcharge=0 lpj=3981312 vmalloc=176m oops=panic pmic_info=67 cordon=8d78aade5c699053ba8c8f30d3606e94 androidboot.emmc_checksum=3 androidboot.bootloader=I605VRALJB androidboot.serialno=42f7bcee3b6e9fa3 snd_soc_core.pmdown_time=1000'
ATAG_NONE: 0 0
Starting kernel at 0x40008000...
SWITCH_SEL(3)

exFAT is a gray area in terms of licensing, etc. Because of that, I've made some edits to the OP to keep XDA out of legal trouble.
Instead of asking to get the exFAT module working with a custom kernel, the post will ask how to "get precompiled modules like exFAT working" - etc.
Gary

I asked you if you did SLUB changes, your SLQB patch alters/adds #include <linux/rcu_types.h> regardless if it is enabled in the config or not. Try reverting all your patches related memory management and RCU. Also unlike you, I run FTRACE disabled throughout all the kernels, enabling it will crash the device when loading the module for me.

I reverted the RCU and SLQB commits, redid the config without FTRACE, and the modules aren't loading (still), and when I try to insmod them manually, I get the same error without the RCU/SLQB commits that I got with them.
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Mark>adb shell lsmod
vpnclient 90997 0 - Live 0x00000000
C:\Users\Mark>adb shell
[email protected]:/ # insmod /lib/modules/exfat_core.ko
insmod /lib/modules/exfat_core.ko
insmod: init_module '/lib/modules/exfat_core.ko' failed (No such file or directo
ry)
255|[email protected]:/ # dmesg | grep exfat
dmesg | grep exfat
<4>[ 62.231113] c1 exfat_core: Unknown symbol kmem_cache_alloc_trace (err 0)
<4>[ 62.231239] c1 exfat_core: Unknown symbol __gnu_mcount_nc (err 0)
[email protected]:/ #
C:\Users\Mark>
So, I went back, enabled FTRACE again with the RCU/SLQB commits out of the picture, and it cuts off at the same place on logcat as I posted above with JRCU/SLQB.

Then I don't know. Diff my, or other kernel's defconfig. I've also heard some dev say a toolchain upgrade made it not possible anymore to load the modules, but didn't get the specifics on that.

Related

xoom wont turn on, frozen black screen

hi, last night i wanted to read something on my xoom before going to bed but i couldnt turn it on and i thought the battery run off, but today, after several hours of charging it, still cant turn it on......i tried the power+volume up, power+volume down, adb but since cant be recognized by the pc it's useless. does anyone have a solution?
it's a wifi+3g europe
rooted
z601 model
thanks!!!!!
I have the same problem. I was playing a game (GLWG) on my Xoom and when I exited the app my Xoom froze. I had about 80% battery life left and I tried both holding down Power and Volume UP and Holding down the power and volume down buttons. Nothing happened. I have scanned the internet for help and because when I plug the device into the computer it is not even recognized I don't even know where to begin. I am not in warranty so I can't just return it.
My Xoom is the WiFi only version
Please Help Thanks...
Being as the Xoom has only been out for about 9 months, you should both still be under the 1 year manufacturer's warranty. Give Motorola a call.
I completely forgot the manufacturer gave me a one year warranty thank you so much!
I have similar problem too. I have not touched my xoom for about a week. I charged it for several hours, and I couldn't turn on my xoom. I tried holding the power-on button for a long time, for repeated short time, with volume up, or, down, or both.
Anyone knows any solution before I go to Motorola store?
I got Xoom wifi+3G Stock ROM unrooted HK version (I think it's Honeycomb 3.1). Haven't even rooted, unlocked, or put any kind of custom room yet.
On December 22 I learned that what my Xoom need was a charge. After trying the Power button, and the various other ways to reboot, restart, or shutdown the device I gave up. After a few days (3) I tried to charge it and boom it started working. I don't know if during the time the Xoom completely drained of battery or what but I just waited and then tried to charge it and turn it on. I hope this helps anyone...
hey guys, i just got it repaired from moto, all good now, though i have to root it again
yappoe said:
I have similar problem too. I have not touched my xoom for about a week. I charged it for several hours, and I couldn't turn on my xoom. I tried holding the power-on button for a long time, for repeated short time, with volume up, or, down, or both.
Anyone knows any solution before I go to Motorola store?
I got Xoom wifi+3G Stock ROM unrooted HK version (I think it's Honeycomb 3.1). Haven't even rooted, unlocked, or put any kind of custom room yet.
Click to expand...
Click to collapse
Nope you're gonna have to send it in. I had the same problem where it just stopped working overnight and wouldn't turn on. The computer would recognize that it was plugged in and the charging light would come whenever I plugged it in since I had the tiamat rom on it. Sent it in and freaked out the entire time I waited cause I thought it could have been water damage. Motorola then sent it back with it fully fixed and the same screen, so i have no idea what the problem was. They sent it back with the stock rom and no root, though.
nooooooooooooooooooooooooooo i got the same problem a few days ago i use the volume + power and was able to turn in on today y was gonna do a wipe cache in recovery and the xoom never turn on not even with the volume + power
i dont wanna lose all my data
Each morning I am forced to Power vol-up to turn my Xoom on. There is something that is causing this.
Does anyone know how I can find the app or process that is causing this.
I am on CM10 nightlies.
Thanks
sstrool said:
Each morning I am forced to Power vol-up to turn my Xoom on. There is something that is causing this.
Does anyone know how I can find the app or process that is causing this.
I am on CM10 nightlies.
Thanks
Click to expand...
Click to collapse
Same problem here.
Can happen several times a day, or sometimes some days later.
Happens for CM10, CM10.1, EOS3 and EOS4.
If happened the Notification LED keeps blinking, but no sound on email received.
ADB Logcat does not work.
Would be awesome if anyone knows why or how to debug.
Hello again,
just pushing this post cause i still got huge problems.
Aprox. every day or second i need to power on the xoom cause it wont wake up from standby.
I currently do not know why and how this happens, it just does.
Is there any way of getting my xoom to write a logfile until it hangs up so that i can check this logfile for reasons?
Any suggestions!?
Greetings
Reseting your Xoom
sstrool said:
Each morning I am forced to Power vol-up to turn my Xoom on. There is something that is causing this.
Does anyone know how I can find the app or process that is causing this.
I am on CM10 nightlies.
Thanks
Click to expand...
Click to collapse
I had the same problem and I have a Xoom 32gb Wifi. I just factory reset. Hope that helps. You would have to reinstall and re root though. That worked for me. I had CM10.
Just had a hangup again.
Read out the last_kmsg file, maybe this could help to find some issues:
Code:
...REMOVED FIRST 1000000 LINES...
[74515.067690] mmc0: 32 bytes transferred: 0
[74515.067789] mmc0: starting CMD53 arg 21000100 flags 000001b5
[74515.067839] mmc0: blksz 256 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.067948] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.068011] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000002
[74515.068094] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.068136] mmc0: 256 bytes transferred: 0
[74515.068249] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.068299] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.068409] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.068490] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.068531] mmc0: 32 bytes transferred: 0
[74515.068682] mmc0: starting CMD52 arg 92001c00 flags 00000195
[74515.068756] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.068823] mmc0: req done (CMD52): 0: 00001000 00000000 00000000 00000000
[74515.069022] mmc0: starting CMD52 arg 92001c10 flags 00000195
[74515.069101] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.069174] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.069273] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.069341] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.069407] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.069485] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.069547] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.069611] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.077394] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.077464] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.077514] mmc0: req done (CMD52): 0: 000010d0 00000000 00000000 00000000
[74515.077601] mmc0: starting CMD53 arg a5000040 flags 000001b5
[74515.077637] mmc0: blksz 64 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.077735] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.077789] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.077819] mmc0: 64 bytes transferred: 0
[74515.077918] mmc0: starting CMD53 arg 15204004 flags 000001b5
[74515.077956] mmc0: blksz 4 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.078039] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.078103] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.078132] mmc0: 4 bytes transferred: 0
[74515.078196] mmc0: starting CMD53 arg 95204004 flags 000001b5
[74515.078231] mmc0: blksz 4 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.078313] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.078366] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.078396] mmc0: 4 bytes transferred: 0
[74515.078463] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.078500] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.078576] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.078635] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.078664] mmc0: 32 bytes transferred: 0
[74515.078735] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.078770] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.078848] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.078905] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.078934] mmc0: 32 bytes transferred: 0
[74515.079015] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.079050] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.079127] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.079186] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.079216] mmc0: 32 bytes transferred: 0
[74515.079605] mmc0: starting CMD53 arg a50000a0 flags 000001b5
[74515.079643] mmc0: blksz 160 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.079733] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.079778] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000002
[74515.079828] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.079857] mmc0: 160 bytes transferred: 0
[74515.086492] mmc0: starting CMD52 arg 92001c00 flags 00000195
[74515.086561] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.086612] mmc0: req done (CMD52): 0: 00001000 00000000 00000000 00000000
[74515.365555] mmc0: starting CMD52 arg 92001c10 flags 00000195
[74515.365765] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.365846] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.365969] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.366178] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.366258] mmc0: req done (CMD52): 0: 000010d0 00000000 00000000 00000000
[74515.366405] mmc0: starting CMD53 arg 15204004 flags 000001b5
[74515.366469] mmc0: blksz 4 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.366786] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.366885] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.366929] mmc0: 4 bytes transferred: 0
[74515.367037] mmc0: starting CMD53 arg 95204004 flags 000001b5
[74515.367089] mmc0: blksz 4 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.367328] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.367413] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.367457] mmc0: 4 bytes transferred: 0
[74515.367575] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.367628] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.367869] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.367965] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.368008] mmc0: 32 bytes transferred: 0
[74515.368127] mmc0: starting CMD53 arg 210000a0 flags 000001b5
[74515.368180] mmc0: blksz 160 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.368422] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.368519] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.368564] mmc0: 160 bytes transferred: 0
[74515.368767] mmc0: starting CMD52 arg 92001c00 flags 00000195
[74515.368970] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.369049] mmc0: req done (CMD52): 0: 00001000 00000000 00000000 00000000
[74515.369272] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.369326] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.369447] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.369539] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.369582] mmc0: 32 bytes transferred: 0
[74515.370252] mmc0: starting CMD52 arg 92001c10 flags 00000195
[74515.370337] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.370408] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.370521] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.370593] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.370661] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.370744] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.370809] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.370875] mmc0: req done (CMD52): 0: 00001010 00000000 00000000 00000000
[74515.376576] mmc0: starting CMD52 arg 12001c00 flags 00000195
[74515.376645] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.376712] mmc0: req done (CMD52): 0: 000010d0 00000000 00000000 00000000
[74515.376823] mmc0: starting CMD53 arg a50000e0 flags 000001b5
[74515.376873] mmc0: blksz 224 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.376989] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.377044] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000002
[74515.377111] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.377152] mmc0: 224 bytes transferred: 0
[74515.377296] mmc0: starting CMD53 arg 15204004 flags 000001b5
[74515.377349] mmc0: blksz 4 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.377468] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.377557] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.377601] mmc0: 4 bytes transferred: 0
[74515.377694] mmc0: starting CMD53 arg 95204004 flags 000001b5
[74515.377746] mmc0: blksz 4 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.377860] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.377933] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.377975] mmc0: 4 bytes transferred: 0
[74515.378073] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.378125] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.378233] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.378315] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.378356] mmc0: 32 bytes transferred: 0
[74515.378456] mmc0: starting CMD53 arg 210000c0 flags 000001b5
[74515.378507] mmc0: blksz 192 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.378616] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.378678] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000002
[74515.378758] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.378800] mmc0: 192 bytes transferred: 0
[74515.378920] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.378970] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.379080] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.379162] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.379204] mmc0: 32 bytes transferred: 0
[74515.379411] mmc0: starting CMD53 arg a5000140 flags 000001b5
[74515.379463] mmc0: blksz 320 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.379586] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.379649] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000002
[74515.379758] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.379801] mmc0: 320 bytes transferred: 0
[74515.379947] mmc0: starting CMD53 arg 15204004 flags 000001b5
[74515.379996] mmc0: blksz 4 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.380111] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.380202] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.380244] mmc0: 4 bytes transferred: 0
[74515.380334] mmc0: starting CMD53 arg 95204004 flags 000001b5
[74515.380385] mmc0: blksz 4 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.380497] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.380570] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.380612] mmc0: 4 bytes transferred: 0
[74515.380709] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.380758] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.380864] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.380947] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.380989] mmc0: 32 bytes transferred: 0
[74515.381087] mmc0: starting CMD53 arg 21000100 flags 000001b5
[74515.381135] mmc0: blksz 256 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.381243] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.381307] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000002
[74515.381388] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.381430] mmc0: 256 bytes transferred: 0
[74515.381544] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.381594] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.381702] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.381783] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.381824] mmc0: 32 bytes transferred: 0
[74515.382023] mmc0: starting CMD53 arg a5000040 flags 000001b5
[74515.382072] mmc0: blksz 64 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.382186] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.382257] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.382298] mmc0: 64 bytes transferred: 0
[74515.382516] mmc0: starting CMD53 arg 15204004 flags 000001b5
[74515.382566] mmc0: blksz 4 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.382678] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.382767] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.382810] mmc0: 4 bytes transferred: 0
[74515.382899] mmc0: starting CMD53 arg 95204004 flags 000001b5
[74515.382950] mmc0: blksz 4 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.383062] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.383136] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.383177] mmc0: 4 bytes transferred: 0
[74515.383273] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.383322] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.383429] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.383511] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.383553] mmc0: 32 bytes transferred: 0
[74515.383650] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.383699] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.383807] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.383888] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.383928] mmc0: 32 bytes transferred: 0
[74515.384042] mmc0: starting CMD53 arg 21000020 flags 000001b5
[74515.384091] mmc0: blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
[74515.384199] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.384281] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.384321] mmc0: 32 bytes transferred: 0
[74515.384782] mmc0: starting CMD53 arg a50000a0 flags 000001b5
[74515.384835] mmc0: blksz 160 blocks 1 flags 00000100 tsac 1000 ms nsac 0
[74515.384957] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000003
[74515.385028] mmc0: req done (CMD53): 0: 00001000 00000000 00000000 00000000
[74515.385068] mmc0: 160 bytes transferred: 0
[74515.387363] mmc0: starting CMD52 arg 92001c00 flags 00000195
[74515.387418] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000001
[74515.387468] mmc0: req done (CMD52): 0: 00001000 00000000 00000000 00000000
[76426.516983] whisper_notify: accy=USB
[76426.517527] cpcap-otg cpcap-otg: SUSPEND --> PERIPHERAL
[76426.634376] android_work: did not send uevent (0 0 (null))
[76426.780672] android_work: sent uevent USB_STATE=CONNECTED
[76426.836898] android_usb gadget: high speed config #1: android
[76426.837307] android_work: sent uevent USB_STATE=CONFIGURED
[76507.369255] Hard reset buttons pushed
The only thing i see is that it stops at 74515.387468 and than has a break until i tried to logcat it at 76426.516983
got it fixed
Hi all.
I got the same problem a day ago - black screen, and xoom did not want to turn on.
I think i got the solution - battery have to be disconnected and connected again.
I disassembled xoom using one of many manuals posted in internet, unplug battery and plug it back, and my xoom starts as usual now
Hope it may help some of you. It takes 10 min, and small screw drivers set (i used only two of them actually)
regards
sstrool said:
Each morning I am forced to Power vol-up to turn my Xoom on. There is something that is causing this.
Does anyone know how I can find the app or process that is causing this.
I am on CM10 nightlies.
Thanks
Click to expand...
Click to collapse
Elementa/x kernel was cousing these in my xoom and with brocked power button was a pain in a **** switched to eso - no more issues!
Same issue please help!
Hey there!!!
Even my xoom has the same issue!
Please help me , my pc makes a sound when i connect my xoom , that makes it clear that its not bricked!!!
Please reply! How can i fix this by myself?
i'm out of warranty!!!
samsung_saad said:
Hey there!!!
Even my xoom has the same issue!
Please help me , my pc makes a sound when i connect my xoom , that makes it clear that its not bricked!!!
Please reply! How can i fix this by myself?
i'm out of warranty!!!
Click to expand...
Click to collapse
BUMP, i have got exactly the same issue! The volume up technique does not work. I already had a team eos custom rom installed on it. My pc rocognises the xoom when plugged into the computer but that's it no life.
airrunner said:
BUMP, i have got exactly the same issue! The volume up technique does not work. I already had a team eos custom rom installed on it. My pc rocognises the xoom when plugged into the computer but that's it no life.
Click to expand...
Click to collapse
did you try pluging it to your tv via hdmi cable?
I have this BLACK SCREEN but on When connected via HDMI
SO after figuring out my black screen is something to do with the screen, I have figured this out by connecting to HDMI and the xoom opens up on my tv. I took it apart and made sure the LCD plug is still tight, even unlocked and relocked it back in. I made sure everything else is tight, but only thing I could tell was loose was the other side of the wires connected under the motherboard wasnt attached or taped down, Any suggestions on what could be loose, because I can use the touch screen on the black screen to unlock the tab when its on the tv and i can motion white its still black. Please let me know as this is my kids tab. thanks

XOOM MZ604 Major Common Device error. Rebooting randomly (Kernel Panic) HELP!

I have a XOOM Wifi only MZ604 out of warranty.
Device randomly reboots on all variations of stock firmware, rooted/ unrooted, locked/ unlocked, custom ROMs tried, underclocking and lower settings tried. Device is completely dead and useless like this (rebooting randomly at all times). Have performed complete wipes, clears of caches, reinstalls of firwmare 20x and have easily spent over 12 hours with this awful device.
Below is my kernel panic dump, Im praying someone can offer some help on the matter. I've read many MANY horror stories about the same issue, and spoken with many who have written off their devices.
Code:
[ 32.568049] init: untracked pid 578 exited
[ 32.568160] Unable to handle kernel NULL pointer dereference at virtual address 000000d4
[ 32.568171] pgd = c0004000
[ 32.568178] [000000d4] *pgd=00000000
[ 32.568251] Internal error: Oops: 17 [#1] PREEMPT SMP
[ 32.568259] last sysfs file: /sys/power/state
[ 32.568266] Modules linked in:
[ 32.568279] CPU: 0 Tainted: G B W (2.6.39.4-cyanogenmod #1)
[ 32.568290] pc : [<c010e7a0>] lr : [<c00d1afc>] psr: 40030013
[ 32.568294] sp : ed8ebe48 ip : 00000001 fp : c033d914
[ 32.568303] r10: 00000000 r9 : c0608ee8 r8 : 00000028
[ 32.568311] r7 : ed850700 r6 : ed850700 r5 : 00000000 r4 : dd996780
[ 32.568319] r3 : 00000000 r2 : 00000000 r1 : ed850700 r0 : dd996780
[ 32.568329] Flags: nZcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
[ 32.568338] Control: 10c5387d Table: 2d9f004a DAC: 00000015
[ 32.568346]
[ 32.568348] PC: 0xc010e720:
[ 32.568354] e720 e8bd8ff0 e1a01004 e1a00005 e30f4e00 ebfdcb96 e34f4fff eafffff4 c008146c
[ 32.568380] e740 e590300c e5930020 eafffdff e92d4070 e5904010 e1a0c000 e1a05002 e3540000
[ 32.568406] e760 0a000004 e5944044 e3540000 0a000001 e12fff34 e8bd8070 e59c000c e1a01005
[ 32.568433] e780 e1a02003 e5900020 e8bd4070 eafffdee e92d4030 e590300c e24dd06c e5933020
[ 32.568458] e7a0 e59330d4 e3530000 0a000021 e1a0200d e58d1014 e3c23d7f e3a02002 e3c3303f
[ 32.568483] e7c0 e5cd2019 e3a04000 e3a02041 e593300c e3a05000 e5cd2018 e3a0e000 e1cd43f8
[ 32.568510] e7e0 e3e04000 e3e05102 e1cd44f0 e5935110 e3a01006 e1a0300e e1a0200d e58d0034
[ 32.568535] e800 e1a0400d e58d501c e58de050 e58de054 ebffffcd e59d3050 e3530000 0a000004
[ 32.568562]
[ 32.568564] LR: 0xc00d1a7c:
[ 32.568570] 1a7c e205101f e3a0c001 e593300c e7930102 e1c0111c e7831102 e5943048 e1a00006
[ 32.568597] 1a9c e1550003 35845048 e8bd4070 ea0ef98c e92d4070 e5905020 e1a04000 e1a06001
[ 32.568622] 1abc e3550000 0a000013 e5903010 e3530000 0a00000e e5933030 e3530000 0a00000b
[ 32.568647] 1adc e12fff33 e1a05000 e5943028 e3130901 1a000002 e1a01006 e1a00004 eb00f324
[ 32.568672] 1afc e1a00004 eb000db6 e1a00005 e8bd8070 e3a05000 eafffff3 e59f0004 eb0eeebb
[ 32.568698] 1b1c eafffff8 c04d6130 e92d41f0 e1a0200d e3c23d7f e1a04000 e3c3303f e593300c
[ 32.568724] 1b3c e5935214 e2856040 e1a00006 eb0efa8b e5953004 e5932000 e1520004 9a000025
[ 32.568749] 1b5c e5932004 e7927104 e3570000 0a000021 e3a01000 e7821104 e5932008 e1a032a4
[ 32.568776]
[ 32.568778] SP: 0xed8ebdc8:
[ 32.568783] bdc8 ffa49990 c005afac 5fa60ab8 00000005 00002710 ed8e4330 c0f207d0 00000000
[ 32.568809] bde8 ed8e4330 ffffffff ed8ebe34 ed850700 ed850700 c0038fac dd996780 ed850700
[ 32.568834] be08 00000000 00000000 dd996780 00000000 ed850700 ed850700 00000028 c0608ee8
[ 32.568859] be28 00000000 c033d914 00000001 ed8ebe48 c00d1afc c010e7a0 40030013 ffffffff
[ 32.568885] be48 00001f40 00000000 ed8e4330 ed8e4300 c0f18780 00000002 ed8e4330 ed8e4300
[ 32.568909] be68 ed8ebe8c c005b45c ed8e4300 c0f18780 c0f18780 00000000 00000001 00000003
[ 32.568934] be88 ed8ea000 00000002 ed850700 c007d630 ed8ebedc c006501c dd99d000 c033c63c
[ 32.568960] bea8 dd996780 00000001 ed850700 dd996780 00000000 c00d1afc 00000000 003fffff
[ 32.568985]
[ 32.568987] FP: 0xc033d894:
[ 32.568993] d894 e2851044 ebf9cedf e1a00005 e1a01006 ebfffed8 eaffffd9 e59f0058 e300137f
[ 32.569019] d8b4 ebf3fa87 e59f004c e300137e ebf3fa84 e59f0040 e300137d ebf3fa81 e59f0034
[ 32.569045] d8d4 e3a01fdf ebf3fa7e e59f0028 e300137b ebf3fa7b e1a02001 e1a03009 e5951018
[ 32.569070] d8f4 e59f0014 e58d8000 eb053f42 eaffff9a c0608ee8 c051cb00 c051c5c8 c051cac4
[ 32.569096] d914 e92d4ff0 e59f962c e24dd03c e3a0a004 ea00000c e2055004 e3550000 1a000060
[ 32.569122] d934 e59f0614 eb054468 e59d1028 e3510000 0a000001 e1a00001 ebf4b16a e59d2020
[ 32.569147] d954 e3520000 0a000054 e59f05ec eb0544e2 e59f05e8 eb0544e0 e5990ae4 e3500000
[ 32.569172] d974 e58d0024 0a000048 e2401028 e58d1020 e591302c e3530000 0a000007 e5912028
[ 32.569199]
[ 32.569201] R0: 0xdd996700:
[ 32.569207] 6700 00000002 00000802 00000003 00000000 00000000 00000000 00000000 00000000
[ 32.569232] 6720 00000000 00000000 00000000 00000000 00000000 eda3af60 00000000 00000000
[ 32.569257] 6740 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.569282] 6760 edebcfc0 dd996764 dd996764 edebd0bc 00000000 00000000 00000000 00000000
[ 32.569307] 6780 dd996960 dd996140 ed85b0a0 edd12a00 c04bd98c 00000000 00000000 00000001
[ 32.569332] 67a0 00000001 00020002 0000001f 00000000 00000000 00000000 00000000 00000000
[ 32.569357] 67c0 00000000 00000000 00000000 00000000 00000000 dc4eb240 00000000 00000000
[ 32.569383] 67e0 00000000 00000000 00000000 00000000 ffffffff ffffffff 00000000 00000000
[ 32.569408]
[ 32.569410] R1: 0xed850680:
[ 32.569416] 0680 edbd6320 edbd63c0 edbd6460 edbd6500 edbd6d20 edbdf5a0 ed85b820 edb2d280
[ 32.569442] 06a0 edbdf820 edbdfc80 edbd6820 edbd66e0 eda15f00 eda1d0a0 eda1d6e0 ec831320
[ 32.569467] 06c0 ec8311e0 ec88f140 ec88f280 ec88faa0 ec88fb40 ec88fc80 edb16960 edb16320
[ 32.569493] 06e0 ec824dc0 ec824640 e385a140 e3731be0 00000000 00000000 00000000 00000000
[ 32.569518] 0700 00000000 e348e760 00000020 ed850754 ed85074c ed850750 e3472d94 c00ecfc4
[ 32.569543] 0720 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.569568] 0740 00000000 00000000 0000002e 0003f980 ffffffff edb2d320 edb2d320 edb2d320
[ 32.569593] 0760 edbd6320 edbd63c0 edbd6460 edbd6500 edbd6d20 edbdf5a0 ed85b820 edb2d280
[ 32.569619]
[ 32.569621] R4: 0xdd996700:
[ 32.569627] 6700 00000002 00000802 00000003 00000000 00000000 00000000 00000000 00000000
[ 32.569651] 6720 00000000 00000000 00000000 00000000 00000000 eda3af60 00000000 00000000
[ 32.569675] 6740 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.569700] 6760 edebcfc0 dd996764 dd996764 edebd0bc 00000000 00000000 00000000 00000000
[ 32.569725] 6780 dd996960 dd996140 ed85b0a0 edd12a00 c04bd98c 00000000 00000000 00000001
[ 32.569750] 67a0 00000001 00020002 0000001f 00000000 00000000 00000000 00000000 00000000
[ 32.569775] 67c0 00000000 00000000 00000000 00000000 00000000 dc4eb240 00000000 00000000
[ 32.569799] 67e0 00000000 00000000 00000000 00000000 ffffffff ffffffff 00000000 00000000
[ 32.569824]
[ 32.569826] R6: 0xed850680:
[ 32.569832] 0680 edbd6320 edbd63c0 edbd6460 edbd6500 edbd6d20 edbdf5a0 ed85b820 edb2d280
[ 32.569859] 06a0 edbdf820 edbdfc80 edbd6820 edbd66e0 eda15f00 eda1d0a0 eda1d6e0 ec831320
[ 32.569885] 06c0 ec8311e0 ec88f140 ec88f280 ec88faa0 ec88fb40 ec88fc80 edb16960 edb16320
[ 32.569911] 06e0 ec824dc0 ec824640 e385a140 e3731be0 00000000 00000000 00000000 00000000
[ 32.569935] 0700 00000000 e348e760 00000020 ed850754 ed85074c ed850750 e3472d94 c00ecfc4
[ 32.569960] 0720 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.569984] 0740 00000000 00000000 0000002e 0003f980 ffffffff edb2d320 edb2d320 edb2d320
[ 32.570008] 0760 edbd6320 edbd63c0 edbd6460 edbd6500 edbd6d20 edbdf5a0 ed85b820 edb2d280
[ 32.570034]
[ 32.570036] R7: 0xed850680:
[ 32.570042] 0680 edbd6320 edbd63c0 edbd6460 edbd6500 edbd6d20 edbdf5a0 ed85b820 edb2d280
[ 32.570067] 06a0 edbdf820 edbdfc80 edbd6820 edbd66e0 eda15f00 eda1d0a0 eda1d6e0 ec831320
[ 32.570093] 06c0 ec8311e0 ec88f140 ec88f280 ec88faa0 ec88fb40 ec88fc80 edb16960 edb16320
[ 32.570119] 06e0 ec824dc0 ec824640 e385a140 e3731be0 00000000 00000000 00000000 00000000
[ 32.570144] 0700 00000000 e348e760 00000020 ed850754 ed85074c ed850750 e3472d94 c00ecfc4
[ 32.570172] 0720 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.570201] 0740 00000000 00000000 0000002e 0003f980 ffffffff edb2d320 edb2d320 edb2d320
[ 32.570228] 0760 edbd6320 edbd63c0 edbd6460 edbd6500 edbd6d20 edbdf5a0 ed85b820 edb2d280
[ 32.570256]
[ 32.570258] R9: 0xc0608e68:
[ 32.570264] 8e68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.570291] 8e88 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.570317] 8ea8 00000000 00000000 00000000 00000000 c051bd84 ed8e9200 00000003 00000000
[ 32.570345] 8ec8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 32.570371] 8ee8 00000000 00000000 000006d9 000005da 00000000 00000000 00000cb9 00000133
[ 32.570397] 8f08 00000133 0000009e 0000009e 00000000 00000000 00000000 00000000 00000000
[ 32.570424] 8f28 00000000 00000000 000006e1 000005da 00000000 00000ca3 000001e5 00000222
[ 32.570455] 8f48 00000061 00000026 00000130 00000130 00000000 00000023 00000021 00000000
[ 32.570483] Process kworker/u:2 (pid: 62, stack limit = 0xed8ea2f0)
[ 32.570492] Stack: (0xed8ebe48 to 0xed8ec000)
[ 32.570504] be40: 00001f40 00000000 ed8e4330 ed8e4300 c0f18780 00000002
[ 32.570518] be60: ed8e4330 ed8e4300 ed8ebe8c c005b45c ed8e4300 c0f18780 c0f18780 00000000
[ 32.570530] be80: 00000001 00000003 ed8ea000 00000002 ed850700 c007d630 ed8ebedc c006501c
[ 32.570543] bea0: dd99d000 c033c63c dd996780 00000001 ed850700 dd996780 00000000 c00d1afc
[ 32.570555] bec0: 00000000 003fffff e348e760 c0069fd8 00000000 00000000 ed8e9400 ed8ea000
[ 32.570568] bee0: 00000000 c0608ee8 00000004 c033d950 00000000 edbf1230 edbf1230 ec87001c
[ 32.570581] bf00: ed8e4300 ed8ea000 c058edd0 c0086d78 dd99d000 dd99d028 ed850700 c048dd00
[ 32.570594] bf20: 00000006 00000013 ed995818 ed851140 c05e7be0 ed8e9400 ed8ea000 00000000
[ 32.570607] bf40: c05c6258 ed8e9405 c033d914 c007a8b4 c058edd0 00000001 c05e7be0 ed851140
[ 32.570619] bf60: c05e7be0 c05e7be8 ed851150 c058edd0 c0032ca0 ed8ea000 00000089 c007aed8
[ 32.570632] bf80: c0032780 ed847ef8 ed851150 c0032ca0 c0032ca0 c0032ca0 c007ad64 ed847ee8
[ 32.570644] bfa0: ed8ebfcc ed851140 c007ad64 00000000 00000000 00000000 00000000 c0081054
[ 32.570657] bfc0: ed847ee8 00000000 ed851140 00000000 00000000 00000000 ed8ebfd8 ed8ebfd8
[ 32.570669] bfe0: 00000000 ed847ee8 c0080fd0 c0039e84 00000013 c0039e84 00005ffd 00005fff
[ 32.570682] Function entered at [<c010e7a0>] from [<c00d1afc>]
[ 32.570692] Function entered at [<c00d1afc>] from [<c0069fd8>]
[ 32.570702] Function entered at [<c0069fd8>] from [<c033d950>]
[ 32.570711] Function entered at [<c033d950>] from [<c007a8b4>]
[ 32.570720] Function entered at [<c007a8b4>] from [<c007aed8>]
[ 32.570728] Function entered at [<c007aed8>] from [<c0081054>]
[ 32.570737] Function entered at [<c0081054>] from [<c0039e84>]
[ 32.570749] Code: e92d4030 e590300c e24dd06c e5933020 (e59330d4)
[ 32.570954] init: untracked pid 354 exited
[ 32.570995] ---[ end trace 65f8ea860415c051 ]---
[ 32.571003] Kernel panic - not syncing: Fatal exception
[ 32.571014] Function entered at [<c003e6a0>] from [<c048d4ec>]
[ 32.571024] Function entered at [<c048d4ec>] from [<c003c81c>]
[ 32.571033] Function entered at [<c003c81c>] from [<c003fb94>]
[ 32.571041] Function entered at [<c003fb94>] from [<c003fcf4>]
[ 32.571050] Function entered at [<c003fcf4>] from [<c003346c>]
[ 32.571059] Function entered at [<c003346c>] from [<c0038fac>]
[ 32.571067] Exception stack(0xed8ebe00 to 0xed8ebe48)
[ 32.571079] be00: dd996780 ed850700 00000000 00000000 dd996780 00000000 ed850700 ed850700
[ 32.571092] be20: 00000028 c0608ee8 00000000 c033d914 00000001 ed8ebe48 c00d1afc c010e7a0
[ 32.571101] be40: 40030013 ffffffff
[ 32.571109] Function entered at [<c0038fac>] from [<c010e7a0>]
[ 32.571118] Function entered at [<c010e7a0>] from [<c00d1afc>]
[ 32.571131] Function entered at [<c00d1afc>] from [<c0069fd8>]
[ 32.571139] Function entered at [<c0069fd8>] from [<c033d950>]
[ 32.571147] Function entered at [<c033d950>] from [<c007a8b4>]
[ 32.571155] Function entered at [<c007a8b4>] from [<c007aed8>]
[ 32.571163] Function entered at [<c007aed8>] from [<c0081054>]
[ 32.571171] Function entered at [<c0081054>] from [<c0039e84>]
[ 32.571189] CPU1: stopping
[ 32.571199] Function entered at [<c003e6a0>] from [<c0033308>]
[ 32.571208] Function entered at [<c0033308>] from [<c0039248>]
[ 32.571217] Exception stack(0xe94b9fb0 to 0xe94b9ff8)
[ 32.571227] 9fa0: 00000022 00000063 00000001 00000008
[ 32.571240] 9fc0: 019a3700 00000048 019a1c14 019a373c 40576808 00000001 019a3800 40314a5c
[ 32.571251] 9fe0: 00000000 40576288 00000000 403112e0 280f0010 ffffffff
[ 32.571263] Rebooting in 2 seconds..
[ 34.573280] Restarting Linux version 2.6.39.4-cyanogenmod ([email protected]) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Thu Apr 19 15:54:27 UTC 2012
[ 34.573288]
Any help is much appreciated!
I had this with a acer a500 and as u said like others i had to tally it up as a loss n moved along
Sent from my Galaxy Nexus using Tapatalk 2
Can you try this ?
1) let the battery get drained completely,
2) change your wall charger and charge it again.
3) have it rooted.
4) go to recovery, wipe data, cache and dalvik.
5) download the latest rom from eos nightlies for your xoom. They have the new kernel 3.0.17 of tiamat, ics. choose the one that suites your device. if your device is 3G, go for umts_everest.
6) download latest GAPPS (google Apps).
7) flash the download ROM
8) flash the GAPPS.
8) Reboot your device.
Note: don't do a reboot between 7 and 8. just reboot once you flash both in order mentioned above.
Let me know what happens after that if you still face the issue. If yes, I am afraid this could be a HW issue.
Cheers.
I'm in the same boat. Loaded up the HWI69.zip using fastboot. I did get it to boot (after flashing it a billion times) & connected to wireless but it freezes & when I try to go to settings it FC's then it's stuck in boot loop again. Only way I was able to even get it to boot is re-lock it using fastboot.
This device was overclocked (to 1.5 GHz I think) & I think the guy who overclocked it, damaged the CPU. Have to chalk this one up to "lesson learned"
I did get the latest TWRP installed (2.4.1.0) & functional. Fully wiped & formatted the Xoom. Got EOS installed with GApps, but it's still stuck at the red Motorola logo. Occasionally it will do a reboot on its own from red logo to red logo. Tried 2 different SBF files IMM76 & JZO54K. No luck. Still stuck in boot loop. I'm bummed. Has to be a hardware issue. If anyone has any suggestions I'm all ears. Thanks
Sorry for my poor English.
I had the same problem but I solved it.
When tablet still with logo "moto" I press Off+VolUp, Than immediately after this I press Off+VolDown and receive the tablet in fastboot mode.
Than I flash it via fastboot to official 3.0.1 firmware and... yippee!

(NEED HELP!!!) Phone randomly turning off!!!

This happened with my last phone so I got another one sent to me and its happening again my phone just shuts off it doesn't restart I have to press the power button to turn it back on theres no specific action that triggers it. This is the most frustrating thing EVER!!!! I almost threw my phone against the wall like 3 times does anyone know why this is happening or have any solutions??? Please respond asap
What rom/kernel are you on?
Also, did you get a new battery?
Sometimes.those revolts are because the battery doesn't sit well in its socket something a high tech solution in the form of paper solves it.
Sent from my HTC Sensation using xda premium
Try this fix. Works in most cases.
[FIX] Random reboots/shutdowns.
The crazy part is it doesn't matter what rom or kernel and it doesn't matter what I'm doing lets say Im on my homescreen as soon as I go to press on an icon it will shut off but I can't duplicate it if I tried it happens when it wants to its not the paper on top of battery trick my battery doesn't move I've tried my last device did this and I sent it back oh and it gradually got worst with my last device I should mention it just started with this one so if it starts turning off more and more ill know its the same
Make sure you have alot of space on your sdcard, Run terminal or use adb and issue the command like below.
Using ADB
adb shell
logcat > /sdcard/logcat.txt
Using terminal emulator
logcat > /sdcard/logcat.txt
This will run a logcat till your phone does a random reboot, Then post the Logcat.txt either in pastebin.com or attach it here DON'T COPY AND PASTE IT AS A REPLY! This way we can see what is causing the problem
It stopped happening and idk why this is the most frustrating thing i think can ever happen when it starts again ill runn the logcat im an idiot for not doing that in the first place
Oh i should add that i didn't uninstall anything i didn't flash anything conditions are exactly the same it just stopped rebooting now for like 2 days I'm hoping it doesn't restart
truth be told, i've been experiencing peculiar random reboots/shutdowns myself. the battery isn't loose whatsoever; i can literally shake my phone with the battery cover off and the phone turned on, and it won't even flinch, so i really don't think it's a physical connectivity issue.
i'll find that it seems to exacerbate itself if i'm in using cellular data, say, on a phone call or just received a text message. often, the phone will actually cycle reboots 3 or 4 times after the first reboot (i.e. phone working fine, idle or playing music -> txt received -> wake phone to view txt -> REBOOT -> phone boots -> enter pattern unlock -> home screen loads, no response -> REBOOT -> repeat ad nauseam -> crying) and it always seems to, quite literally, DESTROY the battery in the process. it happened to me while i was in the car yesterday; i had 61% battery left (stock HTC battery), received a txt, unlocked my phone, REBOOT, wait for boot, REBOOT AGAIN, phone boots finally, live wallpaper missing (back to phase beam), phone yells at me for letting it get to 1% battery, automatic shutdown, angry face.
it's occurred on any variety of ICS roms; using user-friendly-firmware 3.32 for superCID, tried sebastianFM / faux / bricked / tamcore kernels, i use opensensation as my daily driver, but it has occurred in virtuous inquisition, AOKP, CM9... i'm losing too much hair over this.
i'll always try to capture a last_kmsg when reboots occur, but sometimes they simply report "*** /proc/last_kmsg: No such file or directory". however, when they do exist, they almost always have some variety of the following:
Code:
[ 1189.981323] ------------[ cut here ]------------
[ 1189.981475] WARNING: at /home/vorbeth/android/OpenSensation/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 1189.981719] gfx2d0_clk status stuck at 'off'
[ 1189.981964] Modules linked in: bcmdhd
[ 1189.982482] [<c010bb34>] (unwind_backtrace+0x0/0xfc) from [<c0189a18>] (warn_slowpath_common+0x4c/0x64)
[ 1189.982727] [<c0189a18>] (warn_slowpath_common+0x4c/0x64) from [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40)
[ 1189.982971] [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40) from [<c0156d74>] (rcg_clk_enable+0x28/0x44)
[ 1189.983123] [<c0156d74>] (rcg_clk_enable+0x28/0x44) from [<c0115c70>] (clk_enable+0x9c/0x14c)
[ 1189.983398] [<c0115c70>] (clk_enable+0x9c/0x14c) from [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c)
[ 1189.983642] [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c) from [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 1189.983886] [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c03e65e8>] (z180_regwrite+0x64/0xe8)
[ 1189.984130] [<c03e65e8>] (z180_regwrite+0x64/0xe8) from [<c03e6688>] (z180_irqctrl+0x1c/0x50)
[ 1189.984283] [<c03e6688>] (z180_irqctrl+0x1c/0x50) from [<c03e6554>] (z180_stop+0x18/0x48)
[ 1189.984527] [<c03e6554>] (z180_stop+0x18/0x48) from [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 1189.984771] [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88)
[ 1189.985046] [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01bfa28>] (early_suspend+0xd4/0x17c)
[ 1189.985290] [<c01bfa28>] (early_suspend+0xd4/0x17c) from [<c019d5f0>] (process_one_work+0x114/0x3d4)
[ 1189.985443] [<c019d5f0>] (process_one_work+0x114/0x3d4) from [<c019dc18>] (worker_thread+0x174/0x440)
[ 1189.985717] [<c019dc18>] (worker_thread+0x174/0x440) from [<c01a3d5c>] (kthread+0x84/0x8c)
[ 1189.985961] [<c01a3d5c>] (kthread+0x84/0x8c) from [<c0106dbc>] (kernel_thread_exit+0x0/0x8)
[ 1189.986206] ---[ end trace 46f3919e6aa25d82 ]---
(2012/6/10)
Code:
[27588.572357] ------------[ cut here ]------------
[27588.572601] WARNING: at /home/vorbeth/android/OpenSensation/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[27588.572845] gfx2d0_clk status stuck at 'off'
[27588.572967] Modules linked in: bcmdhd [last unloaded: bcmdhd]
[27588.573730] [<c010bb34>] (unwind_backtrace+0x0/0xfc) from [<c0189a18>] (warn_slowpath_common+0x4c/0x64)
[27588.573974] [<c0189a18>] (warn_slowpath_common+0x4c/0x64) from [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40)
[27588.574127] [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40) from [<c0156d74>] (rcg_clk_enable+0x28/0x44)
[27588.574371] [<c0156d74>] (rcg_clk_enable+0x28/0x44) from [<c0115c70>] (clk_enable+0x9c/0x14c)
[27588.574615] [<c0115c70>] (clk_enable+0x9c/0x14c) from [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c)
[27588.574890] [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c) from [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138)
[27588.575134] [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c03e65e8>] (z180_regwrite+0x64/0xe8)
[27588.575286] [<c03e65e8>] (z180_regwrite+0x64/0xe8) from [<c03e6688>] (z180_irqctrl+0x1c/0x50)
[27588.575531] [<c03e6688>] (z180_irqctrl+0x1c/0x50) from [<c03e6554>] (z180_stop+0x18/0x48)
[27588.575775] [<c03e6554>] (z180_stop+0x18/0x48) from [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[27588.576019] [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88)
[27588.576293] [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01bfa28>] (early_suspend+0xd4/0x17c)
[27588.576446] [<c01bfa28>] (early_suspend+0xd4/0x17c) from [<c019d5f0>] (process_one_work+0x114/0x3d4)
[27588.576690] [<c019d5f0>] (process_one_work+0x114/0x3d4) from [<c019dc18>] (worker_thread+0x174/0x440)
[27588.576934] [<c019dc18>] (worker_thread+0x174/0x440) from [<c01a3d5c>] (kthread+0x84/0x8c)
[27588.577178] [<c01a3d5c>] (kthread+0x84/0x8c) from [<c0106dbc>] (kernel_thread_exit+0x0/0x8)
[27588.577423] ---[ end trace b294dd7304778a3a ]---
(2012/6/12)
Code:
[ 3916.447631] ------------[ cut here ]------------
[ 3916.447784] WARNING: at /home/philipp/android/system/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 3916.448028] gfx2d0_clk status stuck at 'off'
[ 3916.448150] Modules linked in: bcmdhd
[ 3916.448791] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c01994d8>] (warn_slowpath_common+0x4c/0x64)
[ 3916.449035] [<c01994d8>] (warn_slowpath_common+0x4c/0x64) from [<c0199584>] (warn_slowpath_fmt+0x30/0x40)
[ 3916.449188] [<c0199584>] (warn_slowpath_fmt+0x30/0x40) from [<c015fb40>] (rcg_clk_enable+0x28/0x44)
[ 3916.449432] [<c015fb40>] (rcg_clk_enable+0x28/0x44) from [<c011932c>] (clk_enable+0x9c/0x14c)
[ 3916.449707] [<c011932c>] (clk_enable+0x9c/0x14c) from [<c044f774>] (kgsl_pwrctrl_clk+0x78/0x144)
[ 3916.449951] [<c044f774>] (kgsl_pwrctrl_clk+0x78/0x144) from [<c044f930>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 3916.450195] [<c044f930>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c045c7d4>] (z180_regwrite+0x64/0xe8)
[ 3916.450347] [<c045c7d4>] (z180_regwrite+0x64/0xe8) from [<c045c874>] (z180_irqctrl+0x1c/0x50)
[ 3916.450592] [<c045c874>] (z180_irqctrl+0x1c/0x50) from [<c045c740>] (z180_stop+0x18/0x48)
[ 3916.450866] [<c045c740>] (z180_stop+0x18/0x48) from [<c044fccc>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 3916.451110] [<c044fccc>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c044cd90>] (kgsl_early_suspend_driver+0x40/0x88)
[ 3916.451354] [<c044cd90>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01d4a6c>] (early_suspend+0xd4/0x17c)
[ 3916.451507] [<c01d4a6c>] (early_suspend+0xd4/0x17c) from [<c01aec5c>] (process_one_work+0x110/0x3d0)
[ 3916.451751] [<c01aec5c>] (process_one_work+0x110/0x3d0) from [<c01af284>] (worker_thread+0x174/0x438)
[ 3916.452026] [<c01af284>] (worker_thread+0x174/0x438) from [<c01b595c>] (kthread+0x88/0x90)
[ 3916.452270] [<c01b595c>] (kthread+0x88/0x90) from [<c010737c>] (kernel_thread_exit+0x0/0x8)
[ 3916.452514] ---[ end trace beca6a8267557166 ]---
[ 3916.455444] [email protected], 22
(2012/6/23)
this one from 2012/7/5 was quite different:
Code:
[27348.665069] kernel BUG at drivers/gpu/msm/adreno_postmortem.c:768!
[27348.665252] Internal error: Oops - undefined instruction: 0 [#1] PREEMPT SMP
[27348.665344] Modules linked in: bcmdhd
[27348.665679] CPU: 0 Not tainted (3.0.36-TAMCORE-00638-g70afc73 #7)
[27348.665771] PC is at adreno_postmortem_dump+0x104/0x164
[27348.665954] LR is at hrtimer_try_to_cancel+0x3c/0x98
[27348.666046] pc : [<c04588a0>] lr : [<c01bb428>] psr: 60000113
[27348.666046] sp : ce1a7df8 ip : ce1a6018 fp : 00000000
[27348.666290] r10: ce1a6000 r9 : 00000001 r8 : ce1a7e64
[27348.666442] r7 : 00000000 r6 : cf187a00 r5 : 00000000 r4 : c0a87858
[27348.666534] r3 : 00000000 r2 : 00000000 r1 : 00000000 r0 : 00000000
[27348.666717] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[27348.666809] Control: 10c57c7d Table: 5560406a DAC: 00000015
[27348.666961]
[27348.666961] PC: 0xc0458820:
[27348.667144] 8820 e5940114 e5946000 e3500000 0a000000 ebf30141 e1a02000 e59f10b0 e1a00006
[27348.667999] 8840 eb0019d7 e5940110 e5946000 e3500000 0a000000 ebf30138 e1a02000 e59f1090
[27348.668914] 8860 e1a00006 eb0019ce e1a00004 ebffe137 e1a00004 e3a01001 ebffe2be e1a00004
[27348.669799] 8880 ebfff833 e3550000 1a00000b e5941274 e3510002 ca000003 e3010388 ebf538f5
[27348.670715] 88a0 e7f001f2 eafffffe e5940000 e59f1044 e59f2044 eb0019ba eafffff6 e1a00004
[27348.671630] 88c0 e3a01001 ebffe100 e1a00004 e3a01008 ebffde38 e1a00004 ebffe3a9 eaffffea
[27348.672576] 88e0 e7f001f2 eafffffe c08827c4 c08827f4 c0882814 c0882824 c0882834 c07744f0
[27348.673431] 8900 e92d4070 e2515000 e1a04000 1a00000c e1a02005 e3a01fed eb000c4d e1a00004
[27348.674346]
[27348.674346] LR: 0xc01bb3a8:
[27348.674530] b3a8 e1a0000d e5941024 e1a0e00f e591f020 e1cd80d0 e1a02006 e1a03007 e0522008
[27348.675445] b3c8 e0c33009 e59d100c e1c520f0 e5943024 e5930000 eb1631f8 e1a00005 e28dd014
[27348.676361] b3e8 e8bd83f0 e92d4030 e1a04000 e24dd00c e28d1004 ebffffcf e5945028 e2152002
[27348.677307] b408 13e05000 1a000001 e2155001 1a000006 e5942024 e59d1004 e5920000 eb1631e6
[27348.678131] b428 e1a00005 e28dd00c e8bd8030 e1a0300d e5842030 e3c31d7f e59fe034 e3c1c03f
[27348.679077] b448 e5903000 e1a01000 e1a00004 e59c5014 e59fc020 e79ee105 e3a05001 e08cc00e
[27348.679992] b468 e153000c 13a03000 03a03001 ebfffc81 eaffffe6 c0a2a988 c003c4e0 e92d4010
[27348.680847] b488 e1a04000 eaffffff e1a00004 ebffffd4 e3500000 bafffffb e8bd8010 e92d4ff0
[27348.681793]
[27348.681793] SP: 0xce1a7d78:
[27348.682037] 7d78 00000001 001b1e04 c0b145a8 c0a87858 00000000 cf187a00 00000000 ce1a7e64
[27348.682891] 7d98 ffffffff ce1a7de4 c01067d4 00000000 e7100000 c01064c4 00000000 00000000
[27348.683807] 7db8 00000000 00000000 c0a87858 00000000 cf187a00 00000000 ce1a7e64 00000001
[27348.684722] 7dd8 ce1a6000 00000000 ce1a6018 ce1a7df8 c01bb428 c04588a0 60000113 ffffffff
[27348.685607] 7df8 c0a87858 00000005 0028595f c045c290 c0881048 cf17ae40 ce1a7e24 ce1a6000
[27348.686523] 7e18 c0a87858 c045efdc 0028595f c0a87858 00000005 0028595f 00000000 ce1a7e64
[27348.687438] 7e38 ce1a6000 c045c98c 002859aa 000014c7 c118a2c0 c0a87a68 51eb851f c0a87a28
[27348.688293] 7e58 00000064 000009ab ce1a7e60 00000000 cd165e00 c01b6900 ce1a7e70 ce1a7e70
[27348.689147]
[27348.689147] IP: 0xce1a5f98:
[27348.689331] 5f98 ff0f0f0f ff0f0f0f ff000000 ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f
[27348.690155] 5fb8 ff0a0a0a ff0f0f0f ff0f0f0f ff0f0f0f ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a
[27348.691101] 5fd8 ff0f0f0f ff0f0f0f ff0f0f0f ff0f0f0f ff0a0a0a ff0a0a0a ff0f0f0f ff0f0f0f
[27348.692016] 5ff8 ff0f0f0f ff0f0f0f 00000000 00000002 00000000 cd165e00 c0a68ee4 00000000
[27348.692871] 6018 00000015 c14e1ea0 cd165e00 ce1a6000 00000000 c0a2a988 c074ffc0 c0a32588
[27348.693725] 6038 ce1a7d74 ce1a7d28 c0745810 00000000 00000000 00000000 00000000 00000000
[27348.694641] 6058 01010000 00000000 5fbdef00 00000000 00000000 00000000 00000000 00000000
[27348.695587] 6078 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.696502]
[27348.696502] R4: 0xc0a877d8:
[27348.696655] 77d8 00000000 c0464340 c0464364 00000000 00000000 00000000 00000000 c0773d0c
[27348.697509] 77f8 cf179960 c0a87824 c08bcecc 00000124 c01b41d0 00000000 00000000 00000000
[27348.698364] 7818 00000000 c0882d38 c088011c 6c73676b 3064332d 00000000 00000000 00000000
[27348.699279] 7838 c0a87858 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.700195] 7858 cf187a00 c08428b8 00000003 00000001 00000100 00000000 d0880000 04300000
[27348.701110] 7878 00000000 00020000 00000000 ffdf8000 6600a000 57184000 00001000 00000000
[27348.701965] 7898 cf17afe0 00000001 c0a87268 c0842ac0 07c86590 00032f07 00000000 00000000
[27348.702911] 78b8 fffff000 00000000 00000008 c0a87858 02aaaaa1 00000000 ffdf9000 6600c000
[27348.703826]
[27348.703826] R6: 0xcf187980:
[27348.704010] 7980 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.704925] 79a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.705841] 79c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.706695] 79e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.707611] 7a00 c0a416f0 cf179780 cf17ae40 cf187e0c c0a87024 cf17d480 cf80e540 c0a883f8
[27348.708557] 7a20 cf1808a0 00000004 00000007 00000000 00000000 00000001 00000000 00000000
[27348.709411] 7a40 cf187a40 cf187a40 00000000 00000000 00000000 00000000 00000000 00000000
[27348.710327] 7a60 2fdc2fdc 00000000 cf187e68 c0a87080 7fffffff 2b7f2b7f 00000000 cf187a7c
[27348.711273]
[27348.711273] R8: 0xce1a7de4:
[27348.711425] 7de4 ce1a7df8 c01bb428 c04588a0 60000113 ffffffff c0a87858 00000005 0028595f
[27348.712371] 7e04 c045c290 c0881048 cf17ae40 ce1a7e24 ce1a6000 c0a87858 c045efdc 0028595f
[27348.713287] 7e24 c0a87858 00000005 0028595f 00000000 ce1a7e64 ce1a6000 c045c98c 002859aa
[27348.714141] 7e44 000014c7 c118a2c0 c0a87a68 51eb851f c0a87a28 00000064 000009ab ce1a7e60
[27348.715057] 7e64 00000000 cd165e00 c01b6900 ce1a7e70 ce1a7e70 01aab000 c71078e0 c0774f30
[27348.716003] 7e84 c0773818 ce1a7eb0 c71078e0 c044d508 5fbdee40 00000000 c044d540 40080906
[27348.716918] 7ea4 00000008 c0773818 c044e6f8 0028595f ffffffff 50fcc9d5 c01ca350 ffffffff
[27348.717773] 7ec4 c4a4f760 cb34b6e0 40104703 0000006f 0000545e ce1a6000 00000000 50fcc9d5
[27348.718719]
[27348.718719] R10: 0xce1a5f80:
[27348.718872] 5f80 ff0a0a0a ff0f0f0f ff000000 ff0f0f0f ff131313 ff0f0f0f ff0f0f0f ff0f0f0f
[27348.719818] 5fa0 ff000000 ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f
[27348.720733] 5fc0 ff0f0f0f ff0f0f0f ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f ff0f0f0f
[27348.721588] 5fe0 ff0f0f0f ff0f0f0f ff0a0a0a ff0a0a0a ff0f0f0f ff0f0f0f ff0f0f0f ff0f0f0f
[27348.722442] 6000 00000000 00000002 00000000 cd165e00 c0a68ee4 00000000 00000015 c14e1ea0
[27348.723358] 6020 cd165e00 ce1a6000 00000000 c0a2a988 c074ffc0 c0a32588 ce1a7d74 ce1a7d28
[27348.724273] 6040 c0745810 00000000 00000000 00000000 00000000 00000000 01010000 00000000
[27348.725189] 6060 5fbdef00 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.726043] Process GL updater (pid: 21627, stack limit = 0xce1a62f8)
[27348.726196] Stack: (0xce1a7df8 to 0xce1a8000)
[27348.726287] 7de0: c0a87858 00000005
[27348.726470] 7e00: 0028595f c045c290 c0881048 cf17ae40 ce1a7e24 ce1a6000 c0a87858 c045efdc
[27348.726623] 7e20: 0028595f c0a87858 00000005 0028595f 00000000 ce1a7e64 ce1a6000 c045c98c
[27348.726745] 7e40: 002859aa 000014c7 c118a2c0 c0a87a68 51eb851f c0a87a28 00000064 000009ab
[27348.726898] 7e60: ce1a7e60 00000000 cd165e00 c01b6900 ce1a7e70 ce1a7e70 01aab000 c71078e0
[27348.727081] 7e80: c0774f30 c0773818 ce1a7eb0 c71078e0 c044d508 5fbdee40 00000000 c044d540
[27348.727264] 7ea0: 40080906 00000008 c0773818 c044e6f8 0028595f ffffffff 50fcc9d5 c01ca350
[27348.727355] 7ec0: ffffffff c4a4f760 cb34b6e0 40104703 0000006f 0000545e ce1a6000 00000000
[27348.727508] 7ee0: 50fcc9d5 c046c7d0 00007736 5fbdecc8 5fbdee40 c59dd960 40080906 0000002a
[27348.727691] 7f00: 0000545e ce1a6000 00000000 c0236720 cd7e0000 c01bc710 c0a9ebe8 ffffffff
[27348.727783] 7f20: cd7e0000 c14e00d0 00000000 c0117f24 c0b39520 00000000 00000080 ffffeebc
[27348.727874] 7f40: 01aab8c4 00000000 ce1a6000 00000000 50fcc9d5 c01ca9d8 01aab8c4 00000000
[27348.728057] 7f60: ffffffff c59dd960 5fbdee40 40080906 0000002a c0106a44 ce1a6000 00000000
[27348.728240] 7f80: 00000000 c0236c78 01aab8c4 00000001 ffffeebc 40080906 0028595f 0028595f
[27348.728332] 7fa0: 00000036 c01068c0 40080906 0028595f 0000002a 40080906 5fbdee40 5fbdee24
[27348.728515] 7fc0: 40080906 0028595f 0028595f 00000036 0000414d 00000000 00000001 00000000
[27348.728668] 7fe0: 56aa0210 5fbdee08 400fb2b9 400df8b0 00070010 0000002a faec7e47 3d42ddc2
[27348.728851] [<c04588a0>] (adreno_postmortem_dump+0x104/0x164) from [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8)
[27348.729034] [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8) from [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c)
[27348.729125] [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c) from [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c)
[27348.729309] [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c) from [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0)
[27348.729492] [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0) from [<c0236720>] (do_vfs_ioctl+0x80/0x5a0)
[27348.729675] [<c0236720>] (do_vfs_ioctl+0x80/0x5a0) from [<c0236c78>] (sys_ioctl+0x38/0x60)
[27348.729858] [<c0236c78>] (sys_ioctl+0x38/0x60) from [<c01068c0>] (ret_fast_syscall+0x0/0x30)
[27348.730010] Code: e3510002 ca000003 e3010388 ebf538f5 (e7f001f2)
[27348.731750] ---[ end trace cac07296360d55e0 ]---
[27348.731933] Kernel panic - not syncing: Fatal exception
[27348.732055] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c0744d4c>] (panic+0x74/0x1a0)
[27348.732269] [<c0744d4c>] (panic+0x74/0x1a0) from [<c010a308>] (die+0x124/0x2c0)
[27348.732391] [<c010a308>] (die+0x124/0x2c0) from [<c010013c>] (do_undefinstr+0x138/0x148)
[27348.732574] [<c010013c>] (do_undefinstr+0x138/0x148) from [<c01064c4>] (__und_svc+0x44/0x60)
[27348.732727] Exception stack(0xce1a7db0 to 0xce1a7df8)
[27348.732818] 7da0: 00000000 00000000 00000000 00000000
[27348.733001] 7dc0: c0a87858 00000000 cf187a00 00000000 ce1a7e64 00000001 ce1a6000 00000000
[27348.733154] 7de0: ce1a6018 ce1a7df8 c01bb428 c04588a0 60000113 ffffffff
[27348.733276] [<c01064c4>] (__und_svc+0x44/0x60) from [<c04588a0>] (adreno_postmortem_dump+0x104/0x164)
[27348.733459] [<c04588a0>] (adreno_postmortem_dump+0x104/0x164) from [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8)
[27348.733612] [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8) from [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c)
[27348.733795] [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c) from [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c)
[27348.733978] [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c) from [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0)
[27348.734161] [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0) from [<c0236720>] (do_vfs_ioctl+0x80/0x5a0)
[27348.734344] [<c0236720>] (do_vfs_ioctl+0x80/0x5a0) from [<c0236c78>] (sys_ioctl+0x38/0x60)
[27348.734436] [<c0236c78>] (sys_ioctl+0x38/0x60) from [<c01068c0>] (ret_fast_syscall+0x0/0x30)
[27348.834930] subsystem-fatal-8x60: Q6 NMI was sent.
[27348.840118] Rebooting in 5 seconds..
[27353.847229] Going down for restart now
[27353.847381] arch_reset: mode 104
[27353.847473] arch_reset: no command restart.
[27353.847686] from arch_reset
[27353.847778] back arch_reset
[27353.948181] subsystem-fatal-8x60: Q6 NMI was sent.
[27353.948364] arch_reset: wait for modem flushing caches.
[27363.962707] arch_reset: modem flushes cache timeout.
[27363.962890]
[27363.962982] Restarting Linux version 3.0.36-TAMCORE-00638-g70afc73 ([email protected]) (gcc version 4.4.3 (GCC) ) #7 SMP PREEMPT Sun Jun 24 00:51:32 CEST 2012
[27363.962982]
[27364.013305] restart: Console was locked!
Code:
[ 9134.369720] ------------[ cut here ]------------
[ 9134.369995] WARNING: at arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 9134.370239] gfx2d0_clk status stuck at 'off'
[ 9134.370361] Modules linked in: bcmdhd
[ 9134.370880] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c019a0f8>] (warn_slowpath_common+0x4c/0x64)
[ 9134.371154] [<c019a0f8>] (warn_slowpath_common+0x4c/0x64) from [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40)
[ 9134.371398] [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40) from [<c01605fc>] (rcg_clk_enable+0x28/0x44)
[ 9134.371643] [<c01605fc>] (rcg_clk_enable+0x28/0x44) from [<c01192e0>] (clk_enable+0x9c/0x14c)
[ 9134.371795] [<c01192e0>] (clk_enable+0x9c/0x14c) from [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144)
[ 9134.372039] [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144) from [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 9134.372314] [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c045e450>] (z180_regwrite+0x64/0xe8)
[ 9134.372558] [<c045e450>] (z180_regwrite+0x64/0xe8) from [<c045e4f0>] (z180_irqctrl+0x1c/0x50)
[ 9134.372802] [<c045e4f0>] (z180_irqctrl+0x1c/0x50) from [<c045e3bc>] (z180_stop+0x18/0x48)
[ 9134.372955] [<c045e3bc>] (z180_stop+0x18/0x48) from [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 9134.373199] [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88)
[ 9134.373443] [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01d5638>] (early_suspend+0xd4/0x17c)
[ 9134.373718] [<c01d5638>] (early_suspend+0xd4/0x17c) from [<c01af83c>] (process_one_work+0x110/0x3d0)
[ 9134.373962] [<c01af83c>] (process_one_work+0x110/0x3d0) from [<c01afe64>] (worker_thread+0x174/0x438)
[ 9134.374206] [<c01afe64>] (worker_thread+0x174/0x438) from [<c01b653c>] (kthread+0x88/0x90)
[ 9134.374359] [<c01b653c>] (kthread+0x88/0x90) from [<c010737c>] (kernel_thread_exit+0x0/0x8)
[ 9134.374603] ---[ end trace 767b727643eed097 ]---
(2012/7/7)
Code:
[ 914.796600] ------------[ cut here ]------------
[ 914.796874] WARNING: at arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 914.796997] gfx2d0_clk status stuck at 'off'
[ 914.797241] Modules linked in: bcmdhd
[ 914.797760] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c019a0f8>] (warn_slowpath_common+0x4c/0x64)
[ 914.798004] [<c019a0f8>] (warn_slowpath_common+0x4c/0x64) from [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40)
[ 914.798248] [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40) from [<c01605fc>] (rcg_clk_enable+0x28/0x44)
[ 914.798492] [<c01605fc>] (rcg_clk_enable+0x28/0x44) from [<c01192e0>] (clk_enable+0x9c/0x14c)
[ 914.798675] [<c01192e0>] (clk_enable+0x9c/0x14c) from [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144)
[ 914.798919] [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144) from [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 914.799163] [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c045e450>] (z180_regwrite+0x64/0xe8)
[ 914.799407] [<c045e450>] (z180_regwrite+0x64/0xe8) from [<c045e4f0>] (z180_irqctrl+0x1c/0x50)
[ 914.799560] [<c045e4f0>] (z180_irqctrl+0x1c/0x50) from [<c045e3bc>] (z180_stop+0x18/0x48)
[ 914.799804] [<c045e3bc>] (z180_stop+0x18/0x48) from [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 914.800048] [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88)
[ 914.800323] [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01d5638>] (early_suspend+0xd4/0x17c)
[ 914.800567] [<c01d5638>] (early_suspend+0xd4/0x17c) from [<c01af83c>] (process_one_work+0x110/0x3d0)
[ 914.800842] [<c01af83c>] (process_one_work+0x110/0x3d0) from [<c01afe64>] (worker_thread+0x174/0x438)
[ 914.800994] [<c01afe64>] (worker_thread+0x174/0x438) from [<c01b653c>] (kthread+0x88/0x90)
[ 914.801239] [<c01b653c>] (kthread+0x88/0x90) from [<c010737c>] (kernel_thread_exit+0x0/0x8)
[ 914.801483] ---[ end trace 6e3465872694984b ]---
(2012/7/10)
soooo... any ideas? it's concerning how much gfxd20_clk and bcmdhd show up in there. i'm not overclocked anywhere; gpu clocks are stock and i'm running any overclocked kernels at the basic 1.18gHz clocking.
sorry to muck up the thread but i hadn't seen any of these similar threads talking about actual kernel messages, mostly just cardboard fixes for a loose battery
thanks in advance to anyone with an idea!
zero01101 said:
truth be told, i've been experiencing peculiar random reboots/shutdowns myself. the battery isn't loose whatsoever; i can literally shake my phone with the battery cover off and the phone turned on, and it won't even flinch, so i really don't think it's a physical connectivity issue.
i'll find that it seems to exacerbate itself if i'm in using cellular data, say, on a phone call or just received a text message. often, the phone will actually cycle reboots 3 or 4 times after the first reboot (i.e. phone working fine, idle or playing music -> txt received -> wake phone to view txt -> REBOOT -> phone boots -> enter pattern unlock -> home screen loads, no response -> REBOOT -> repeat ad nauseam -> crying) and it always seems to, quite literally, DESTROY the battery in the process. it happened to me while i was in the car yesterday; i had 61% battery left (stock HTC battery), received a txt, unlocked my phone, REBOOT, wait for boot, REBOOT AGAIN, phone boots finally, live wallpaper missing (back to phase beam), phone yells at me for letting it get to 1% battery, automatic shutdown, angry face.
it's occurred on any variety of ICS roms; using user-friendly-firmware 3.32 for superCID, tried sebastianFM / faux / bricked / tamcore kernels, i use opensensation as my daily driver, but it has occurred in virtuous inquisition, AOKP, CM9... i'm losing too much hair over this.
i'll always try to capture a last_kmsg when reboots occur, but sometimes they simply report "*** /proc/last_kmsg: No such file or directory". however, when they do exist, they almost always have some variety of the following:
Code:
[ 1189.981323] ------------[ cut here ]------------
[ 1189.981475] WARNING: at /home/vorbeth/android/OpenSensation/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 1189.981719] gfx2d0_clk status stuck at 'off'
[ 1189.981964] Modules linked in: bcmdhd
[ 1189.982482] [<c010bb34>] (unwind_backtrace+0x0/0xfc) from [<c0189a18>] (warn_slowpath_common+0x4c/0x64)
[ 1189.982727] [<c0189a18>] (warn_slowpath_common+0x4c/0x64) from [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40)
[ 1189.982971] [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40) from [<c0156d74>] (rcg_clk_enable+0x28/0x44)
[ 1189.983123] [<c0156d74>] (rcg_clk_enable+0x28/0x44) from [<c0115c70>] (clk_enable+0x9c/0x14c)
[ 1189.983398] [<c0115c70>] (clk_enable+0x9c/0x14c) from [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c)
[ 1189.983642] [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c) from [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 1189.983886] [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c03e65e8>] (z180_regwrite+0x64/0xe8)
[ 1189.984130] [<c03e65e8>] (z180_regwrite+0x64/0xe8) from [<c03e6688>] (z180_irqctrl+0x1c/0x50)
[ 1189.984283] [<c03e6688>] (z180_irqctrl+0x1c/0x50) from [<c03e6554>] (z180_stop+0x18/0x48)
[ 1189.984527] [<c03e6554>] (z180_stop+0x18/0x48) from [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 1189.984771] [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88)
[ 1189.985046] [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01bfa28>] (early_suspend+0xd4/0x17c)
[ 1189.985290] [<c01bfa28>] (early_suspend+0xd4/0x17c) from [<c019d5f0>] (process_one_work+0x114/0x3d4)
[ 1189.985443] [<c019d5f0>] (process_one_work+0x114/0x3d4) from [<c019dc18>] (worker_thread+0x174/0x440)
[ 1189.985717] [<c019dc18>] (worker_thread+0x174/0x440) from [<c01a3d5c>] (kthread+0x84/0x8c)
[ 1189.985961] [<c01a3d5c>] (kthread+0x84/0x8c) from [<c0106dbc>] (kernel_thread_exit+0x0/0x8)
[ 1189.986206] ---[ end trace 46f3919e6aa25d82 ]---
(2012/6/10)
Code:
[27588.572357] ------------[ cut here ]------------
[27588.572601] WARNING: at /home/vorbeth/android/OpenSensation/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[27588.572845] gfx2d0_clk status stuck at 'off'
[27588.572967] Modules linked in: bcmdhd [last unloaded: bcmdhd]
[27588.573730] [<c010bb34>] (unwind_backtrace+0x0/0xfc) from [<c0189a18>] (warn_slowpath_common+0x4c/0x64)
[27588.573974] [<c0189a18>] (warn_slowpath_common+0x4c/0x64) from [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40)
[27588.574127] [<c0189ac4>] (warn_slowpath_fmt+0x30/0x40) from [<c0156d74>] (rcg_clk_enable+0x28/0x44)
[27588.574371] [<c0156d74>] (rcg_clk_enable+0x28/0x44) from [<c0115c70>] (clk_enable+0x9c/0x14c)
[27588.574615] [<c0115c70>] (clk_enable+0x9c/0x14c) from [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c)
[27588.574890] [<c03dba28>] (kgsl_pwrctrl_clk+0x54/0x10c) from [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138)
[27588.575134] [<c03dbbd0>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c03e65e8>] (z180_regwrite+0x64/0xe8)
[27588.575286] [<c03e65e8>] (z180_regwrite+0x64/0xe8) from [<c03e6688>] (z180_irqctrl+0x1c/0x50)
[27588.575531] [<c03e6688>] (z180_irqctrl+0x1c/0x50) from [<c03e6554>] (z180_stop+0x18/0x48)
[27588.575775] [<c03e6554>] (z180_stop+0x18/0x48) from [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[27588.576019] [<c03dbf6c>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88)
[27588.576293] [<c03d94a0>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01bfa28>] (early_suspend+0xd4/0x17c)
[27588.576446] [<c01bfa28>] (early_suspend+0xd4/0x17c) from [<c019d5f0>] (process_one_work+0x114/0x3d4)
[27588.576690] [<c019d5f0>] (process_one_work+0x114/0x3d4) from [<c019dc18>] (worker_thread+0x174/0x440)
[27588.576934] [<c019dc18>] (worker_thread+0x174/0x440) from [<c01a3d5c>] (kthread+0x84/0x8c)
[27588.577178] [<c01a3d5c>] (kthread+0x84/0x8c) from [<c0106dbc>] (kernel_thread_exit+0x0/0x8)
[27588.577423] ---[ end trace b294dd7304778a3a ]---
(2012/6/12)
Code:
[ 3916.447631] ------------[ cut here ]------------
[ 3916.447784] WARNING: at /home/philipp/android/system/kernel/htc/msm8660/arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 3916.448028] gfx2d0_clk status stuck at 'off'
[ 3916.448150] Modules linked in: bcmdhd
[ 3916.448791] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c01994d8>] (warn_slowpath_common+0x4c/0x64)
[ 3916.449035] [<c01994d8>] (warn_slowpath_common+0x4c/0x64) from [<c0199584>] (warn_slowpath_fmt+0x30/0x40)
[ 3916.449188] [<c0199584>] (warn_slowpath_fmt+0x30/0x40) from [<c015fb40>] (rcg_clk_enable+0x28/0x44)
[ 3916.449432] [<c015fb40>] (rcg_clk_enable+0x28/0x44) from [<c011932c>] (clk_enable+0x9c/0x14c)
[ 3916.449707] [<c011932c>] (clk_enable+0x9c/0x14c) from [<c044f774>] (kgsl_pwrctrl_clk+0x78/0x144)
[ 3916.449951] [<c044f774>] (kgsl_pwrctrl_clk+0x78/0x144) from [<c044f930>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 3916.450195] [<c044f930>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c045c7d4>] (z180_regwrite+0x64/0xe8)
[ 3916.450347] [<c045c7d4>] (z180_regwrite+0x64/0xe8) from [<c045c874>] (z180_irqctrl+0x1c/0x50)
[ 3916.450592] [<c045c874>] (z180_irqctrl+0x1c/0x50) from [<c045c740>] (z180_stop+0x18/0x48)
[ 3916.450866] [<c045c740>] (z180_stop+0x18/0x48) from [<c044fccc>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 3916.451110] [<c044fccc>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c044cd90>] (kgsl_early_suspend_driver+0x40/0x88)
[ 3916.451354] [<c044cd90>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01d4a6c>] (early_suspend+0xd4/0x17c)
[ 3916.451507] [<c01d4a6c>] (early_suspend+0xd4/0x17c) from [<c01aec5c>] (process_one_work+0x110/0x3d0)
[ 3916.451751] [<c01aec5c>] (process_one_work+0x110/0x3d0) from [<c01af284>] (worker_thread+0x174/0x438)
[ 3916.452026] [<c01af284>] (worker_thread+0x174/0x438) from [<c01b595c>] (kthread+0x88/0x90)
[ 3916.452270] [<c01b595c>] (kthread+0x88/0x90) from [<c010737c>] (kernel_thread_exit+0x0/0x8)
[ 3916.452514] ---[ end trace beca6a8267557166 ]---
[ 3916.455444] [email protected], 22
(2012/6/23)
this one from 2012/7/5 was quite different:
Code:
[27348.665069] kernel BUG at drivers/gpu/msm/adreno_postmortem.c:768!
[27348.665252] Internal error: Oops - undefined instruction: 0 [#1] PREEMPT SMP
[27348.665344] Modules linked in: bcmdhd
[27348.665679] CPU: 0 Not tainted (3.0.36-TAMCORE-00638-g70afc73 #7)
[27348.665771] PC is at adreno_postmortem_dump+0x104/0x164
[27348.665954] LR is at hrtimer_try_to_cancel+0x3c/0x98
[27348.666046] pc : [<c04588a0>] lr : [<c01bb428>] psr: 60000113
[27348.666046] sp : ce1a7df8 ip : ce1a6018 fp : 00000000
[27348.666290] r10: ce1a6000 r9 : 00000001 r8 : ce1a7e64
[27348.666442] r7 : 00000000 r6 : cf187a00 r5 : 00000000 r4 : c0a87858
[27348.666534] r3 : 00000000 r2 : 00000000 r1 : 00000000 r0 : 00000000
[27348.666717] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[27348.666809] Control: 10c57c7d Table: 5560406a DAC: 00000015
[27348.666961]
[27348.666961] PC: 0xc0458820:
[27348.667144] 8820 e5940114 e5946000 e3500000 0a000000 ebf30141 e1a02000 e59f10b0 e1a00006
[27348.667999] 8840 eb0019d7 e5940110 e5946000 e3500000 0a000000 ebf30138 e1a02000 e59f1090
[27348.668914] 8860 e1a00006 eb0019ce e1a00004 ebffe137 e1a00004 e3a01001 ebffe2be e1a00004
[27348.669799] 8880 ebfff833 e3550000 1a00000b e5941274 e3510002 ca000003 e3010388 ebf538f5
[27348.670715] 88a0 e7f001f2 eafffffe e5940000 e59f1044 e59f2044 eb0019ba eafffff6 e1a00004
[27348.671630] 88c0 e3a01001 ebffe100 e1a00004 e3a01008 ebffde38 e1a00004 ebffe3a9 eaffffea
[27348.672576] 88e0 e7f001f2 eafffffe c08827c4 c08827f4 c0882814 c0882824 c0882834 c07744f0
[27348.673431] 8900 e92d4070 e2515000 e1a04000 1a00000c e1a02005 e3a01fed eb000c4d e1a00004
[27348.674346]
[27348.674346] LR: 0xc01bb3a8:
[27348.674530] b3a8 e1a0000d e5941024 e1a0e00f e591f020 e1cd80d0 e1a02006 e1a03007 e0522008
[27348.675445] b3c8 e0c33009 e59d100c e1c520f0 e5943024 e5930000 eb1631f8 e1a00005 e28dd014
[27348.676361] b3e8 e8bd83f0 e92d4030 e1a04000 e24dd00c e28d1004 ebffffcf e5945028 e2152002
[27348.677307] b408 13e05000 1a000001 e2155001 1a000006 e5942024 e59d1004 e5920000 eb1631e6
[27348.678131] b428 e1a00005 e28dd00c e8bd8030 e1a0300d e5842030 e3c31d7f e59fe034 e3c1c03f
[27348.679077] b448 e5903000 e1a01000 e1a00004 e59c5014 e59fc020 e79ee105 e3a05001 e08cc00e
[27348.679992] b468 e153000c 13a03000 03a03001 ebfffc81 eaffffe6 c0a2a988 c003c4e0 e92d4010
[27348.680847] b488 e1a04000 eaffffff e1a00004 ebffffd4 e3500000 bafffffb e8bd8010 e92d4ff0
[27348.681793]
[27348.681793] SP: 0xce1a7d78:
[27348.682037] 7d78 00000001 001b1e04 c0b145a8 c0a87858 00000000 cf187a00 00000000 ce1a7e64
[27348.682891] 7d98 ffffffff ce1a7de4 c01067d4 00000000 e7100000 c01064c4 00000000 00000000
[27348.683807] 7db8 00000000 00000000 c0a87858 00000000 cf187a00 00000000 ce1a7e64 00000001
[27348.684722] 7dd8 ce1a6000 00000000 ce1a6018 ce1a7df8 c01bb428 c04588a0 60000113 ffffffff
[27348.685607] 7df8 c0a87858 00000005 0028595f c045c290 c0881048 cf17ae40 ce1a7e24 ce1a6000
[27348.686523] 7e18 c0a87858 c045efdc 0028595f c0a87858 00000005 0028595f 00000000 ce1a7e64
[27348.687438] 7e38 ce1a6000 c045c98c 002859aa 000014c7 c118a2c0 c0a87a68 51eb851f c0a87a28
[27348.688293] 7e58 00000064 000009ab ce1a7e60 00000000 cd165e00 c01b6900 ce1a7e70 ce1a7e70
[27348.689147]
[27348.689147] IP: 0xce1a5f98:
[27348.689331] 5f98 ff0f0f0f ff0f0f0f ff000000 ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f
[27348.690155] 5fb8 ff0a0a0a ff0f0f0f ff0f0f0f ff0f0f0f ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a
[27348.691101] 5fd8 ff0f0f0f ff0f0f0f ff0f0f0f ff0f0f0f ff0a0a0a ff0a0a0a ff0f0f0f ff0f0f0f
[27348.692016] 5ff8 ff0f0f0f ff0f0f0f 00000000 00000002 00000000 cd165e00 c0a68ee4 00000000
[27348.692871] 6018 00000015 c14e1ea0 cd165e00 ce1a6000 00000000 c0a2a988 c074ffc0 c0a32588
[27348.693725] 6038 ce1a7d74 ce1a7d28 c0745810 00000000 00000000 00000000 00000000 00000000
[27348.694641] 6058 01010000 00000000 5fbdef00 00000000 00000000 00000000 00000000 00000000
[27348.695587] 6078 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.696502]
[27348.696502] R4: 0xc0a877d8:
[27348.696655] 77d8 00000000 c0464340 c0464364 00000000 00000000 00000000 00000000 c0773d0c
[27348.697509] 77f8 cf179960 c0a87824 c08bcecc 00000124 c01b41d0 00000000 00000000 00000000
[27348.698364] 7818 00000000 c0882d38 c088011c 6c73676b 3064332d 00000000 00000000 00000000
[27348.699279] 7838 c0a87858 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.700195] 7858 cf187a00 c08428b8 00000003 00000001 00000100 00000000 d0880000 04300000
[27348.701110] 7878 00000000 00020000 00000000 ffdf8000 6600a000 57184000 00001000 00000000
[27348.701965] 7898 cf17afe0 00000001 c0a87268 c0842ac0 07c86590 00032f07 00000000 00000000
[27348.702911] 78b8 fffff000 00000000 00000008 c0a87858 02aaaaa1 00000000 ffdf9000 6600c000
[27348.703826]
[27348.703826] R6: 0xcf187980:
[27348.704010] 7980 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.704925] 79a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.705841] 79c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.706695] 79e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.707611] 7a00 c0a416f0 cf179780 cf17ae40 cf187e0c c0a87024 cf17d480 cf80e540 c0a883f8
[27348.708557] 7a20 cf1808a0 00000004 00000007 00000000 00000000 00000001 00000000 00000000
[27348.709411] 7a40 cf187a40 cf187a40 00000000 00000000 00000000 00000000 00000000 00000000
[27348.710327] 7a60 2fdc2fdc 00000000 cf187e68 c0a87080 7fffffff 2b7f2b7f 00000000 cf187a7c
[27348.711273]
[27348.711273] R8: 0xce1a7de4:
[27348.711425] 7de4 ce1a7df8 c01bb428 c04588a0 60000113 ffffffff c0a87858 00000005 0028595f
[27348.712371] 7e04 c045c290 c0881048 cf17ae40 ce1a7e24 ce1a6000 c0a87858 c045efdc 0028595f
[27348.713287] 7e24 c0a87858 00000005 0028595f 00000000 ce1a7e64 ce1a6000 c045c98c 002859aa
[27348.714141] 7e44 000014c7 c118a2c0 c0a87a68 51eb851f c0a87a28 00000064 000009ab ce1a7e60
[27348.715057] 7e64 00000000 cd165e00 c01b6900 ce1a7e70 ce1a7e70 01aab000 c71078e0 c0774f30
[27348.716003] 7e84 c0773818 ce1a7eb0 c71078e0 c044d508 5fbdee40 00000000 c044d540 40080906
[27348.716918] 7ea4 00000008 c0773818 c044e6f8 0028595f ffffffff 50fcc9d5 c01ca350 ffffffff
[27348.717773] 7ec4 c4a4f760 cb34b6e0 40104703 0000006f 0000545e ce1a6000 00000000 50fcc9d5
[27348.718719]
[27348.718719] R10: 0xce1a5f80:
[27348.718872] 5f80 ff0a0a0a ff0f0f0f ff000000 ff0f0f0f ff131313 ff0f0f0f ff0f0f0f ff0f0f0f
[27348.719818] 5fa0 ff000000 ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f
[27348.720733] 5fc0 ff0f0f0f ff0f0f0f ff0f0f0f ff0a0a0a ff0f0f0f ff0a0a0a ff0f0f0f ff0f0f0f
[27348.721588] 5fe0 ff0f0f0f ff0f0f0f ff0a0a0a ff0a0a0a ff0f0f0f ff0f0f0f ff0f0f0f ff0f0f0f
[27348.722442] 6000 00000000 00000002 00000000 cd165e00 c0a68ee4 00000000 00000015 c14e1ea0
[27348.723358] 6020 cd165e00 ce1a6000 00000000 c0a2a988 c074ffc0 c0a32588 ce1a7d74 ce1a7d28
[27348.724273] 6040 c0745810 00000000 00000000 00000000 00000000 00000000 01010000 00000000
[27348.725189] 6060 5fbdef00 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[27348.726043] Process GL updater (pid: 21627, stack limit = 0xce1a62f8)
[27348.726196] Stack: (0xce1a7df8 to 0xce1a8000)
[27348.726287] 7de0: c0a87858 00000005
[27348.726470] 7e00: 0028595f c045c290 c0881048 cf17ae40 ce1a7e24 ce1a6000 c0a87858 c045efdc
[27348.726623] 7e20: 0028595f c0a87858 00000005 0028595f 00000000 ce1a7e64 ce1a6000 c045c98c
[27348.726745] 7e40: 002859aa 000014c7 c118a2c0 c0a87a68 51eb851f c0a87a28 00000064 000009ab
[27348.726898] 7e60: ce1a7e60 00000000 cd165e00 c01b6900 ce1a7e70 ce1a7e70 01aab000 c71078e0
[27348.727081] 7e80: c0774f30 c0773818 ce1a7eb0 c71078e0 c044d508 5fbdee40 00000000 c044d540
[27348.727264] 7ea0: 40080906 00000008 c0773818 c044e6f8 0028595f ffffffff 50fcc9d5 c01ca350
[27348.727355] 7ec0: ffffffff c4a4f760 cb34b6e0 40104703 0000006f 0000545e ce1a6000 00000000
[27348.727508] 7ee0: 50fcc9d5 c046c7d0 00007736 5fbdecc8 5fbdee40 c59dd960 40080906 0000002a
[27348.727691] 7f00: 0000545e ce1a6000 00000000 c0236720 cd7e0000 c01bc710 c0a9ebe8 ffffffff
[27348.727783] 7f20: cd7e0000 c14e00d0 00000000 c0117f24 c0b39520 00000000 00000080 ffffeebc
[27348.727874] 7f40: 01aab8c4 00000000 ce1a6000 00000000 50fcc9d5 c01ca9d8 01aab8c4 00000000
[27348.728057] 7f60: ffffffff c59dd960 5fbdee40 40080906 0000002a c0106a44 ce1a6000 00000000
[27348.728240] 7f80: 00000000 c0236c78 01aab8c4 00000001 ffffeebc 40080906 0028595f 0028595f
[27348.728332] 7fa0: 00000036 c01068c0 40080906 0028595f 0000002a 40080906 5fbdee40 5fbdee24
[27348.728515] 7fc0: 40080906 0028595f 0028595f 00000036 0000414d 00000000 00000001 00000000
[27348.728668] 7fe0: 56aa0210 5fbdee08 400fb2b9 400df8b0 00070010 0000002a faec7e47 3d42ddc2
[27348.728851] [<c04588a0>] (adreno_postmortem_dump+0x104/0x164) from [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8)
[27348.729034] [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8) from [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c)
[27348.729125] [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c) from [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c)
[27348.729309] [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c) from [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0)
[27348.729492] [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0) from [<c0236720>] (do_vfs_ioctl+0x80/0x5a0)
[27348.729675] [<c0236720>] (do_vfs_ioctl+0x80/0x5a0) from [<c0236c78>] (sys_ioctl+0x38/0x60)
[27348.729858] [<c0236c78>] (sys_ioctl+0x38/0x60) from [<c01068c0>] (ret_fast_syscall+0x0/0x30)
[27348.730010] Code: e3510002 ca000003 e3010388 ebf538f5 (e7f001f2)
[27348.731750] ---[ end trace cac07296360d55e0 ]---
[27348.731933] Kernel panic - not syncing: Fatal exception
[27348.732055] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c0744d4c>] (panic+0x74/0x1a0)
[27348.732269] [<c0744d4c>] (panic+0x74/0x1a0) from [<c010a308>] (die+0x124/0x2c0)
[27348.732391] [<c010a308>] (die+0x124/0x2c0) from [<c010013c>] (do_undefinstr+0x138/0x148)
[27348.732574] [<c010013c>] (do_undefinstr+0x138/0x148) from [<c01064c4>] (__und_svc+0x44/0x60)
[27348.732727] Exception stack(0xce1a7db0 to 0xce1a7df8)
[27348.732818] 7da0: 00000000 00000000 00000000 00000000
[27348.733001] 7dc0: c0a87858 00000000 cf187a00 00000000 ce1a7e64 00000001 ce1a6000 00000000
[27348.733154] 7de0: ce1a6018 ce1a7df8 c01bb428 c04588a0 60000113 ffffffff
[27348.733276] [<c01064c4>] (__und_svc+0x44/0x60) from [<c04588a0>] (adreno_postmortem_dump+0x104/0x164)
[27348.733459] [<c04588a0>] (adreno_postmortem_dump+0x104/0x164) from [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8)
[27348.733612] [<c045c290>] (adreno_dump_and_recover+0x3c/0x2d8) from [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c)
[27348.733795] [<c045c98c>] (adreno_waittimestamp+0x2b4/0x31c) from [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c)
[27348.733978] [<c044d540>] (kgsl_ioctl_device_waittimestamp+0x38/0x6c) from [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0)
[27348.734161] [<c044e6f8>] (kgsl_ioctl+0x100/0x2d0) from [<c0236720>] (do_vfs_ioctl+0x80/0x5a0)
[27348.734344] [<c0236720>] (do_vfs_ioctl+0x80/0x5a0) from [<c0236c78>] (sys_ioctl+0x38/0x60)
[27348.734436] [<c0236c78>] (sys_ioctl+0x38/0x60) from [<c01068c0>] (ret_fast_syscall+0x0/0x30)
[27348.834930] subsystem-fatal-8x60: Q6 NMI was sent.
[27348.840118] Rebooting in 5 seconds..
[27353.847229] Going down for restart now
[27353.847381] arch_reset: mode 104
[27353.847473] arch_reset: no command restart.
[27353.847686] from arch_reset
[27353.847778] back arch_reset
[27353.948181] subsystem-fatal-8x60: Q6 NMI was sent.
[27353.948364] arch_reset: wait for modem flushing caches.
[27363.962707] arch_reset: modem flushes cache timeout.
[27363.962890]
[27363.962982] Restarting Linux version 3.0.36-TAMCORE-00638-g70afc73 ([email protected]) (gcc version 4.4.3 (GCC) ) #7 SMP PREEMPT Sun Jun 24 00:51:32 CEST 2012
[27363.962982]
[27364.013305] restart: Console was locked!
Code:
[ 9134.369720] ------------[ cut here ]------------
[ 9134.369995] WARNING: at arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 9134.370239] gfx2d0_clk status stuck at 'off'
[ 9134.370361] Modules linked in: bcmdhd
[ 9134.370880] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c019a0f8>] (warn_slowpath_common+0x4c/0x64)
[ 9134.371154] [<c019a0f8>] (warn_slowpath_common+0x4c/0x64) from [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40)
[ 9134.371398] [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40) from [<c01605fc>] (rcg_clk_enable+0x28/0x44)
[ 9134.371643] [<c01605fc>] (rcg_clk_enable+0x28/0x44) from [<c01192e0>] (clk_enable+0x9c/0x14c)
[ 9134.371795] [<c01192e0>] (clk_enable+0x9c/0x14c) from [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144)
[ 9134.372039] [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144) from [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 9134.372314] [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c045e450>] (z180_regwrite+0x64/0xe8)
[ 9134.372558] [<c045e450>] (z180_regwrite+0x64/0xe8) from [<c045e4f0>] (z180_irqctrl+0x1c/0x50)
[ 9134.372802] [<c045e4f0>] (z180_irqctrl+0x1c/0x50) from [<c045e3bc>] (z180_stop+0x18/0x48)
[ 9134.372955] [<c045e3bc>] (z180_stop+0x18/0x48) from [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 9134.373199] [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88)
[ 9134.373443] [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01d5638>] (early_suspend+0xd4/0x17c)
[ 9134.373718] [<c01d5638>] (early_suspend+0xd4/0x17c) from [<c01af83c>] (process_one_work+0x110/0x3d0)
[ 9134.373962] [<c01af83c>] (process_one_work+0x110/0x3d0) from [<c01afe64>] (worker_thread+0x174/0x438)
[ 9134.374206] [<c01afe64>] (worker_thread+0x174/0x438) from [<c01b653c>] (kthread+0x88/0x90)
[ 9134.374359] [<c01b653c>] (kthread+0x88/0x90) from [<c010737c>] (kernel_thread_exit+0x0/0x8)
[ 9134.374603] ---[ end trace 767b727643eed097 ]---
(2012/7/7)
Code:
[ 914.796600] ------------[ cut here ]------------
[ 914.796874] WARNING: at arch/arm/mach-msm/clock-local.c:306 rcg_clk_enable+0x28/0x44()
[ 914.796997] gfx2d0_clk status stuck at 'off'
[ 914.797241] Modules linked in: bcmdhd
[ 914.797760] [<c010c7ac>] (unwind_backtrace+0x0/0xfc) from [<c019a0f8>] (warn_slowpath_common+0x4c/0x64)
[ 914.798004] [<c019a0f8>] (warn_slowpath_common+0x4c/0x64) from [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40)
[ 914.798248] [<c019a1a4>] (warn_slowpath_fmt+0x30/0x40) from [<c01605fc>] (rcg_clk_enable+0x28/0x44)
[ 914.798492] [<c01605fc>] (rcg_clk_enable+0x28/0x44) from [<c01192e0>] (clk_enable+0x9c/0x14c)
[ 914.798675] [<c01192e0>] (clk_enable+0x9c/0x14c) from [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144)
[ 914.798919] [<c04513f0>] (kgsl_pwrctrl_clk+0x78/0x144) from [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138)
[ 914.799163] [<c04515ac>] (kgsl_pwrctrl_wake+0x98/0x138) from [<c045e450>] (z180_regwrite+0x64/0xe8)
[ 914.799407] [<c045e450>] (z180_regwrite+0x64/0xe8) from [<c045e4f0>] (z180_irqctrl+0x1c/0x50)
[ 914.799560] [<c045e4f0>] (z180_irqctrl+0x1c/0x50) from [<c045e3bc>] (z180_stop+0x18/0x48)
[ 914.799804] [<c045e3bc>] (z180_stop+0x18/0x48) from [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310)
[ 914.800048] [<c0451948>] (kgsl_pwrctrl_sleep+0x1c4/0x310) from [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88)
[ 914.800323] [<c044ea0c>] (kgsl_early_suspend_driver+0x40/0x88) from [<c01d5638>] (early_suspend+0xd4/0x17c)
[ 914.800567] [<c01d5638>] (early_suspend+0xd4/0x17c) from [<c01af83c>] (process_one_work+0x110/0x3d0)
[ 914.800842] [<c01af83c>] (process_one_work+0x110/0x3d0) from [<c01afe64>] (worker_thread+0x174/0x438)
[ 914.800994] [<c01afe64>] (worker_thread+0x174/0x438) from [<c01b653c>] (kthread+0x88/0x90)
[ 914.801239] [<c01b653c>] (kthread+0x88/0x90) from [<c010737c>] (kernel_thread_exit+0x0/0x8)
[ 914.801483] ---[ end trace 6e3465872694984b ]---
(2012/7/10)
soooo... any ideas? it's concerning how much gfxd20_clk and bcmdhd show up in there. i'm not overclocked anywhere; gpu clocks are stock and i'm running any overclocked kernels at the basic 1.18gHz clocking.
sorry to muck up the thread but i hadn't seen any of these similar threads talking about actual kernel messages, mostly just cardboard fixes for a loose battery
thanks in advance to anyone with an idea!
Click to expand...
Click to collapse
all are w.r.t kgsl issues ..which has been a pain until now ..but just today few hours ago ...HTC released the kernel source which has those fixes ...and bricked 1.4 came with the updated source already (but its of sense one .)..and other kernels are getting updated too..so hold down for 1 more day (mostly) ..you will have a perfectly stable kernel
ganeshp said:
all are w.r.t kgsl issues ..which has been a pain until now ..but just today few hours ago ...HTC released the kernel source which has those fixes ...and bricked 1.4 came with the updated source already (but its of sense one .)..and other kernels are getting updated too..so hold down for 1 more day (mostly) ..you will have a perfectly stable kernel
Click to expand...
Click to collapse
well that's encouraging!
Damn zero thats exactly what was happening to me finally I'm not the only one idk how but it just stopped happening all of a sudden so I'm good right not but when it was doing this i tried a suggestion of turning data to 4g only no 3g or 2g but that was on a sense rom cm9 doesn't have this feature at least i don't think so anyway i think it stopped after that but i switched to cm9 and it still hasn't started turning off again so idk what to tell u if it starts up again ill let you know
Oh and when your phone does this it reboots? Or just shuts off and you have to hit the power button to turn on your device? Mine wasnt rebooting i had to power it on manually
chrisnk204 said:
Oh and when your phone does this it reboots? Or just shuts off and you have to hit the power button to turn on your device? Mine wasnt rebooting i had to power it on manually
Click to expand...
Click to collapse
yep, primarily reboots, RARELY full shutdown unless it ate my battery during the reboot loops.
Well im back my fone started shutting off AGAIN!!! i cant take it anymore i dont understand why this is happening now it also acts funny wen charging it flashes green to orange green to orange non stop on aosp (cm9) or sense (ordroid) im sick of this sh!t !!!!!!!!!!! fu¢k htc!!!!!!!!
zero01101 said:
truth be told, i've been experiencing peculiar random reboots/shutdowns myself. the battery isn't loose whatsoever; i can literally shake my phone with the battery cover off and the phone turned on, and it won't even flinch, so i really don't think it's a physical connectivity issue.
i'll find that it seems to exacerbate itself if i'm in using cellular data, say, on a phone call or just received a text message. often, the phone will actually cycle reboots 3 or 4 times after the first reboot (i.e. phone working fine, idle or playing music -> txt received -> wake phone to view txt -> REBOOT -> phone boots -> enter pattern unlock -> home screen loads, no response -> REBOOT -> repeat ad nauseam -> crying) and it always seems to, quite literally, DESTROY the battery in the process. it happened to me while i was in the car yesterday; i had 61% battery left (stock HTC battery), received a txt, unlocked my phone, REBOOT, wait for boot, REBOOT AGAIN, phone boots finally, live wallpaper missing (back to phase beam), phone yells at me for letting it get to 1% battery, automatic shutdown, angry face.
it's occurred on any variety of ICS roms; using user-friendly-firmware 3.32 for superCID, tried sebastianFM / faux / bricked / tamcore kernels, i use opensensation as my daily driver, but it has occurred in virtuous inquisition, AOKP, CM9... i'm losing too much hair over this.
i'll always try to capture a last_kmsg when reboots occur, but sometimes they simply report "*** /proc/last_kmsg: No such file or directory". however, when they do exist, they almost always have some variety of the following:
soooo... any ideas? it's concerning how much gfxd20_clk and bcmdhd show up in there. i'm not overclocked anywhere; gpu clocks are stock and i'm running any overclocked kernels at the basic 1.18gHz clocking.
sorry to muck up the thread but i hadn't seen any of these similar threads talking about actual kernel messages, mostly just cardboard fixes for a loose battery
thanks in advance to anyone with an idea!
Click to expand...
Click to collapse
I have exactly the same problem as yours....Replica and verbatim. Getting a bit frustrating...I believe Ganesh can help about which kernel he was saying.
Started a thread here http://forum.xda-developers.com/showthread.php?t=1789460
Edit
Sent from my HTC Sensation 4G using xda premium
Have you guys tried replacing your battery? Do you have a spare you can test with?
Sent from my HTC Sensation using xda app-developers app
diosys said:
I have exactly the same problem as yours....Replica and verbatim. Getting a bit frustrating...I believe Ganesh can help about which kernel he was saying.
Started a thread here http://forum.xda-developers.com/showthread.php?t=1789460
Click to expand...
Click to collapse
you want to hear something freaking irregular? i upgraded firmware to the new universal 3.33 firmware, reinstalled bricked 3.aosp with sweeptowake on but backlights off, did the stupid cardboard strip stabilizing the battery because why not, and y'know what?
not a single bloody reboot since. not ONE.
i don't have a CLUE which of the three, or if all combined, or what did the trick. i'm still holding out for a new kernel for the 3.33 firmware base, but at the moment, my phone's running strong.
zero01101 said:
you want to hear something freaking irregular? i upgraded firmware to the new universal 3.33 firmware, reinstalled bricked 3.aosp with sweeptowake on but backlights off, did the stupid cardboard strip stabilizing the battery because why not, and y'know what?
not a single bloody reboot since. not ONE.
i don't have a CLUE which of the three, or if all combined, or what did the trick. i'm still holding out for a new kernel for the 3.33 firmware base, but at the moment, my phone's running strong.
Click to expand...
Click to collapse
The new kernels are out.. If you wanna use bricked.. Don't do gpu over clock that's all.. And even sebs new one is updated for 3.33..So is faux 008b8
Sent from my pyramid.. Through blazing fast sonic waves
ganeshp said:
The new kernels are out.. If you wanna use bricked.. Don't do gpu over clock that's all.. And even sebs new one is updated for 3.33..So is faux 008b8
Sent from my pyramid.. Through blazing fast sonic waves
Click to expand...
Click to collapse
for AOSP roms? i saw sebastianFMs 1.5, and bricked for sense roms, but didn't notice any for AOSP/CM9... for what it's worth, i always step down to the stock 1.18gHz CPU and haven't ever messed with my GPU clocks

[Q] Android rot, gemilins, kernel segfaults etc...

Hi, I have a transformer infinity, rooted (via copy su over debug) and bootloader unlocked, but running stock kernel plus one update jelly bean (I've never installed any new kernel etc..)
The only reason I updated to jellybean was because apps kept crashing due to a memory allocation error with opengl, a known fault on the transformer. other than that things seemed pretty fast and stable, even if multitasking was non existant.
anyhow, now around 700-800mb of memory is used at startup, background apps get closed even if there is still free memory and usually only if switching between one or two apps and doing very little, the touch screen has stoped responsing (even though evtest on the correct /dev/input (event3) shows that the input device is actually working, when I copy and paste into the browser 99% of the time it pastes at the begning of the text box not the cursor position, frequent pauses, the launcher (homescreen etc..) seem to do nothing for ages (tens of seconds0, even though it's using loads of ram (presumably for caching the graphics... or just for a laugh), staart up time is well over a minute (longer than my wildfire phone from years ago) and I'm getting segfaults fro time to time: wtf is going on, I'm thinkig of wiping and just runniing gnu/linux on the device as android is seriously borked and the few feature rich apps that are on android, well, I'll just have to use my phone for that, at least I get pro apps on gnu/linux not very poor substitutes, if you could even call them that... that's a short list, including the 'mysterious' transformer screen crack that happened overnight with no one around, anyhow here's the segv (yes I had to cut and paste what I'd written so it came in above the segv I'd cut and pasted).
[ [114440.417747] [VIB]: vibrator_enable: 40
[114440.639822] cpu_up(1)+
[114440.647251] CPU1: Booted secondary processor
[114440.649618] Switched to NOHz mode on CPU #1
[114440.652067] tegra_cpu_init : emc_clk->min_rate to 204M
[114440.652283] cpu_up(1)-
[114440.739873] cpu_up(2)+
[114440.743553] CPU2: Booted secondary processor
[114440.744427] tegra_cpu_init : emc_clk->min_rate to 204M
[114440.744869] cpu_up(2)-
[114440.749407] Switched to NOHz mode on CPU #2
[114441.639826] cpu_up(3)+
[114441.644556] CPU3: Booted secondary processor
[114441.645097] tegra_cpu_init : emc_clk->min_rate to 204M
[114441.645415] cpu_up(3)-
[114441.649444] Switched to NOHz mode on CPU #3
[114443.639911] cpu_down(1)+
[114443.642338] CPU1: shutdown
[114443.644451] cpu_down(1)-
[114443.749829] Internal error: Oops - undefined instruction: 0 [#1] PREEMPT SMP
[114443.750090] Modules linked in: bcmdhd cfg80211 texfat(P) tntfs(P)
[114443.750829] CPU: 0 Tainted: P W (3.1.10-00001-gdc9b6cf #1)
[114443.751070] PC is at 0xc0b1d00c
[114443.751215] LR is at call_timer_fn+0x50/0x190
[114443.751460] pc : [<c0b1d00c>] lr : [<c00835e0>] psr: 60000113
[114443.751470] sp : c0a31dc0 ip : c0a31dc0 fp : c0a31dfc
[114443.751828] r10: c1711060 r9 : c0b1cb7c r8 : c0a30000
[114443.751965] r7 : c0a32080 r6 : c0b1cb6c r5 : 00000102 r4 : c0a30000
[114443.752205] r3 : c0b1cb7c r2 : 00000000 r1 : c0b1cb7c r0 : c0b1cb7c
[114443.752345] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
[114443.752584] Control: 10c5387d Table: 9749004a DAC: 00000015
[114443.752820]
[114443.752825] PC: 0xc0b1cf8c:
[114443.753066] cf8c c0b1cf8c c0b1cf8c c0b1cf94 c0b1cf94 c0b1cf9c c0b1cf9c c0b1cfa4 c0b1cfa4
[114443.754355] cfac c0b1cfac c0b1cfac c0b1cfb4 c0b1cfb4 c0b1cfbc c0b1cfbc c0b1cfc4 c0b1cfc4
[114443.755543] cfcc c0b1cfcc c0b1cfcc c0b1cfd4 c0b1cfd4 c0b1cfdc c0b1cfdc c0b1cfe4 c0b1cfe4
[114443.756862] cfec c0b1cfec c0b1cfec c0b1cff4 c0b1cff4 c0b1cffc c0b1cffc c0b1d004 c0b1d004
[114443.758176] d00c d6c91d30 d6c91d30 c0b1d014 c0b1d014 c0b1d01c c0b1d01c c0b1d024 c0b1d024
[114443.759483] d02c c0b1d02c c0b1d02c c0b1d034 c0b1d034 c0b1d03c c0b1d03c c0b1d044 c0b1d044
[114443.760691] d04c c0b1d04c c0b1d04c c0b1d054 c0b1d054 c0b1d05c c0b1d05c c0b1d064 c0b1d064
[114443.762004] d06c c0b1d06c c0b1d06c c0b1d074 c0b1d074 c0b1d07c c0b1d07c c0b1d084 c0b1d084
[114443.763317]
[114443.763322] LR: 0xc0083560:
[114443.763566] 3560 e592e00c e0010193 e24b0014 e3a03002 e3a02001 e58e3000 e3a03000 e50bc014
[114443.764870] 3580 e50b3010 eb196054 e24bd00c e89da800 e1a0c00d e92ddff0 e24cb004 e24dd014
[114443.766185] 35a0 e92d4000 e8bd4000 e59f3160 e1a09002 e1a0c00d e3cc4d7f e1a06000 e5932018
[114443.767391] 35c0 e3c4403f e50b1030 e3520000 e5945004 1a000035 e51b3030 e1a00009 e12fff33
[114443.768698] 35e0 e59f3128 e593202c e3520000 1a000014 e5943004 e1530005 0a000004 e59f6110
[114443.770011] 3600 e5563fb7 e3530001 1a000002 e5845004 e24bd028 e89daff0 e58d5000 e3a01e43
[114443.771287] 3620 e594c004 e51b3030 e59f00e8 e59f20e8 e58dc004 ebffc523 e3a03001 e5463fb7
[114443.772498] 3640 eafffff1 e5942004 e2822001 e5842004 e5938038 e3580000 0a00000b e5983000
[114443.773816]
[114443.773821] SP: 0xc0a31d40:
[114443.774061] 1d40 00cfd000 a560e39a 18109375 0000021b c0a31dbc c0a31d60 c0b1d010 60000113
[114443.775365] 1d60 c000f094 00000000 c0a31dfc c0a31d78 c000edc8 c00081a8 c0b1cb7c c0b1cb7c
[114443.776666] 1d80 00000000 c0b1cb7c c0a30000 00000102 c0b1cb6c c0a32080 c0a30000 c0b1cb7c
[114443.777973] 1da0 c1711060 c0a31dfc c0a31dc0 c0a31dc0 c00835e0 c0b1d00c 60000113 ffffffff
[114443.779175] 1dc0 2c1bea79 c00a6608 c0a31e20 c0b1cb7c c0a31dec c0a31e20 c0b1c820 c0b1cb6c
[114443.780483] 1de0 c0a32080 c0a30000 00ce5000 c1711060 c0a31e54 c0a31e00 c0084348 c008359c
[114443.781792] 1e00 c0b1cb90 00000000 02789879 c0a31e20 c0b1cb7c c0b1cb7c 00200200 c0b1d034
[114443.783091] 1e20 e63923f4 e61215f4 c0a31e54 00000101 c0a32044 c0a30000 00000000 00000001
[114443.784285]
[114443.784290] IP: 0xc0a31d40:
[114443.784639] 1d40 00cfd000 a560e39a 18109375 0000021b c0a31dbc c0a31d60 c0b1d010 60000113
[114443.785845] 1d60 c000f094 00000000 c0a31dfc c0a31d78 c000edc8 c00081a8 c0b1cb7c c0b1cb7c
[114443.787143] 1d80 00000000 c0b1cb7c c0a30000 00000102 c0b1cb6c c0a32080 c0a30000 c0b1cb7c
[114443.788425] 1da0 c1711060 c0a31dfc c0a31dc0 c0a31dc0 c00835e0 c0b1d00c 60000113 ffffffff
[114443.789746] 1dc0 2c1bea79 c00a6608 c0a31e20 c0b1cb7c c0a31dec c0a31e20 c0b1c820 c0b1cb6c
[114443.790955] 1de0 c0a32080 c0a30000 00ce5000 c1711060 c0a31e54 c0a31e00 c0084348 c008359c
[114443.792263] 1e00 c0b1cb90 00000000 02789879 c0a31e20 c0b1cb7c c0b1cb7c 00200200 c0b1d034
[114443.793567] 1e20 e63923f4 e61215f4 c0a31e54 00000101 c0a32044 c0a30000 00000000 00000001
[114443.794863]
[114443.794868] FP: 0xc0a31d7c:
[114443.795108] 1d7c c0b1cb7c 00000000 c0b1cb7c c0a30000 00000102 c0b1cb6c c0a32080 c0a30000
[114443.796422] 1d9c c0b1cb7c c1711060 c0a31dfc c0a31dc0 c0a31dc0 c00835e0 c0b1d00c 60000113
[114443.797625] 1dbc ffffffff 2c1bea79 c00a6608 c0a31e20 c0b1cb7c c0a31dec c0a31e20 c0b1c820
[114443.798930] 1ddc c0b1cb6c c0a32080 c0a30000 00ce5000 c1711060 c0a31e54 c0a31e00 c0084348
[114443.800228] 1dfc c008359c c0b1cb90 00000000 02789879 c0a31e20 c0b1cb7c c0b1cb7c 00200200
[114443.801530] 1e1c c0b1d034 e63923f4 e61215f4 c0a31e54 00000101 c0a32044 c0a30000 00000000
[114443.802741] 1e3c 00000001 00ce5000 c1711060 c0a31e9c c0a31e58 c007c010 c0084204 027859f9
[114443.803938] 1e5c 00006816 027859f9 0000000a 00000000 00000102 0310c580 c0a30000 c0a53018
[114443.805232]
[114443.805237] R0: 0xc0b1cafc:
[114443.805476] cafc c0b1cafc c0b1cafc c0b1cb04 c0b1cb04 c0b1cb0c c0b1cb0c c0b1cb14 c0b1cb14
[114443.806783] cb1c c0b1cb1c c0b1cb1c c0b1cb24 c0b1cb24 c0b1cb2c c0b1cb2c c0b1cb34 c0b1cb34
[114443.808090] cb3c c0b1cb3c c0b1cb3c c0b1cb44 c0b1cb44 c0b1cb4c c0b1cb4c c0b1cb54 c0b1cb54
[114443.809299] cb5c c0b1cb5c c0b1cb5c c0b1cb64 c0b1cb64 00000000 00200200 e605c558 e605c558
[114443.810610] cb7c c0b1cb7c c0b1cb7c c0b1cb84 c0b1cb84 c0b1cb8c c0b1cb8c c0b1cb94 c0b1cb94
[114443.811809] cb9c c0b1cb9c c0b1cb9c c0b1cba4 c0b1cba4 c0b1cbac c0b1cbac c0b1cbb4 c0b1cbb4
[114443.813103] cbbc c0b1cbbc c0b1cbbc c0b1cbc4 c0b1cbc4 c0b1cbcc c0b1cbcc c0b1cbd4 c0b1cbd4
[114443.814301] cbdc c0b1cbdc c0b1cbdc c0b1cbe4 c0b1cbe4 c0b1cbec c0b1cbec c0b1cbf4 c0b1cbf4
[114443.815612]
[114443.815617] R1: 0xc0b1cafc:
[114443.815862] cafc c0b1cafc c0b1cafc c0b1cb04 c0b1cb04 c0b1cb0c c0b1cb0c c0b1cb14 c0b1cb14
[114443.817172] cb1c c0b1cb1c c0b1cb1c c0b1cb24 c0b1cb24 c0b1cb2c c0b1cb2c c0b1cb34 c0b1cb34
[114443.818484] cb3c c0b1cb3c c0b1cb3c c0b1cb44 c0b1cb44 c0b1cb4c c0b1cb4c c0b1cb54 c0b1cb54
[114443.819689] cb5c c0b1cb5c c0b1cb5c c0b1cb64 c0b1cb64 00000000 00200200 e605c558 e605c558
[114443.820984] cb7c c0b1cb7c c0b1cb7c c0b1cb84 c0b1cb84 c0b1cb8c c0b1cb8c c0b1cb94 c0b1cb94
[114443.822258] cb9c c0b1cb9c c0b1cb9c c0b1cba4 c0b1cba4 c0b1cbac c0b1cbac c0b1cbb4 c0b1cbb4
[114443.823546] cbbc c0b1cbbc c0b1cbbc c0b1cbc4 c0b1cbc4 c0b1cbcc c0b1cbcc c0b1cbd4 c0b1cbd4
[114443.824842] cbdc c0b1cbdc c0b1cbdc c0b1cbe4 c0b1cbe4 c0b1cbec c0b1cbec c0b1cbf4 c0b1cbf4
[114443.826046]
[114443.826051] R3: 0xc0b1cafc:
[114443.826399] cafc c0b1cafc c0b1cafc c0b1cb04 c0b1cb04 c0b1cb0c c0b1cb0c c0b1cb14 c0b1cb14
[114443.827603] cb1c c0b1cb1c c0b1cb1c c0b1cb24 c0b1cb24 c0b1cb2c c0b1cb2c c0b1cb34 c0b1cb34
[114443.828912] cb3c c0b1cb3c c0b1cb3c c0b1cb44 c0b1cb44 c0b1cb4c c0b1cb4c c0b1cb54 c0b1cb54
[114443.830223] cb5c c0b1cb5c c0b1cb5c c0b1cb64 c0b1cb64 00000000 00200200 e605c558 e605c558
[114443.831525] cb7c c0b1cb7c c0b1cb7c c0b1cb84 c0b1cb84 c0b1cb8c c0b1cb8c c0b1cb94 c0b1cb94
[114443.832719] cb9c c0b1cb9c c0b1cb9c c0b1cba4 c0b1cba4 c0b1cbac c0b1cbac c0b1cbb4 c0b1cbb4
[114443.834036] cbbc c0b1cbbc c0b1cbbc c0b1cbc4 c0b1cbc4 c0b1cbcc c0b1cbcc c0b1cbd4 c0b1cbd4
[114443.835355] cbdc c0b1cbdc c0b1cbdc c0b1cbe4 c0b1cbe4 c0b1cbec c0b1cbec c0b1cbf4 c0b1cbf4
[114443.836557]
[114443.836562] R4: 0xc0a2ff80:
[114443.836803] ff80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.838080] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.839275] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.840577] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.841881] 0000 00000002 00000104 00000000 c0a5a598 c0a8fd30 00000000 00000015 c0a5a598
[114443.843177] 0020 c17134c0 e5c9b240 c0a30000 00000000 e6102380 d5ac1140 c0a31f7c c0a31ee0
[114443.844386] 0040 c06d9cec 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.845693] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.846991]
[114443.846996] R6: 0xc0b1caec:
[114443.847235] caec c0b1caec c0b1caec c0b1caf4 c0b1caf4 c0b1cafc c0b1cafc c0b1cb04 c0b1cb04
[114443.848543] cb0c c0b1cb0c c0b1cb0c c0b1cb14 c0b1cb14 c0b1cb1c c0b1cb1c c0b1cb24 c0b1cb24
[114443.849863] cb2c c0b1cb2c c0b1cb2c c0b1cb34 c0b1cb34 c0b1cb3c c0b1cb3c c0b1cb44 c0b1cb44
[114443.851070] cb4c c0b1cb4c c0b1cb4c c0b1cb54 c0b1cb54 c0b1cb5c c0b1cb5c c0b1cb64 c0b1cb64
[114443.852379] cb6c 00000000 00200200 e605c558 e605c558 c0b1cb7c c0b1cb7c c0b1cb84 c0b1cb84
[114443.853688] cb8c c0b1cb8c c0b1cb8c c0b1cb94 c0b1cb94 c0b1cb9c c0b1cb9c c0b1cba4 c0b1cba4
[114443.854972] cbac c0b1cbac c0b1cbac c0b1cbb4 c0b1cbb4 c0b1cbbc c0b1cbbc c0b1cbc4 c0b1cbc4
[114443.856177] cbcc c0b1cbcc c0b1cbcc c0b1cbd4 c0b1cbd4 c0b1cbdc c0b1cbdc c0b1cbe4 c0b1cbe4
[114443.857495]
[114443.857500] R7: 0xc0a32000:
[114443.857743] 2000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.859047] 2020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.860347] 2040 c007b700 c00841f8 c0550b28 c05559f4 c0275acc c02762f0 c007b8c0 c006f8ec
[114443.861658] 2060 c009bc9c c00c7214 00000000 00000000 00000000 00000000 00000000 00000000
[114443.862859] 2080 00ae2b71 00000001 00000000 00000000 00000000 00000000 00000000 00000000
[114443.864159] 20a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.865456] 20c0 014a62ba 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.866760] 20e0 c0a320e0 c0a320e0 00000000 00000000 00000000 00000000 00000000 00000000
[114443.867954]
[114443.867959] R8: 0xc0a2ff80:
[114443.868302] ff80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.869501] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.870786] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.872071] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.873376] 0000 00000002 00000104 00000000 c0a5a598 c0a8fd30 00000000 00000015 c0a5a598
[114443.874580] 0020 c17134c0 e5c9b240 c0a30000 00000000 e6102380 d5ac1140 c0a31f7c c0a31ee0
[114443.875891] 0040 c06d9cec 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.877203] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.878504]
[114443.878510] R9: 0xc0b1cafc:
[114443.878750] cafc c0b1cafc c0b1cafc c0b1cb04 c0b1cb04 c0b1cb0c c0b1cb0c c0b1cb14 c0b1cb14
[114443.880059] cb1c c0b1cb1c c0b1cb1c c0b1cb24 c0b1cb24 c0b1cb2c c0b1cb2c c0b1cb34 c0b1cb34
[114443.881250] cb3c c0b1cb3c c0b1cb3c c0b1cb44 c0b1cb44 c0b1cb4c c0b1cb4c c0b1cb54 c0b1cb54
[114443.882557] cb5c c0b1cb5c c0b1cb5c c0b1cb64 c0b1cb64 00000000 00200200 e605c558 e605c558
[114443.883762] cb7c c0b1cb7c c0b1cb7c c0b1cb84 c0b1cb84 c0b1cb8c c0b1cb8c c0b1cb94 c0b1cb94
[114443.885076] cb9c c0b1cb9c c0b1cb9c c0b1cba4 c0b1cba4 c0b1cbac c0b1cbac c0b1cbb4 c0b1cbb4
[114443.886295] cbbc c0b1cbbc c0b1cbbc c0b1cbc4 c0b1cbc4 c0b1cbcc c0b1cbcc c0b1cbd4 c0b1cbd4
[114443.887580] cbdc c0b1cbdc c0b1cbdc c0b1cbe4 c0b1cbe4 c0b1cbec c0b1cbec c0b1cbf4 c0b1cbf4
[114443.888871]
[114443.888876] R10: 0xc1710fe0:
[114443.889121] 0fe0 57f9e4b2 85e3a3dc 03486f79 578fdfc2 cb36c3b4 0fb16f75 4e279d4c 511b46be
[114443.890431] 1000 004c0000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.891736] 1020 00000000 00000001 00000000 c0aa8bc8 ef939a40 c1719034 c0aa8bd8 c0aa8be8
[114443.892944] 1040 c0aa8bd8 c0aa8900 ef9369f8 00000003 00000007 c0a5a598 004c0000 00000000
[114443.894261] 1060 c009b940 c001589c 0310c580 00006816 35e50d83 00000004 000003e8 00000000
[114443.895465] 1080 1e666666 0000001f 00000003 00000007 0000072b c0014aac c0015834 0000000f
[114443.896775] 10a0 ffffffff c0855460 0000015e 0000001d c06f68ec c0a92610 c0a5c8b4 00000000
[114443.897984] 10c0 c1711060 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[114443.899304] Process swapper (pid: 0, stack limit = 0xc0a302f0)
[114443.899544] Stack: (0xc0a31dc0 to 0xc0a32000)
[114443.899688] 1dc0: 2c1bea79 c00a6608 c0a31e20 c0b1cb7c c0a31dec c0a31e20 c0b1c820 c0b1cb6c
[114443.899939] 1de0: c0a32080 c0a30000 00ce5000 c1711060 c0a31e54 c0a31e00 c0084348 c008359c
[114443.900190] 1e00: c0b1cb90 00000000 02789879 c0a31e20 c0b1cb7c c0b1cb7c 00200200 c0b1d034
[114443.900335] 1e20: e63923f4 e61215f4 c0a31e54 00000101 c0a32044 c0a30000 00000000 00000001
[114443.900583] 1e40: 00ce5000 c1711060 c0a31e9c c0a31e58 c007c010 c0084204 027859f9 00006816
[114443.900836] 1e60: 027859f9 0000000a 00000000 00000102 0310c580 c0a30000 c0a53018 c0a2ddf8
[114443.900981] 1e80: 00000000 c0a2c060 00ce5000 c1711060 c0a31eb4 c0a31ea0 c007c6d4 c007bf40
[114443.901227] 1ea0: 00000000 c0a30000 c0a31ee4 c0a31eb8 c000838c c007c638 c028ee48 c004c334
[114443.901473] 1ec0: 20000013 fe040100 c0a31f1c e66fe400 412fc099 00000000 c0a31f54 c0a31ee8
[114443.901722] 1ee0: c000ecb8 c0008314 00001a9b 00000000 00000000 000f4240 02104571 00006816
[114443.901867] 1f00: 00000000 e66fe410 e66fe400 412fc099 00000000 c0a31f54 3b9ac9ff c0a31f30
[114443.902114] 1f20: c028ee48 c004c334 20000013 ffffffff 027832e9 00006816 00000000 00001a9b
[114443.902359] 1f40: c0a30000 c0a30000 c0a31f8c c0a31f58 c049a130 c004c2d4 02102631 00006816
[114443.902604] 1f60: c009ce58 c0a30000 c0af4d04 c06f6974 c0a5b7b4 8000406a 412fc099 00000000
[114443.902749] 1f80: c0a31fac c0a31f90 c0010278 c049a058 c0a30000 00000000 c0a07f7c c170e2a0
[114443.902997] 1fa0: c0a31fc4 c0a31fb0 c06ae798 c00101bc c0a0c150 c0a52e2c c0a31ff4 c0a31fc8
[114443.903245] 1fc0: c09d1864 c06ae710 c09d12c4 00000000 00000000 c0a07f7c 10c5387d c0a51650
[114443.903493] 1fe0: c0a07f74 c0a5b7ac 00000000 c0a31ff8 80008040 c09d15a0 00000000 00000000
[114443.903654] [<c00835e0>] (call_timer_fn+0x50/0x190) from [<c0084348>] (run_timer_softirq+0x150/0x2a8)
[114443.903915] [<c0084348>] (run_timer_softirq+0x150/0x2a8) from [<c007c010>] (__do_softirq+0xdc/0x278)
[114443.904168] [<c007c010>] (__do_softirq+0xdc/0x278) from [<c007c6d4>] (irq_exit+0xa8/0xb0)
[114443.904420] [<c007c6d4>] (irq_exit+0xa8/0xb0) from [<c000838c>] (do_local_timer+0x84/0xa4)
[114443.904571] [<c000838c>] (do_local_timer+0x84/0xa4) from [<c000ecb8>] (__irq_svc+0x38/0xd0)
[114443.904806] Exception stack(0xc0a31ee8 to 0xc0a31f30)
[114443.905045] 1ee0: 00001a9b 00000000 00000000 000f4240 02104571 00006816
[114443.905189] 1f00: 00000000 e66fe410 e66fe400 412fc099 00000000 c0a31f54 3b9ac9ff c0a31f30
[114443.905434] 1f20: c028ee48 c004c334 20000013 ffffffff
[114443.905685] [<c000ecb8>] (__irq_svc+0x38/0xd0) from [<c004c334>] (tegra_idle_enter_lp3+0x6c/0x74)
[114443.905847] [<c004c334>] (tegra_idle_enter_lp3+0x6c/0x74) from [<c049a130>] (cpuidle_idle_call+0xe4/0x290)
[114443.906112] [<c049a130>] (cpuidle_idle_call+0xe4/0x290) from [<c0010278>] (cpu_idle+0xc8/0x11c)
[114443.906375] [<c0010278>] (cpu_idle+0xc8/0x11c) from [<c06ae798>] (rest_init+0x94/0xac)
[114443.906641] [<c06ae798>] (rest_init+0x94/0xac) from [<c09d1864>] (start_kernel+0x2d0/0x324)
[114443.906786] Code: c0b1cffc c0b1cffc c0b1d004 c0b1d004 (d6c91d30)
[114443.907123] ---[ end trace e6a0be6a6a3309db ]---
[114443.907263] Kernel panic - not syncing: Fatal exception in interrupt
[114443.907529] [<c0016410>] (unwind_backtrace+0x0/0x144) from [<c06c47e0>] (dump_stack+0x20/0x24)
[114443.907784] [<c06c47e0>] (dump_stack+0x20/0x24) from [<c06c6574>] (panic+0x88/0x1b4)
[114443.907931] [<c06c6574>] (panic+0x88/0x1b4) from [<c001347c>] (die+0xd0/0xe4)
[114443.908184] [<c001347c>] (die+0xd0/0xe4) from [<c00134b8>] (arm_notify_die+0x28/0x60)
[114443.908437] [<c00134b8>] (arm_notify_die+0x28/0x60) from [<c00082e4>] (do_undefinstr+0x148/0x16c)
[114443.908695] [<c00082e4>] (do_undefinstr+0x148/0x16c) from [<c000edc8>] (__und_svc+0x48/0x60)
[114443.908831] Exception stack(0xc0a31d78 to 0xc0a31dc0)
[114443.909067] 1d60: c0b1cb7c c0b1cb7c
[114443.909315] 1d80: 00000000 c0b1cb7c c0a30000 00000102 c0b1cb6c c0a32080 c0a30000 c0b1cb7c
[114443.909458] 1da0: c1711060 c0a31dfc c0a31dc0 c0a31dc0 c00835e0 c0b1d00c 60000113 ffffffff
[114443.909713] [<c000edc8>] (__und_svc+0x48/0x60) from [<c0b1d00c>] (0xc0b1d00c)
[114443.909985] CPU3: stopping
[114443.910149] [<c0016410>] (unwind_backtrace+0x0/0x144) from [<c06c47e0>] (dump_stack+0x20/0x24)
[114443.910403] [<c06c47e0>] (dump_stack+0x20/0x24) from [<c0008590>] (do_IPI+0x1e4/0x218)
[114443.910554] [<c0008590>] (do_IPI+0x1e4/0x218) from [<c000ecb8>] (__irq_svc+0x38/0xd0)
[114443.910797] Exception stack(0xef8d7f18 to 0xef8d7f60)
[114443.910933] 7f00: 0000c404 00000000
[114443.911078] 7f20: 00000000 000f4240 090790e1 00006816 00000000 e67da810 e67da800 412fc099
[114443.911324] 7f40: 00000003 ef8d7f84 3b9ac9ff ef8d7f60 c028ee48 c004c334 20000013 ffffffff
[114443.911578] [<c000ecb8>] (__irq_svc+0x38/0xd0) from [<c004c334>] (tegra_idle_enter_lp3+0x6c/0x74)
[114443.911734] [<c004c334>] (tegra_idle_enter_lp3+0x6c/0x74) from [<c049a130>] (cpuidle_idle_call+0xe4/0x290)
[114443.911890] [<c049a130>] (cpuidle_idle_call+0xe4/0x290) from [<c0010278>] (cpu_idle+0xc8/0x11c)
[114443.912158] [<c0010278>] (cpu_idle+0xc8/0x11c) from [<c06c16c8>] (secondary_start_kernel+0x138/0x158)
[114443.912413] [<c06c16c8>] (secondary_start_kernel+0x138/0x158) from [<806c0fd4>] (0x806c0fd4)
[114443.912663] CPU2: stopping
[114443.912825] [<c0016410>] (unwind_backtrace+0x0/0x144) from [<c06c47e0>] (dump_stack+0x20/0x24)
[114443.913079] [<c06c47e0>] (dump_stack+0x20/0x24) from [<c0008590>] (do_IPI+0x1e4/0x218)
[114443.913232] [<c0008590>] (do_IPI+0x1e4/0x218) from [<c000ecb8>] (__irq_svc+0x38/0xd0)
[114443.913475] Exception stack(0xef8cbf18 to 0xef8cbf60)
[114443.913717] bf00: 0001d570 00000000
[114443.913861] bf20: 00000000 000f4240 04db8301 00006816 00000000 e67dac10 e67dac00 412fc099
[114443.914107] bf40: 00000002 ef8cbf84 3b9ac9ff ef8cbf60 c028ee48 c004c334 20000013 ffffffff
[114443.914359] [<c000ecb8>] (__irq_svc+0x38/0xd0) from [<c004c334>] (tegra_idle_enter_lp3+0x6c/0x74)
[114443.914612] [<c004c334>] (tegra_idle_enter_lp3+0x6c/0x74) from [<c049a130>] (cpuidle_idle_call+0xe4/0x290)
[114443.914764] [<c049a130>] (cpuidle_idle_call+0xe4/0x290) from [<c0010278>] (cpu_idle+0xc8/0x11c)
[114443.915022] [<c0010278>] (cpu_idle+0xc8/0x11c) from [<c06c16c8>] (secondary_start_kernel+0x138/0x158)
[114443.915276] [<c06c16c8>] (secondary_start_kernel+0x138/0x158) from [<806c0fd4>] (0x806c0fd4)
[114443.915528] Rebooting in 10 seconds..
[114453.925853] Restarting Linux version 3.1.10-00001-gdc9b6cf ([email protected]) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 28 19:02:52 CST 2012
[114453.925877]
No errors detected
I should add that there also seems to be some major 2d graphics performance issues, for instance GMIP, over tightvncserver, over xrdp, over and xrdp client is about as laggy as a native android painting app which drawing some simple airbrush lines. using top etc.. the xrdp client is CPU limiting the whole lot, using say, 150% CPU, where as tightvncserver and xrdp are using under 30% each (that should be doing harder graphics processing work) and gimp about 10%
there are also lots of other random bugs, for instance if i have the charger plugged in, from time to time, the black and white image you get when the charger plugs in appears on the screen.. sometimes it seems like external storage unmounts too, sometimes the pointer clickins on the screen when I am typing (though this may be the trackpad being annoyingly over sensitive), filemanager wont open flv files, files don't show up when apps try to open pictures or videos (presumably using some built in android cache) though if I use an app that just looks at the files (like vnc or a filebrowser) the files are there and open just fine.
oliverthered said:
anyhow, now around 700-800mb of memory is used at startup, background apps get closed even if there is still free memory and usually only if switching between one or two apps and doing very little
Click to expand...
Click to collapse
Seems to be typical behavior, unfortunately. Different application types get different kill priorities as far as the lowmemorykiller is concerned. It might just be that it's being a bit aggressive with those apps it thinks it can get away with it on.
when I copy and paste into the browser 99% of the time it pastes at the begning of the text box not the cursor position
Click to expand...
Click to collapse
I think I've had this experience too, although I don't know if as often. Text selection and cursor positioning do seem buggy and unrefined at times.
staart up time is well over a minute (longer than my wildfire phone from years ago)
Click to expand...
Click to collapse
Also typical for this device.
and I'm getting segfaults fro time to time
Click to expand...
Click to collapse
If you're using the stock kernel and getting kernel panics, it might be a hardware issue. CPU overheating or memory gone bad. I wonder if there's a port of, or equivalent to, memtest86 for Android/ARM...
oliverthered said:
there are also lots of other random bugs, for instance if i have the charger plugged in, from time to time, the black and white image you get when the charger plugs in appears on the screen.. sometimes it seems like external storage unmounts too,
Click to expand...
Click to collapse
If you mean the little "toast" message gets stuck on the screen, I get this too. Usually when turning on/off Wi-Fi.
filemanager wont open flv files
Click to expand...
Click to collapse
This has never worked for me either. I don't know offhand if there's a way to associate files with apps using the stock filemanager.
My wildfire seems to do a better job at keeping backgroup processes running and it even happens with 1gb of swap space enabled, I may try to get a kernel with the feature disabled since even something like catlog get's killed if I'm running another process, all too regurlally.
The kernel panicks seem to be all too consistent for a hardware memory issue, I found that if I start up the device then start doing a lot of typing it seems to trip the segfault. I'll capture a few more last_kmsg tails too see how consistant they are.
It's not the toast message getting 'stuck' it's that it keeps popping up from time to time, say every ten minutes or so if I'm watching a movie on hdmi out and doing nothing else with the device plugged into the charger all that time.
becomingx said:
Seems to be typical behavior, unfortunately. Different application types get different kill priorities as far as the lowmemorykiller is concerned. It might just be that it's being a bit aggressive with those apps it thinks it can get away with it on.
If you're using the stock kernel and getting kernel panics, it might be a hardware issue. CPU overheating or memory gone bad. I wonder if there's a port of, or equivalent to, memtest86 for Android/ARM...
If you mean the little "toast" message gets stuck on the screen, I get this too. Usually when turning on/off Wi-Fi.
Click to expand...
Click to collapse
oliverthered said:
My wildfire seems to do a better job at keeping backgroup processes running and it even happens with 1gb of swap space enabled, I may try to get a kernel with the feature disabled since even something like catlog get's killed if I'm running another process, all too regurlally.
Click to expand...
Click to collapse
That would be interesting (I'm assuming you mean the lowmemorykiller as the feature?). I can imagine how the system would act without it.
The kernel panicks seem to be all too consistent for a hardware memory issue, I found that if I start up the device then start doing a lot of typing it seems to trip the segfault. I'll capture a few more last_kmsg tails too see how consistant they are.
Click to expand...
Click to collapse
Hmm, virtual keyboard or hardware keyboard, or does it not matter? Either way, let me know about the faults. I used to be pretty good at reading kernel panics, but I'm a few years out of practice. I'd still like to see what the differences are, if any.
It's not the toast message getting 'stuck' it's that it keeps popping up from time to time, say every ten minutes or so if I'm watching a movie on hdmi out and doing nothing else with the device plugged into the charger all that time.
Click to expand...
Click to collapse
Ah! When the screen got cracked, do you think it might have damaged more than that? Maybe the mainboard or the dock connector?

Camera Reboots

Hello all,
I've gotten a second-hand Oneplus One (my previous Oneplus One had a broken sim card reader) and was surprised to see that this device is having reboots.
The device only reboots itself only when:
1. Either the stock camera or a third-party camera app is launched
2. Flashlight is activated
Usually, after launching any camera app, the device will reboot a few seconds later. This occurs even from third-party apps like Whatsapp or Carousell.
What I've tried:
1. Tried factory resetting the phone itself, but the problem still persist.
2. Clean flashed all kinds of roms, from 6.0.1 to 5.1.1 roms, but the problem still persist. Even the stock rom, oxygenOS and CM12/CM13 have the same issue.
3. Tried changing both the battery and the rear camera module from my old Oneplus One, but the problem still persist.
4. Limiting to 4 processes, but the problem still persist.
5. Used system app remover to uninstall the stock camera app. The replaced stock camera app still have the same issue.
6. Tried playing the camera options too - such as disabling HDR mode, disable RAW formats, and all sorts of stuffs. Still the same.
Any ideas?
whitecloud93 said:
Hello all,
I've gotten a second-hand Oneplus One (my previous Oneplus One had a broken sim card reader) and was surprised to see that this device is having reboots.
The device only reboots itself only when:
1. Either the stock camera or a third-party camera app is launched
2. Flashlight is activated
Usually, after launching any camera app, the device will reboot a few seconds later. This occurs even from third-party apps like Whatsapp or Carousell.
What I've tried:
1. Tried factory resetting the phone itself, but the problem still persist.
2. Clean flashed all kinds of roms, from 6.0.1 to 5.1.1 roms, but the problem still persist. Even the stock rom, oxygenOS and CM12/CM13 have the same issue.
3. Tried changing both the battery and the rear camera module from my old Oneplus One, but the problem still persist.
4. Limiting to 4 processes, but the problem still persist.
5. Used system app remover to uninstall the stock camera app. The replaced stock camera app still have the same issue.
6. Tried playing the camera options too - such as disabling HDR mode, disable RAW formats, and all sorts of stuffs. Still the same.
Any ideas?
Click to expand...
Click to collapse
Did you try flashing factory images using fastboot?
Flash CM11 44S factory images using fastboot
Index #8 http://forum.xda-developers.com/oneplus-one/general/guides-bacon-timmaaas-how-to-guides-t2839471
This is a weird issue.
Mr hOaX said:
Did you try flashing factory images using fastboot?
Flash CM11 44S factory images using fastboot
Index #8 http://forum.xda-developers.com/oneplus-one/general/guides-bacon-timmaaas-how-to-guides-t2839471
This is a weird issue.
Click to expand...
Click to collapse
I've flashed a 64gb version factory image using fastboot via the link below before, but it didn't help too:
http://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541
It is a weird issue huh :/ I do suspect the motherboard is faulty, but I couldn't cannibalize it from my old Oneplus One as its sim card reader is faulty too (unless I get someone to solder it). Kinda stuck atm ><
Have you checked last_kmsg or dmesg after the reboot happend?
Sent from my A0001 using XDA-Developers mobile app
DerRomtester said:
Have you checked last_kmsg or dmesg after the reboot happend?
Sent from my A0001 using XDA-Developers mobile app
Click to expand...
Click to collapse
Unfortunately, I'm not really adept in Android stuffs, so I'm not really sure what is last_kmsg or dmesg are :/
From what I've read, they are said to be kernel and last_kernel logs.
As such, I stimulated a reboot by launching the camera, and used Syslog (an app from Play Store) to get these two logs.
Those logs are attached in the following link below:
https://drive.google.com/open?id=0B_iRT-H2Va6BV2NXb1BqdnM3REk
Hope they are the right logs ><''
Thanks for helping out again!
whitecloud93 said:
Unfortunately, I'm not really adept in Android stuffs, so I'm not really sure what is last_kmsg or dmesg are :/
From what I've read, they are said to be kernel and last_kernel logs.
As such, I stimulated a reboot by launching the camera, and used Syslog (an app from Play Store) to get these two logs.
Those logs are attached in the following link below:
https://drive.google.com/open?id=0B_iRT-H2Va6BV2NXb1BqdnM3REk
Hope they are the right logs ><''
Thanks for helping out again!
Click to expand...
Click to collapse
Yes they are great but i am bad with reading logs. The camera driver trys to move the focus and than suddenly crashes with the following error. You tried already the cm13 nightlys ? Your kernel is some versios behind and maybe it is already fixed. It could be a hardware issue, too.
Code:
[117931.530603] [40000000] *pgd=00000000
[117931.530712] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
[117931.530753] CPU: 0 Tainted: G W (3.4.110-cyanogenmod-g1babf5c #1)
[117931.530825] PC is at kmem_cache_alloc+0x74/0x1e4
[117931.530867] LR is at proc_self_follow_link+0x6c/0x94
[117931.530936] pc : [<c02af210>] lr : [<c0309e48>] psr: 20000013
[117931.530936] sp : c4bddda8 ip : 00000011 fp : 082452bc
[117931.531006] r10: c4bdc028 r9 : c0309e48 r8 : 0d651000
[117931.531043] r7 : c4bdc000 r6 : 000000d0 r5 : 40000000 r4 : ee002480
[117931.531111] r3 : 00000000 r2 : 00000000 r1 : 000000d0 r0 : ee002480
[117931.531149] Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[117931.531218] Control: 10c5787d Table: 2995006a DAC: 00000015
[117931.531256]
[117931.531256] PC: 0xc02af190:
[117931.531323] f190 ffe5103c ffe50fa4 ffe50f54 e16d42f4 e1a04000 e1cd60f8 e1a06001 e1cd81f0
[117931.531702] f1b0 e1a0900e e1cda1f8 e58de020 e24dd00c e1a0300d e3c3ad7f e3ca703f e5973004
[117931.532052] f1d0 e2833001 e5873004 e5945000 ee1d8f90 e0883005 e593b004 e5973004 e2433001
[117931.532436] f1f0 e5873004 e5973000 e3130002 1a00005c e7985005 e3550000 0a000020 e5943014
[117931.532819] f210 e795e003 e10fc000 f10c0080 e5942000 e3a01000 ee1d0f90 e1a03002 e7908003
[117931.533176] f230 e1550008 0a000042 e121f00c e3510000 0affffe1 e5943014 f7def003 e3160902
[117931.533563] f250 1a000018 e5947010 e59f311c e594800c e79f3003 e5932004 e3520000 1a000018
[117931.533949] f270 e1a00005 e28dd00c e1cd40d0 e1cd60d8 e1cd81d0 e1cda1d8 e28dd020 e49df004
[117931.534333]
[117931.534333] LR: 0xc0309dc8:
[117931.534370] 9dc8 e3e00001 eafffff3 ebfadce9 ffdf62cc 00d59260 e16d41f0 e1a0300d e1a04001
[117931.534751] 9de8 e58d6008 e3c33d7f e58de00c e5902054 e3c3303f e593000c e59211e8 ebfb6501
[117931.535134] 9e08 e2506000 03e05001 1a000007 e594302c e3a00000 e283300c e7845103 e1cd40d0
[117931.535499] 9e28 e59d6008 e28dd00c e49df004 e59f302c e3a010d0 e79f3003 e5930000 ebfe94d4
[117931.535911] 9e48 e2505000 03e0500b 0affffef e59f1010 e1a02006 e08f1001 eb04fd74 eaffffea
[117931.536295] 9e68 ffdf6224 00d59188 e16d41fc e1a05003 e1cd81f0 e1a08001 e1a09002 e1cd60f8
[117931.536651] 9e88 e58de018 e24dd00c e590001c ebff127c e2504000 0a000025 ebff1231 e5840028
[117931.537036] 9ea8 e1a0000d ebfc2eff e1cd60d0 e1a00009 e3a01000 e1c464f4 e1c463f4 e1c463fc
[117931.537423]
[117931.537423] SP: 0xc4bddd28:
[117931.537461] dd28 00001678 dafc74b0 c16a6ee4 dafc74b0 00040053 00000000 c02af210 20000013
[117931.537814] dd48 ffffffff c4bddd94 0d651000 c0309e48 c4bdc028 c0109718 ee002480 000000d0
[117931.538194] dd68 00000000 00000000 ee002480 40000000 000000d0 c4bdc000 0d651000 c0309e48
[117931.538579] dd88 c4bdc028 082452bc 00000011 c4bddda8 c0309e48 c02af210 20000013 ffffffff
[117931.538932] dda8 00000000 c01c954c 577a71c1 c4bddef8 ee021ac5 00000316 c4bdde04 c4bdc000
[117931.539317] ddc8 ecd8a280 00000000 c4bdddfc c0309e48 00000000 ee021ac5 c4bddef8 c02c0d28
[117931.539699] dde8 c4bdde54 c03d8794 c4bdde14 00000000 577a71c1 ed220310 ecd8a280 ed220310
[117931.540104] de08 ecd8a280 99cf910b 00000004 ee021ac0 00000000 00000000 d9b7400a c4bddef8
[117931.540492]
[117931.540492] R0: 0xee002400:
[117931.540560] 2400 c140efc0 00000000 00000005 00000800 00000800 00000000 00000006 00030010
[117931.540907] 2420 00030010 00000002 00004000 00000002 00000000 00000800 00000040 00000000
[117931.541286] 2440 ee000180 ee0023c4 ee0024c4 eda6b7c0 ee0023d0 ee0024d0 eda1464c eda14640
[117931.541663] 2460 c14c9f90 eda6b840 00000001 00000007 ee001080 00001002 00000000 00000000
[117931.542042] 2480 c140efd8 00000000 00000006 00001000 00001000 00000000 00000002 00030008
[117931.542390] 24a0 00030008 00000001 00004000 00000004 00000000 00001000 00000040 00000000
[117931.542742] 24c0 ee0001c0 ee002444 ee002544 eda6b1c0 ee002450 ee002550 eda1464c eda14640
[117931.543126] 24e0 c14c9f90 eda6b240 00000001 00000007 ee001090 00000000 00002000 00000040
[117931.543479]
[117931.543479] R4: 0xee002400:
[117931.543547] 2400 c140efc0 00000000 00000005 00000800 00000800 00000000 00000006 00030010
[117931.543935] 2420 00030010 00000002 00004000 00000002 00000000 00000800 00000040 00000000
[117931.544285] 2440 ee000180 ee0023c4 ee0024c4 eda6b7c0 ee0023d0 ee0024d0 eda1464c eda14640
[117931.544669] 2460 c14c9f90 eda6b840 00000001 00000007 ee001080 00001002 00000000 00000000
[117931.545023] 2480 c140efd8 00000000 00000006 00001000 00001000 00000000 00000002 00030008
[117931.545407] 24a0 00030008 00000001 00004000 00000004 00000000 00001000 00000040 00000000
[117931.545762] 24c0 ee0001c0 ee002444 ee002544 eda6b1c0 ee002450 ee002550 eda1464c eda14640
[117931.546148] 24e0 c14c9f90 eda6b240 00000001 00000007 ee001090 00000000 00002000 00000040
[117931.546534]
[117931.546534] R7: 0xc4bdbf80:
[117931.546571] bf80 b5e868f8 b5e86930 00000001 c0109d44 c4bda000 00000000 b6bb7705 c01c83e4
[117931.546956] bfa0 b5e86930 c0109bc0 b5e86930 b5e868f8 00000000 000ff000 b5e868e0 00000008
[117931.547307] bfc0 b5e86930 b5e868f8 b5e86930 00000001 b5e86978 b6c25600 b67c4018 b6bb7705
[117931.547661] bfe0 00000078 b5e868f8 b6be309f b6bb2548 600f0010 00000000 00000000 00000000
[117931.548045] c000 00000002 00000002 00000000 e91ccb00 c14c5570 00000000 00000015 cea5f800
[117931.548429] c020 e91ccb00 ed0c0f00 c140e800 ed2bc300 00000000 c010225c c4bdde5c c4bdddb0
[117931.548813] c040 c0d5c434 00000000 00000000 00000000 00000000 00000000 01010000 00000000
[117931.549167] c060 937fe978 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[117931.549549]
[117931.549549] R9: 0xc0309dc8:
[117931.549586] 9dc8 e3e00001 eafffff3 ebfadce9 ffdf62cc 00d59260 e16d41f0 e1a0300d e1a04001
[117931.549998] 9de8 e58d6008 e3c33d7f e58de00c e5902054 e3c3303f e593000c e59211e8 ebfb6501
[117931.550388] 9e08 e2506000 03e05001 1a000007 e594302c e3a00000 e283300c e7845103 e1cd40d0
[117931.550771] 9e28 e59d6008 e28dd00c e49df004 e59f302c e3a010d0 e79f3003 e5930000 ebfe94d4
[117931.551121] 9e48 e2505000 03e0500b 0affffef e59f1010 e1a02006 e08f1001 eb04fd74 eaffffea
[117931.551527] 9e68 ffdf6224 00d59188 e16d41fc e1a05003 e1cd81f0 e1a08001 e1a09002 e1cd60f8
[117931.551917] 9e88 e58de018 e24dd00c e590001c ebff127c e2504000 0a000025 ebff1231 e5840028
[117931.552268] 9ea8 e1a0000d ebfc2eff e1cd60d0 e1a00009 e3a01000 e1c464f4 e1c463f4 e1c463fc
[117931.552618]
[117931.552618] R10: 0xc4bdbfa8:
[117931.552685] bfa8 b5e86930 b5e868f8 00000000 000ff000 b5e868e0 00000008 b5e86930 b5e868f8
[117931.553036] bfc8 b5e86930 00000001 b5e86978 b6c25600 b67c4018 b6bb7705 00000078 b5e868f8
[117931.553418] bfe8 b6be309f b6bb2548 600f0010 00000000 00000000 00000000 00000002 00000002
[117931.553799] c008 00000000 e91ccb00 c14c5570 00000000 00000015 cea5f800 e91ccb00 ed0c0f00
[117931.554176] c028 c140e800 ed2bc300 00000000 c010225c c4bdde5c c4bdddb0 c0d5c434 00000000
[117931.554527] c048 00000000 00000000 00000000 00000000 01010000 00000000 937fe978 00000000
[117931.554906] c068 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[117931.555289] c088 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[117931.555641] Process WifiStateMachin (pid: 2704, stack limit = 0xc4bdc2f0)
[117931.555680] Stack: (0xc4bddda8 to 0xc4bde000)
[117931.555749] dda0: 00000000 c01c954c 577a71c1 c4bddef8 ee021ac5 00000316
[117931.555788] ddc0: c4bdde04 c4bdc000 ecd8a280 00000000 c4bdddfc c0309e48 00000000 ee021ac5
[117931.555857] dde0: c4bddef8 c02c0d28 c4bdde54 c03d8794 c4bdde14 00000000 577a71c1 ed220310
[117931.555927] de00: ecd8a280 ed220310 ecd8a280 99cf910b 00000004 ee021ac0 00000000 00000000
[117931.555966] de20: d9b7400a c4bddef8 c4bdde5c c4bdc000 00000000 00000000 c4bdde54 c02c0d78
[117931.556036] de40: 00000000 00000139 d8ccc3c0 c1419e38 c1412280 ed220310 c2e44280 ed220310
[117931.556105] de60: c2e44280 0074656e 00000003 d9b74006 c1419e38 00000000 c4bddf78 d9b74000
[117931.556174] de80: c4bdc000 ffffff9c c4bdc000 00000000 c4bddef8 c02c2a10 c4bddeb4 c02778c8
[117931.556214] dea0: 00000000 cd45e5e0 980b9000 00000000 cd45e5e0 00000000 00000000 c02797c8
[117931.556284] dec0: 00000000 00000400 00000000 00000001 c4bddf78 c4bddef8 d9b74000 ffffff9c
[117931.556354] dee0: c4bdc000 00000000 00000000 c02c2da0 00000041 c02f5434 ed220310 edc04180
[117931.556423] df00: dafc6204 dafc6198 dafc6198 e97883d0 edc04080 edc26020 00000011 00000002
[117931.556463] df20: 00000004 00000002 ea25ee80 ee021ac0 00000000 ffffff9c 0000011f e9d15e00
[117931.556531] df40: e18c5480 00000000 e9d15e40 00020000 00000000 d8ccc3c0 0000011f d9b74000
[117931.556601] df60: ffffff9c 00000001 c0109d44 c02b3f1c 00000000 d8cccc00 00020000 c02b0000
[117931.556670] df80: 00000024 00000100 e9d15e40 b6ca1d38 00000004 b6e23599 00000142 c0109d44
[117931.556709] dfa0: c4bdc000 c0109bc0 b6ca1d38 00000004 ffffff9c b6e23599 00020000 00000000
[117931.556779] dfc0: b6ca1d38 00000004 b6e23599 00000142 00000001 9eb3fcd8 000eb0ce 00000000
[117931.556849] dfe0: 13cbe820 937fe130 b6c2a095 b6c57530 600f0010 ffffff9c 00000000 00000000
[117931.556896] [<c02af210>] (kmem_cache_alloc+0x74/0x1e4) from [<c0309e48>] (proc_self_follow_link+0x6c/0x94)
[117931.556972] [<c0309e48>] (proc_self_follow_link+0x6c/0x94) from [<c02c0d28>] (link_path_walk+0x43c/0x8d8)
[117931.557045] [<c02c0d28>] (link_path_walk+0x43c/0x8d8) from [<c02c0d78>] (link_path_walk+0x48c/0x8d8)
[117931.557117] [<c02c0d78>] (link_path_walk+0x48c/0x8d8) from [<c02c2a10>] (path_openat+0xac/0x400)
[117931.557189] [<c02c2a10>] (path_openat+0xac/0x400) from [<c02c2da0>] (do_filp_open+0x3c/0xa4)
[117931.557261] [<c02c2da0>] (do_filp_open+0x3c/0xa4) from [<c02b3f1c>] (do_sys_open+0xf0/0x198)
[117931.557307] [<c02b3f1c>] (do_sys_open+0xf0/0x198) from [<c0109bc0>] (ret_fast_syscall+0x0/0x30)
[117931.557378] Code: e7985005 e3550000 0a000020 e5943014 (e795e003)
[117931.563237] ---[ end trace d7316cdb6053180e ]---
[117931.563303] Kernel panic - not syncing: Fatal exception
[117931.563401] CPU3: stopping
[117931.563476] [<c0110ce8>] (unwind_backtrace+0x0/0x160) from [<c010fa1c>] (handle_IPI+0x1f8/0x234)
[117931.563577] [<c010fa1c>] (handle_IPI+0x1f8/0x234) from [<c0102950>] (gic_handle_irq+0xd0/0x134)
[117931.563638] [<c0102950>] (gic_handle_irq+0xd0/0x134) from [<c010995c>] (__irq_usr+0x3c/0x60)
[117931.563732] Exception stack(0xe84d9fb0 to 0xe84d9ff8)
[117931.563825] 9fa0: aec236f4 aef39c88 00000003 00000000
[117931.563877] 9fc0: b3902a80 95a54900 aec236c0 aef39c88 aec236f4 aeeff694 aea97478 00000000
[117931.563968] 9fe0: b3623384 aeeff620 b362741f b3623380 80050010 ffffffff
[117931.564063] CPU2: stopping
[117931.564564] [<c0110ce8>] (unwind_backtrace+0x0/0x160) from [<c010fa1c>] (handle_IPI+0x1f8/0x234)
[117931.564688] [<c010fa1c>] (handle_IPI+0x1f8/0x234) from [<c0102950>] (gic_handle_irq+0xd0/0x134)
[117931.564747] [<c0102950>] (gic_handle_irq+0xd0/0x134) from [<c010995c>] (__irq_usr+0x3c/0x60)
[117931.564839] Exception stack(0xe863bfb0 to 0xe863bff8)
[117931.564929] bfa0: 00000000 b6c7288d b6c98600 00000040
[117931.564981] bfc0: 00000006 00000006 00002ed4 b4c56e40 1525f310 b4c76500 12c5c890 00000000
[117931.565072] bfe0: b6e7fe24 bef8fc38 b6e6eb5b b6c728ac 600f0030 ffffffff
[117932.565585] wcnss crash shutdown 0
[117932.565636] Rebooting in 5 seconds..
[117937.567241] Going down for restart now
[117937.567960] Calling SCM to disable SPMI PMIC arbiter
DerRomtester said:
Yes they are great but i am bad with reading logs. The camera driver trys to move the focus and than suddenly crashes with the following error. You tried already the cm13 nightlys ? Your kernel is some versios behind and maybe it is already fixed. It could be a hardware issue, too.
Code:
[117931.530603] [40000000] *pgd=00000000
[117931.530712] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
[117931.530753] CPU: 0 Tainted: G W (3.4.110-cyanogenmod-g1babf5c #1)
[117931.530825] PC is at kmem_cache_alloc+0x74/0x1e4
[117931.530867] LR is at proc_self_follow_link+0x6c/0x94
[117931.530936] pc : [<c02af210>] lr : [<c0309e48>] psr: 20000013
[117931.530936] sp : c4bddda8 ip : 00000011 fp : 082452bc
[117931.531006] r10: c4bdc028 r9 : c0309e48 r8 : 0d651000
[117931.531043] r7 : c4bdc000 r6 : 000000d0 r5 : 40000000 r4 : ee002480
[117931.531111] r3 : 00000000 r2 : 00000000 r1 : 000000d0 r0 : ee002480
[117931.531149] Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[117931.531218] Control: 10c5787d Table: 2995006a DAC: 00000015
[117931.531256]
[117931.531256] PC: 0xc02af190:
[117931.531323] f190 ffe5103c ffe50fa4 ffe50f54 e16d42f4 e1a04000 e1cd60f8 e1a06001 e1cd81f0
[117931.531702] f1b0 e1a0900e e1cda1f8 e58de020 e24dd00c e1a0300d e3c3ad7f e3ca703f e5973004
[117931.532052] f1d0 e2833001 e5873004 e5945000 ee1d8f90 e0883005 e593b004 e5973004 e2433001
[117931.532436] f1f0 e5873004 e5973000 e3130002 1a00005c e7985005 e3550000 0a000020 e5943014
[117931.532819] f210 e795e003 e10fc000 f10c0080 e5942000 e3a01000 ee1d0f90 e1a03002 e7908003
[117931.533176] f230 e1550008 0a000042 e121f00c e3510000 0affffe1 e5943014 f7def003 e3160902
[117931.533563] f250 1a000018 e5947010 e59f311c e594800c e79f3003 e5932004 e3520000 1a000018
[117931.533949] f270 e1a00005 e28dd00c e1cd40d0 e1cd60d8 e1cd81d0 e1cda1d8 e28dd020 e49df004
[117931.534333]
[117931.534333] LR: 0xc0309dc8:
[117931.534370] 9dc8 e3e00001 eafffff3 ebfadce9 ffdf62cc 00d59260 e16d41f0 e1a0300d e1a04001
[117931.534751] 9de8 e58d6008 e3c33d7f e58de00c e5902054 e3c3303f e593000c e59211e8 ebfb6501
[117931.535134] 9e08 e2506000 03e05001 1a000007 e594302c e3a00000 e283300c e7845103 e1cd40d0
[117931.535499] 9e28 e59d6008 e28dd00c e49df004 e59f302c e3a010d0 e79f3003 e5930000 ebfe94d4
[117931.535911] 9e48 e2505000 03e0500b 0affffef e59f1010 e1a02006 e08f1001 eb04fd74 eaffffea
[117931.536295] 9e68 ffdf6224 00d59188 e16d41fc e1a05003 e1cd81f0 e1a08001 e1a09002 e1cd60f8
[117931.536651] 9e88 e58de018 e24dd00c e590001c ebff127c e2504000 0a000025 ebff1231 e5840028
[117931.537036] 9ea8 e1a0000d ebfc2eff e1cd60d0 e1a00009 e3a01000 e1c464f4 e1c463f4 e1c463fc
[117931.537423]
[117931.537423] SP: 0xc4bddd28:
[117931.537461] dd28 00001678 dafc74b0 c16a6ee4 dafc74b0 00040053 00000000 c02af210 20000013
[117931.537814] dd48 ffffffff c4bddd94 0d651000 c0309e48 c4bdc028 c0109718 ee002480 000000d0
[117931.538194] dd68 00000000 00000000 ee002480 40000000 000000d0 c4bdc000 0d651000 c0309e48
[117931.538579] dd88 c4bdc028 082452bc 00000011 c4bddda8 c0309e48 c02af210 20000013 ffffffff
[117931.538932] dda8 00000000 c01c954c 577a71c1 c4bddef8 ee021ac5 00000316 c4bdde04 c4bdc000
[117931.539317] ddc8 ecd8a280 00000000 c4bdddfc c0309e48 00000000 ee021ac5 c4bddef8 c02c0d28
[117931.539699] dde8 c4bdde54 c03d8794 c4bdde14 00000000 577a71c1 ed220310 ecd8a280 ed220310
[117931.540104] de08 ecd8a280 99cf910b 00000004 ee021ac0 00000000 00000000 d9b7400a c4bddef8
[117931.540492]
[117931.540492] R0: 0xee002400:
[117931.540560] 2400 c140efc0 00000000 00000005 00000800 00000800 00000000 00000006 00030010
[117931.540907] 2420 00030010 00000002 00004000 00000002 00000000 00000800 00000040 00000000
[117931.541286] 2440 ee000180 ee0023c4 ee0024c4 eda6b7c0 ee0023d0 ee0024d0 eda1464c eda14640
[117931.541663] 2460 c14c9f90 eda6b840 00000001 00000007 ee001080 00001002 00000000 00000000
[117931.542042] 2480 c140efd8 00000000 00000006 00001000 00001000 00000000 00000002 00030008
[117931.542390] 24a0 00030008 00000001 00004000 00000004 00000000 00001000 00000040 00000000
[117931.542742] 24c0 ee0001c0 ee002444 ee002544 eda6b1c0 ee002450 ee002550 eda1464c eda14640
[117931.543126] 24e0 c14c9f90 eda6b240 00000001 00000007 ee001090 00000000 00002000 00000040
[117931.543479]
[117931.543479] R4: 0xee002400:
[117931.543547] 2400 c140efc0 00000000 00000005 00000800 00000800 00000000 00000006 00030010
[117931.543935] 2420 00030010 00000002 00004000 00000002 00000000 00000800 00000040 00000000
[117931.544285] 2440 ee000180 ee0023c4 ee0024c4 eda6b7c0 ee0023d0 ee0024d0 eda1464c eda14640
[117931.544669] 2460 c14c9f90 eda6b840 00000001 00000007 ee001080 00001002 00000000 00000000
[117931.545023] 2480 c140efd8 00000000 00000006 00001000 00001000 00000000 00000002 00030008
[117931.545407] 24a0 00030008 00000001 00004000 00000004 00000000 00001000 00000040 00000000
[117931.545762] 24c0 ee0001c0 ee002444 ee002544 eda6b1c0 ee002450 ee002550 eda1464c eda14640
[117931.546148] 24e0 c14c9f90 eda6b240 00000001 00000007 ee001090 00000000 00002000 00000040
[117931.546534]
[117931.546534] R7: 0xc4bdbf80:
[117931.546571] bf80 b5e868f8 b5e86930 00000001 c0109d44 c4bda000 00000000 b6bb7705 c01c83e4
[117931.546956] bfa0 b5e86930 c0109bc0 b5e86930 b5e868f8 00000000 000ff000 b5e868e0 00000008
[117931.547307] bfc0 b5e86930 b5e868f8 b5e86930 00000001 b5e86978 b6c25600 b67c4018 b6bb7705
[117931.547661] bfe0 00000078 b5e868f8 b6be309f b6bb2548 600f0010 00000000 00000000 00000000
[117931.548045] c000 00000002 00000002 00000000 e91ccb00 c14c5570 00000000 00000015 cea5f800
[117931.548429] c020 e91ccb00 ed0c0f00 c140e800 ed2bc300 00000000 c010225c c4bdde5c c4bdddb0
[117931.548813] c040 c0d5c434 00000000 00000000 00000000 00000000 00000000 01010000 00000000
[117931.549167] c060 937fe978 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[117931.549549]
[117931.549549] R9: 0xc0309dc8:
[117931.549586] 9dc8 e3e00001 eafffff3 ebfadce9 ffdf62cc 00d59260 e16d41f0 e1a0300d e1a04001
[117931.549998] 9de8 e58d6008 e3c33d7f e58de00c e5902054 e3c3303f e593000c e59211e8 ebfb6501
[117931.550388] 9e08 e2506000 03e05001 1a000007 e594302c e3a00000 e283300c e7845103 e1cd40d0
[117931.550771] 9e28 e59d6008 e28dd00c e49df004 e59f302c e3a010d0 e79f3003 e5930000 ebfe94d4
[117931.551121] 9e48 e2505000 03e0500b 0affffef e59f1010 e1a02006 e08f1001 eb04fd74 eaffffea
[117931.551527] 9e68 ffdf6224 00d59188 e16d41fc e1a05003 e1cd81f0 e1a08001 e1a09002 e1cd60f8
[117931.551917] 9e88 e58de018 e24dd00c e590001c ebff127c e2504000 0a000025 ebff1231 e5840028
[117931.552268] 9ea8 e1a0000d ebfc2eff e1cd60d0 e1a00009 e3a01000 e1c464f4 e1c463f4 e1c463fc
[117931.552618]
[117931.552618] R10: 0xc4bdbfa8:
[117931.552685] bfa8 b5e86930 b5e868f8 00000000 000ff000 b5e868e0 00000008 b5e86930 b5e868f8
[117931.553036] bfc8 b5e86930 00000001 b5e86978 b6c25600 b67c4018 b6bb7705 00000078 b5e868f8
[117931.553418] bfe8 b6be309f b6bb2548 600f0010 00000000 00000000 00000000 00000002 00000002
[117931.553799] c008 00000000 e91ccb00 c14c5570 00000000 00000015 cea5f800 e91ccb00 ed0c0f00
[117931.554176] c028 c140e800 ed2bc300 00000000 c010225c c4bdde5c c4bdddb0 c0d5c434 00000000
[117931.554527] c048 00000000 00000000 00000000 00000000 01010000 00000000 937fe978 00000000
[117931.554906] c068 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[117931.555289] c088 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[117931.555641] Process WifiStateMachin (pid: 2704, stack limit = 0xc4bdc2f0)
[117931.555680] Stack: (0xc4bddda8 to 0xc4bde000)
[117931.555749] dda0: 00000000 c01c954c 577a71c1 c4bddef8 ee021ac5 00000316
[117931.555788] ddc0: c4bdde04 c4bdc000 ecd8a280 00000000 c4bdddfc c0309e48 00000000 ee021ac5
[117931.555857] dde0: c4bddef8 c02c0d28 c4bdde54 c03d8794 c4bdde14 00000000 577a71c1 ed220310
[117931.555927] de00: ecd8a280 ed220310 ecd8a280 99cf910b 00000004 ee021ac0 00000000 00000000
[117931.555966] de20: d9b7400a c4bddef8 c4bdde5c c4bdc000 00000000 00000000 c4bdde54 c02c0d78
[117931.556036] de40: 00000000 00000139 d8ccc3c0 c1419e38 c1412280 ed220310 c2e44280 ed220310
[117931.556105] de60: c2e44280 0074656e 00000003 d9b74006 c1419e38 00000000 c4bddf78 d9b74000
[117931.556174] de80: c4bdc000 ffffff9c c4bdc000 00000000 c4bddef8 c02c2a10 c4bddeb4 c02778c8
[117931.556214] dea0: 00000000 cd45e5e0 980b9000 00000000 cd45e5e0 00000000 00000000 c02797c8
[117931.556284] dec0: 00000000 00000400 00000000 00000001 c4bddf78 c4bddef8 d9b74000 ffffff9c
[117931.556354] dee0: c4bdc000 00000000 00000000 c02c2da0 00000041 c02f5434 ed220310 edc04180
[117931.556423] df00: dafc6204 dafc6198 dafc6198 e97883d0 edc04080 edc26020 00000011 00000002
[117931.556463] df20: 00000004 00000002 ea25ee80 ee021ac0 00000000 ffffff9c 0000011f e9d15e00
[117931.556531] df40: e18c5480 00000000 e9d15e40 00020000 00000000 d8ccc3c0 0000011f d9b74000
[117931.556601] df60: ffffff9c 00000001 c0109d44 c02b3f1c 00000000 d8cccc00 00020000 c02b0000
[117931.556670] df80: 00000024 00000100 e9d15e40 b6ca1d38 00000004 b6e23599 00000142 c0109d44
[117931.556709] dfa0: c4bdc000 c0109bc0 b6ca1d38 00000004 ffffff9c b6e23599 00020000 00000000
[117931.556779] dfc0: b6ca1d38 00000004 b6e23599 00000142 00000001 9eb3fcd8 000eb0ce 00000000
[117931.556849] dfe0: 13cbe820 937fe130 b6c2a095 b6c57530 600f0010 ffffff9c 00000000 00000000
[117931.556896] [<c02af210>] (kmem_cache_alloc+0x74/0x1e4) from [<c0309e48>] (proc_self_follow_link+0x6c/0x94)
[117931.556972] [<c0309e48>] (proc_self_follow_link+0x6c/0x94) from [<c02c0d28>] (link_path_walk+0x43c/0x8d8)
[117931.557045] [<c02c0d28>] (link_path_walk+0x43c/0x8d8) from [<c02c0d78>] (link_path_walk+0x48c/0x8d8)
[117931.557117] [<c02c0d78>] (link_path_walk+0x48c/0x8d8) from [<c02c2a10>] (path_openat+0xac/0x400)
[117931.557189] [<c02c2a10>] (path_openat+0xac/0x400) from [<c02c2da0>] (do_filp_open+0x3c/0xa4)
[117931.557261] [<c02c2da0>] (do_filp_open+0x3c/0xa4) from [<c02b3f1c>] (do_sys_open+0xf0/0x198)
[117931.557307] [<c02b3f1c>] (do_sys_open+0xf0/0x198) from [<c0109bc0>] (ret_fast_syscall+0x0/0x30)
[117931.557378] Code: e7985005 e3550000 0a000020 e5943014 (e795e003)
[117931.563237] ---[ end trace d7316cdb6053180e ]---
[117931.563303] Kernel panic - not syncing: Fatal exception
[117931.563401] CPU3: stopping
[117931.563476] [<c0110ce8>] (unwind_backtrace+0x0/0x160) from [<c010fa1c>] (handle_IPI+0x1f8/0x234)
[117931.563577] [<c010fa1c>] (handle_IPI+0x1f8/0x234) from [<c0102950>] (gic_handle_irq+0xd0/0x134)
[117931.563638] [<c0102950>] (gic_handle_irq+0xd0/0x134) from [<c010995c>] (__irq_usr+0x3c/0x60)
[117931.563732] Exception stack(0xe84d9fb0 to 0xe84d9ff8)
[117931.563825] 9fa0: aec236f4 aef39c88 00000003 00000000
[117931.563877] 9fc0: b3902a80 95a54900 aec236c0 aef39c88 aec236f4 aeeff694 aea97478 00000000
[117931.563968] 9fe0: b3623384 aeeff620 b362741f b3623380 80050010 ffffffff
[117931.564063] CPU2: stopping
[117931.564564] [<c0110ce8>] (unwind_backtrace+0x0/0x160) from [<c010fa1c>] (handle_IPI+0x1f8/0x234)
[117931.564688] [<c010fa1c>] (handle_IPI+0x1f8/0x234) from [<c0102950>] (gic_handle_irq+0xd0/0x134)
[117931.564747] [<c0102950>] (gic_handle_irq+0xd0/0x134) from [<c010995c>] (__irq_usr+0x3c/0x60)
[117931.564839] Exception stack(0xe863bfb0 to 0xe863bff8)
[117931.564929] bfa0: 00000000 b6c7288d b6c98600 00000040
[117931.564981] bfc0: 00000006 00000006 00002ed4 b4c56e40 1525f310 b4c76500 12c5c890 00000000
[117931.565072] bfe0: b6e7fe24 bef8fc38 b6e6eb5b b6c728ac 600f0030 ffffffff
[117932.565585] wcnss crash shutdown 0
[117932.565636] Rebooting in 5 seconds..
[117937.567241] Going down for restart now
[117937.567960] Calling SCM to disable SPMI PMIC arbiter
Click to expand...
Click to collapse
Sorry for the late reply :/ I've tried flashing other roms with updated kernels, such as the CM13 nightlies with kernel 3.4 from here:
http://forum.xda-developers.com/one...m-kernel-unofficial-cyanogenmod-13-0-t3242700
The camera still crashes the device after it is being activated ><
Have you tried SultanXDA's build? From the looks of it, I'm 85-90% sure this is a software issue, not hardware (since you already changed the battery and camera) so try Sultan's build. He modded the camera HAL a lot so it might help.
Let us know how it works.
Sent from my OnePlus One using XDA Labs
kamikaze666 said:
Have you tried SultanXDA's build? From the looks of it, I'm 85-90% sure this is a software issue, not hardware (since you already changed the battery and camera) so try Sultan's build. He modded the camera HAL a lot so it might help.
Let us know how it works.
Sent from my OnePlus One using XDA Labs
Click to expand...
Click to collapse
Thanks for the quick reply!
I've clean flashed SultanXDA's build from the link below, both the latest build and the stable build:
http://forum.xda-developers.com/one...m-kernel-unofficial-cyanogenmod-13-0-t3242700
In both builds, my OPO is able to launch the camera and took a few photos. However, after using the phone for awhile, the device will reboot itself again :/
One thing noticeable however, is that the time between the camera launch and the reboot is much longer in this Sultan rom (as compared to other roms like cm13).
I have done the following today, but the problem still persist:
1. Full wipe (includes data, cache, dalvik cache, system and internal memory)
2. Fastboot install stock image from the 'Oneplus One return to 100% stock' forum thread
Upon launching the camera, the device will reboot a few seconds later D:
Just curious - is it possible to uninstall the stock camera and install a third party camera app? It might be a possible workaround through this problem

Categories

Resources