nicola cabiddu

Results 85 comments of nicola cabiddu

@tgoyne any idea why this could be happening, it seems we have one BG thread that is asynchronously committing something and the main thread when is notified crashes

Closing this pull request because the idea of moving outside the parallel scan the computation of all the masks needed to compare the values is not necessary a timestamp optimization,...

this is a dup of https://github.com/realm/realm-core/issues/7322

@nirinchev this seems a core related issue, unless there is something else I don't see here. Also, @tracy-e it would be nice to have some sort of repro case (some...

It seems we have hit this assertion `REALM_ASSERT_3(get_wtype_from_header(get_header_from_data(m_data)), ==, wtype_Bits); ` But it is not clear how this has happened. I am closing this issue, since without a repro case...

It is highly possible that you are experiencing a crash due to some corruption that we fixed in core 13.20.1. You are using async writes: ``` realm/realm-swift#21 0x000000010437dbf0 in realm::Realm::run_writes()...

I think this issue overlaps with this PR https://github.com/realm/realm-core/pull/6268 ... It is on next major. Once we release it, it will land in master.

@nirinchev scratch my comment, I got confused with another issue. I will check what you reported...