android.process.acore

97 views
Skip to first unread message

Vinay

unread,
Nov 9, 2010, 5:34:21 AM11/9/10
to android-porting
Hi all,

Please help me understand the reason for the android.process.acore
error. The logcat output is here under. Also please give me some
insight about this process and what leads to this crash.

I'm actually trying to port android to imx51 board.

(This is part of logcat that represent the acore error)

I/ActivityThread( 2276): Publishing provider
com.android.globalsearch.SuggestionProvider:
com.android.globalsearch.SuggestionProvider
D/dalvikvm( 2276): GC freed 3450 objects / 281560 bytes in 134ms
I/ActivityThread( 2276): Publishing provider call_log:
com.android.providers.contacts.CallLogProvider
I/ActivityThread( 2276): Publishing provider
com.android.googlesearch.SuggestionProvider:
com.android.googlesearch.SuggestionProvider
I/ActivityThread( 2276): Publishing provider user_dictionary:
com.android.providers.userdictionary.UserDictionaryProvider
D/HomeLoaders( 2276): ----> items cloned, ready to refresh UI
I/ActivityManager( 2003): Displayed activity
com.android.launcher/.Launcher: 1947 ms (total 1947 ms)
I/Process ( 2276): Sending signal. PID: 2276 SIG: 9
I/ActivityManager( 2003): Process android.process.acore (pid 2276) has
died.
I/WindowManager( 2003): WIN DEATH: Window{43d6b010
com.android.launcher/com.android.launcher.Launcher paused=false}
I/ActivityManager( 2003): Start proc android.process.acore for
activity com.android.launcher/.Launcher: pid=2290 uid=10002
gids={3003, 1015}
W/UsageStats( 2003): Something wrong here, didn't expect
com.android.launcher to be resumed
I/ActivityThread( 2290): Publishing provider
com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
I/ActivityThread( 2290): Publishing provider
com.android.launcher.settings: com.android.launcher.LauncherProvider
I/ActivityThread( 2290): Publishing provider com.android.social:
com.android.providers.contacts.SocialProvider
I/ActivityThread( 2290): Publishing provider applications:
com.android.providers.applications.ApplicationsProvider
I/ActivityThread( 2290): Publishing provider
contacts;com.android.contacts:
com.android.providers.contacts.ContactsProvider2
E/Database( 2290): Failure 13 (database or disk is full) on 0x10d318
when executing 'BEGIN EXCLUSIVE;'
W/ContactAggregator( 2290): No more aggregation requests
W/dalvikvm( 2290): threadid=19: thread exiting with uncaught exception
(group=0x4001b180)
E/AndroidRuntime( 2290): Uncaught handler: thread ContactAggregator
exiting due to uncaught exception
E/AndroidRuntime( 2290): android.database.sqlite.SQLiteFullException:
database or disk is full: BEGIN EXCLUSIVE;
E/AndroidRuntime( 2290): at
android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method)
E/AndroidRuntime( 2290): at
android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:
1609)
E/AndroidRuntime( 2290): at
android.database.sqlite.SQLiteDatabase.beginTransactionWithListener(SQLiteDatabase.java:
451)
E/AndroidRuntime( 2290): at
android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:
408)
E/AndroidRuntime( 2290): at
com.android.providers.contacts.ContactAggregator.aggregateBatch(ContactAggregator.java:
445)
E/AndroidRuntime( 2290): at
com.android.providers.contacts.ContactAggregator.run(ContactAggregator.java:
427)
E/AndroidRuntime( 2290): at
com.android.providers.contacts.ContactAggregationScheduler.run(ContactAggregationScheduler.java:
178)
E/AndroidRuntime( 2290): at
com.android.providers.contacts.ContactAggregationScheduler
$1.handleMessage(ContactAggregationScheduler.java:97)
E/AndroidRuntime( 2290): at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2290): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2290): at
android.os.HandlerThread.run(HandlerThread.java:60)
I/Process ( 2003): Sending signal. PID: 2290 SIG: 3
I/dalvikvm( 2290): threadid=7: reacting to signal 3
E/Checkin ( 2003): Crash logging skipped, too soon after logging
failure
I/dalvikvm( 2290): Wrote stack trace to '/data/anr/traces.txt'
E/Database( 2290): Failure 13 (database or disk is full) on 0x10d318
when executing 'BEGIN EXCLUSIVE;'
E/ContactsProvider( 2290): Cannot start provider
E/ContactsProvider( 2290):
android.database.sqlite.SQLiteFullException: database or disk is full:
BEGIN EXCLUSIVE;
E/ContactsProvider( 2290): at
android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method)
E/ContactsProvider( 2290): at
android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:
1609)
E/ContactsProvider( 2290): at
android.database.sqlite.SQLiteDatabase.beginTransactionWithListener(SQLiteDatabase.java:
451)
E/ContactsProvider( 2290): at
android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:
408)
E/ContactsProvider( 2290): at
com.android.providers.contacts.ContactsProvider2.onAccountsUpdated(ContactsProvider2.java:
3239)
E/ContactsProvider( 2290): at
com.android.providers.contacts.ContactsProvider2.verifyAccounts(ContactsProvider2.java:
1818)
E/ContactsProvider( 2290): at
com.android.providers.contacts.ContactsProvider2.initialize(ContactsProvider2.java:
1809)
E/ContactsProvider( 2290): at
com.android.providers.contacts.ContactsProvider2.onCreate(ContactsProvider2.java:
1668)
E/ContactsProvider( 2290): at
android.content.ContentProvider.attachInfo(ContentProvider.java:710)
E/ContactsProvider( 2290): at
android.app.ActivityThread.installProvider(ActivityThread.java:4229)
E/ContactsProvider( 2290): at
android.app.ActivityThread.installContentProviders(ActivityThread.java:
4004)
E/ContactsProvider( 2290): at
android.app.ActivityThread.handleBindApplication(ActivityThread.java:
3963)
E/ContactsProvider( 2290): at android.app.ActivityThread.access
$2900(ActivityThread.java:119)
E/ContactsProvider( 2290): at android.app.ActivityThread
$H.handleMessage(ActivityThread.java:1873)
E/ContactsProvider( 2290): at
android.os.Handler.dispatchMessage(Handler.java:99)
E/ContactsProvider( 2290): at android.os.Looper.loop(Looper.java:123)
E/ContactsProvider( 2290): at
android.app.ActivityThread.main(ActivityThread.java:4325)
E/ContactsProvider( 2290): at
java.lang.reflect.Method.invokeNative(Native Method)
E/ContactsProvider( 2290): at
java.lang.reflect.Method.invoke(Method.java:521)
E/ContactsProvider( 2290): at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/ContactsProvider( 2290): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/ContactsProvider( 2290): at dalvik.system.NativeStart.main(Native
Method)

Thanks,
Vinay

Dianne Hackborn

unread,
Nov 9, 2010, 1:52:36 PM11/9/10
to vinay...@gmail.com, android-porting
This seems pretty clear:

E/Database( 2290): Failure 13 (database or disk is full) on 0x10d318
when executing 'BEGIN EXCLUSIVE;'




--
Dianne Hackborn
Android framework engineer
hac...@android.com

Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails.  All such questions should be posted on public forums, where I and others can see and answer them.

Vinay

unread,
Nov 10, 2010, 4:43:27 AM11/10/10
to android-porting
Hi Dianne,

I did notice that error. I'll be thankful if you can please elaborate
on that error and how to go about to resolve that.

Thank you
Vinay
> > android.database.sqlite.SQLiteDatabase.beginTransactionWithListener(SQLiteD­atabase.java:
> > 451)
> > E/AndroidRuntime( 2290):        at
>
> > android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java­:
> > 408)
> > E/AndroidRuntime( 2290):        at
>
> > com.android.providers.contacts.ContactAggregator.aggregateBatch(ContactAggr­egator.java:
> > 445)
> > E/AndroidRuntime( 2290):        at
>
> > com.android.providers.contacts.ContactAggregator.run(ContactAggregator.java­:
> > 427)
> > E/AndroidRuntime( 2290):        at
>
> > com.android.providers.contacts.ContactAggregationScheduler.run(ContactAggre­gationScheduler.java:
> > android.database.sqlite.SQLiteDatabase.beginTransactionWithListener(SQLiteD­atabase.java:
> > 451)
> > E/ContactsProvider( 2290):      at
>
> > android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java­:
> > 408)
> > E/ContactsProvider( 2290):      at
>
> > com.android.providers.contacts.ContactsProvider2.onAccountsUpdated(Contacts­Provider2.java:
> > 3239)
> > E/ContactsProvider( 2290):      at
>
> > com.android.providers.contacts.ContactsProvider2.verifyAccounts(ContactsPro­vider2.java:
> > 1818)
> > E/ContactsProvider( 2290):      at
>
> > com.android.providers.contacts.ContactsProvider2.initialize(ContactsProvide­r2.java:
> > 1809)
> > E/ContactsProvider( 2290):      at
>
> > com.android.providers.contacts.ContactsProvider2.onCreate(ContactsProvider2­.java:
> > unsubscribe: android-porti...@googlegroups.com<android-porting%2Bunsubscribe@­googlegroups.com>
> > website:http://groups.google.com/group/android-porting
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.- Hide quoted text -
>
> - Show quoted text -

Hamilton Vera

unread,
Nov 10, 2010, 10:19:53 AM11/10/10
to vinay...@gmail.com, android-porting
Hi there, make sure that you have enough space in your partition
schema, a quick how to:


http://www.imxdev.org/wiki/index.php?title=All_Boards_Android

[]'s

Hamilton Vera

--
Hamilton Vera
int Administrator (char Network[],char ComputationalSystems[])
http://hvera.wordpress.com

Dianne Hackborn

unread,
Nov 10, 2010, 6:32:37 PM11/10/10
to vinay...@gmail.com, android-porting
You know more about your device than I do, so I'm not sure what else I can do.  It says that it failed writing to storage because it thought it was full.  So you should make sure it is not full, make sure the app can write to it, etc.




--
Dianne Hackborn
Android framework engineer
hac...@android.com

Vinay

unread,
Nov 14, 2010, 11:10:10 PM11/14/10
to android-porting
Hi all,

I did partition the sdcard according to instructuions in:
http://www.imxdev.org/wiki/index.php?title=All_Boards_Android

imx board did start well for a while. I just did the following changes
from the UI:
1. Increased the screen time out period to 30 minutes.
2. Plugged in a USB Bluetooth dongle, turned on, scaned for devices
and paired (didn't connect, just paired) with my phone.

Later the board automatically happened to reboot and once again I had
this process.acore error. It does say "low on space" while booting.
Kindly help me understand what's happening under the hood.. why does
this problem of low memory start after a while.

Thanks in advance.

Vinay.
Reply all
Reply to author
Forward
0 new messages