realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.46k stars 1.75k forks source link

Sample app crashing on relaunch #652

Closed ImranAtBhimsoft closed 9 years ago

ImranAtBhimsoft commented 9 years ago

IntroExample is crashing on Lollipop without printing any stack-trace but this line:

Fatal signal 11 (SIGSEGV), code 1, fault addr 0x398 in tid 18537

How to reproduce:

Launch app, close app and then launch again. Same is reproducible on orientation change.

We didn't tried running any other sample project.

Tried on:

Device: Qmobile i9 OS: Android 4.2.2

Device: Nexus 4 OS: Android Lollipop

Device: Nexus 5 OS: Android Lollipop

bmunkholm commented 9 years ago

Hey, That should certainly work. We just tried on the Android emulater with Lollipop. Are you testing on real device? Could you try the emulator to see if that works?

cmelchior commented 9 years ago

@ImranAtArbisoft @bmunkholm I can reproduce it on my Nexus 5 as well.

bmunkholm commented 9 years ago

Aahh sorry, read too fast :-) So you can get it to run initially, but not close/rerun?

raedur commented 9 years ago

I am getting quite a few random crashes on the latest version on a Nexus 5 on 5.0 and a Nexus 10 on 4.4.4, they are all of the same as the one in this issues

A/libc﹕ Fatal signal 11 (SIGSEGV), code 1, fault addr 0x398 in tid 8306

mwajeeh commented 9 years ago

Same issue 100% reproducible on my Nexus 5 Lollipop. Works initially but on orientation change it crashes. Also a relaunch can reproduce it.

cmelchior commented 9 years ago

Should be fixed by this PR: https://github.com/realm/realm-java/pull/653

raedur commented 9 years ago

is there an ETA for 0.76?

bmunkholm commented 9 years ago

I would expect this week. We also plan to make faster bugfix releases out of the normal bigger releases. Until then our target is that master is always releasable.

On Wed, Dec 10, 2014 at 12:27 AM, Ryan Craig notifications@github.com wrote:

is there an ETA for 0.76?

— Reply to this email directly or view it on GitHub https://github.com/realm/realm-java/issues/652#issuecomment-66378523.

bmunkholm commented 9 years ago

This is now fixed. Please reopen if you still can reproduce this.