realm-browser-osx icon indicating copy to clipboard operation
realm-browser-osx copied to clipboard

Crash on handling migrations for opened Realm

Open stel opened this issue 7 years ago • 0 comments

If realm has been migrated to new schema version while opened in the Browser, most likely browser crashes. The issue is related to bindings which doesn't handle schema changes when using dynamic API.

*** Terminating app due to uncaught exception 'std::logic_error', reason: 'Schema mismatch detected: another process has modified the Realm file's schema in an incompatible way'

There are cases for this issue: local and synced realms, also related to https://github.com/realm/realm-browser-osx/issues/296.

@bdash, @tgoyne do you have any thoughts on this?

stel avatar Jul 07 '17 09:07 stel