openGeeksLab / codenameone

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

TreeModel - incorrect checksum for freed object - object was probably modified after being freed. #1367

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set a Tree, give it a TreeModel an call its getChildren(Object parent)

What is the expected output? What do you see instead?
should return a Vector<Object>, instead it gives this error:
malloc: *** error for object 0x7c73de84: incorrect checksum for freed object - 
object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug

What version of the product are you using? On what operating system?
last codenameone with ios.newVM=true on iOS6(iPod 4g) and iOS8(Xcode simulator)

Original issue reported on code.google.com by rbry...@gmail.com on 20 Feb 2015 at 6:19

GoogleCodeExporter commented 8 years ago
This is a VM crash. We need a proper test case that reproduces the issue.

Original comment by shai.almog on 21 Feb 2015 at 5:29