[android-developers] Re: StackOverflowError when calling SQLiteDatabase.openDatabase()
Can anyone explain the stacktrace to me?
It looks like openDatabase() is calling itself in a never-ending loop (line 975) and then this throws a StackOverflowError which is caught in the openDatabase(line 916) method and then logged. Is that right? But then why does the stacktrace stop at java.lang.AbstractStringBuilder.append0(AbstractStringBuilder.java:132) ?
Another thing: I don't see in the source where openDatabase() is recursively calling itself.
-- You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home