---------- Forwarded message ----------
From: pavani pavani <[email protected]>
Date: Tue, Jan 5, 2010 at 11:20 AM
Subject: Fwd: [android-porting] Error while booting 32 kernel with eclair
RFS on beagle
To: [email protected]
Hi Sola,
Thanks for your reply .
Enabled the power class support i am getting the following error
------------[ cut here ]------------
WARNING: at kernel/workqueue.c:366 flush_cpu_workqueue+0x34/0x88(
)
Modules linked in:
[<c002d598>] (unwind_backtrace+0x0/0xd8) from [<c004d9fc>]
(warn_slowpath_commo)
[<c004d9fc>] (warn_slowpath_common+0x48/0x60) from [<c005c34c>]
(flush_cpu_work)
[<c005c34c>] (flush_cpu_workqueue+0x34/0x88) from [<c01a09e4>]
(tty_ldisc_relea)
[<c01a09e4>] (tty_ldisc_release+0x20/0x68) from [<c019c3b4>]
(tty_release_dev+0)
[<c019c3b4>] (tty_release_dev+0x3c8/0x424) from [<c019c41c>]
(tty_release+0xc/0)
[<c019c41c>] (tty_release+0xc/0x14) from [<c009eb58>] (__fput+0x104/0x1d8)
[<c009eb58>] (__fput+0x104/0x1d8) from [<c009bc54>] (filp_close+0x6c/0x78)
[<c009bc54>] (filp_close+0x6c/0x78) from [<c004f308>]
(put_files_struct+0x80/0x)
[<c004f308>] (put_files_struct+0x80/0xd4) from [<c021ace0>]
(binder_deferred_fu)
[<c021ace0>] (binder_deferred_func+0x4ec/0x530) from [<c005c804>]
(worker_threa)
[<c005c804>] (worker_thread+0xfc/0x170) from [<c005f86c>]
(kthread+0x78/0x80)
[<c005f86c>] (kthread+0x78/0x80) from [<c0028e6c>]
(kernel_thread_exit+0x0/0x8)
---[ end trace da8ed589d5cc09df ]---
was not getting GUI and console got crashed.
Please help me to proceed further !!
Thanks & Regards,
Pavani
---------- Forwarded message ----------
From: sola <[email protected]>
Date: Wed, Dec 30, 2009 at 10:19 PM
Subject: Re: [android-porting] Error while booting 32 kernel with eclair RFS
on beagle
To: [email protected]
kernel config
Device Drivers --->
<*> Power supply class support --->
http://code.google.com/p/android-development-environment/wiki/EclaironBeagleBoard
2009/12/30 pavani pavani <[email protected]>
> Hi,
>
> I am trying to boot 32 kernel with eclair RFS on beagle board. i got the
> console but not able to get the GUI. Facing the following problem while
> booting
>
> I/Zygote ( 655): Preloading resources...
> D/dalvikvm( 655): GC freed 5 objects / 224 bytes in 37ms
> D/dalvikvm( 655): GC freed 327 objects / 16576 bytes in 38ms
> D/dalvikvm( 655): GC freed 269 objects / 12656 bytes in 38ms
> I/Zygote ( 655): ...preloaded 48 resources in 433ms.
> I/Zygote ( 655): ...preloaded 15 resources in 9ms.
> D/dalvikvm( 655): GC freed 114 objects / 8712 bytes in 38ms
> D/dalvikvm( 655): GC freed 206 objects / 8232 bytes in 38ms
> D/dalvikvm( 655): GC freed 24 objects / 936 bytes in 38ms
> I/dalvikvm( 655): Splitting out new zygote heap
> I/dalvikvm( 655): System server process 675 has been created
> I/Zygote ( 655): Accepting command socket connections
> D/dalvikvm( 675): Trying to load lib /system/lib/libandroid_servers.so 0x0
> D/dalvikvm( 675): Added shared lib /system/lib/libandroid_servers.so 0x0
> E/BatteryService( 675): Could not open /sys/class/power_supply
> I/sysproc ( 675): Entered system_init()
> I/sysproc ( 675): ServiceManager: 0x13dc40
> I/SurfaceFlinger( 675): SurfaceFlinger is starting
> I/SurfaceFlinger( 675): SurfaceFlinger's main thread ready to run.
> Initializin.
> E/FramebufferNativeWindow( 675): couldn't open framebuffer HAL (No such
> file o)
> D/libEGL ( 675): egl.cfg not found, using default config
> D/libEGL ( 675): loaded /system/lib/egl/libGLES_android.so
> I/DEBUG ( 653): *** *** *** *** *** *** *** *** *** *** *** *** *** ***
> *** *
> I/DEBUG ( 653): Build fingerprint:
> 'generic/generic/generic/:Eclair/ECLAIR/e'
> I/DEBUG ( 653): pid: 675, tid: 681 >>> system_server <<<
> I/DEBUG ( 653): signal 11 (SIGSEGV), fault addr 00000000
> I/DEBUG ( 653): r0 0013f6b8 r1 00000002 r2 44e82d54 r3 00000000
> I/DEBUG ( 653): r4 00000001 r5 44e82d94 r6 44e82db8 r7 44e82dc8
> I/DEBUG ( 653): r8 00100000 r9 a9d1b8e5 10 44d83000 fp 00149268
> I/DEBUG ( 653): ip acd281e8 sp 44e82d50 lr ac41d8b7 pc 00000000
> cpsr 000
> I/DEBUG ( 653): #00 pc 00000000
> I/DEBUG ( 653): #01 pc 0001d8b4 /system/lib/libui.so
> I/DEBUG ( 653): #02 pc 0001653a
> /system/lib/libsurfaceflinger.so
> I/DEBUG ( 653): #03 pc 00016a06
> /system/lib/libsurfaceflinger.so
> I/DEBUG ( 653): #04 pc 00020624
> /system/lib/libsurfaceflinger.so
> I/DEBUG ( 653): #05 pc 0001b504 /system/lib/libutils.so
> I/DEBUG ( 653): #06 pc 0001b94a /system/lib/libutils.so
> I/DEBUG ( 653): #07 pc 00010000 /system/lib/libc.so
> I/DEBUG ( 653): #08 pc 0000fad4 /system/lib/libc.so
>
> can anyone please help me on this ?
>
> -Pavani
>
> --
> unsubscribe:
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
--
unsubscribe:
[email protected]<android-porting%[email protected]>
website: http://groups.google.com/group/android-porting
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting