Closed RocketRider closed 5 years ago
This issue is tracked here: https://issues.couchbase.com/browse/CBL-174
After poking around at this for a while, I am given to suspect that the problem was caused by an attached Debugger. Apparently, the Debugger, in order to hold data in memory across breakpoints, creates at least local and sometimes global, references to them.
If you can come up with evidence that this is not related to a Debugger, I'd be very interested in seeing it. If you catch such an event, please include the full thread dump in the ticket.
Hey @RocketRider , can you repo this without a debugger attached?
I am not sure if I had a debugger attached. But I will try it today without the debugger and will report back.
I tested it again with and without the debugger attached. And I could only reproduce the crash with the debugger attached. Without it worked fine. So I guess you are right to say it is a problem of the debugger. Thank you for looking into it.
Awesome. Things we both learned! Closing.
I am using the cbl 2.5 in an Android app. While testing I am syncing a DB with 25k documents from the server to the app. We have multible change listeners and querys active. After some time I receive the following native crash: