openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

iOS NewVM: malloc: ***error for object *: incorrect checksum for freed object. #1371

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Getting a sigabrt on New VM.  

ChartsDemo(11433,0x328a000) malloc: *** error for object 0x198d4fb4: incorrect 
checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug

Instructions to reproduce:

1. Build ChartsDemo
2. Click on "Budget Pie Chart"
3. Tap one of the pie slices.

Original issue reported on code.google.com by st...@weblite.ca on 24 Feb 2015 at 9:35

Attachments:

GoogleCodeExporter commented 8 years ago
Can you define a breakpoint on maloc_error_break and see where it breaks?

Original comment by shai.almog on 25 Feb 2015 at 12:21