You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Friend-LGA In the next version, we will introduce a static method Realm.shutdown() which you can call when closing the app. It will prevent the crash.
How frequently does the bug occur?
Always
Description
Crash is happening every time Electron app is closed.
realm::util::Logger
nodeIntegration
is disabled and RealmDB is created and used only in themain
process (not in therenderer
)userData
folder (Electron.app.getPath("userData")
)package.json
Stacktrace & log output
MacOS Crash Report
Crash info from terminal
Can you reproduce the bug?
Always
Reproduction Steps
main
processRealm.open()
is enough for crash, nothing fancyVersion
What services are you using?
Local Database only (no sync)
Are you using encryption?
No
Platform OS and version(s)
The text was updated successfully, but these errors were encountered: