faical194 / limbo-android

Automatically exported from code.google.com/p/limbo-android
GNU General Public License v2.0
0 stars 0 forks source link

ICS devices fail randomly with "ABORTING: INVALID HEAP ADDRESS IN dlfree" #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ICS Device fail randomly
2.
3.

What is the expected output? What do you see instead?
Limbo crashes at g_free, this is probably due to optimization.

Please use labels and text to provide additional information.
Try optimization -O2 and/or remove any optimization for glib build

Original issue reported on code.google.com by ideal2i...@gmail.com on 6 Oct 2012 at 8:22

GoogleCodeExporter commented 8 years ago
Error log, disable striping of debug symbols to get more information on g_free()

F/libc (29409): @@@ ABORTING: INVALID HEAP ADDRESS IN dlfree
F/libc (29409): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)

Original comment by ideal2i...@gmail.com on 6 Oct 2012 at 8:24

GoogleCodeExporter commented 8 years ago

Original comment by ideal2i...@gmail.com on 6 Oct 2012 at 8:25

GoogleCodeExporter commented 8 years ago
Fixed in release 0.9.2

Original comment by ideal2i...@gmail.com on 11 Oct 2012 at 4:05