Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 314 Bytes

File metadata and controls

5 lines (4 loc) · 314 Bytes

RealmDBCompactionBugReproduction

Found out that if the db has been compacted, it can't be accessed by different threads later. In this reproduction, the second thread would just get stuck at trying to create a Realm instance but never get through. (However in my original app, two threads get into a deadlock).