KB-20071122-037
From Triled Wiki
- Status: respond received
- author: cbazza
- link: http://groups.google.com/group/android-developers/msg/681fa09928611c4b
- Description: Dalvik VM dies on creating hundreds of objects.
- Confirmed on: Android SDK versions: m3-rc22a, m3-rc37a
- Steps to reproduce:
Allocate a few hundreds of objects (e.g. allocate many bitmaps), you will see in debug console:
GREF has increased to 301 ... GREF has increased to 401 ... Excessive global references (601)
Dalvik VM dies when it gets to certain value (in this example to 601).
