GitMurf

Results 359 comments of GitMurf

In doing a comparison, it seems that the realm studio plist has these two items that we are missing: ```xml com.apple.security.app-sandbox com.apple.security.cs.disable-executable-page-protection ``` We have the following additional items that...

> @GitMurf Did it have any effect to add the two items (`com.apple.security.app-sandbox` and `com.apple.security.cs.disable-executable-page-protection`)? Hi @kneth thank you for following up. Unfortunately this did not fix it BUT we...

@kneth at this point do you think it would be helpful to see the full logs and errors produced by our crash? If so, @Calhistorian can get that for you....

@kneth one hunch that I have had from the beginning is that Electron is closing / quitting before Realm native stuff is finished closing up so then an immediate crash...

Ok this thread sounds all too similar from a couple years ago! https://github.com/realm/realm-js/issues/4150 It indeed had to do with logging. Now even though we do NOT set the logger or...

Some other potentially related issues: - #4491 - #4777

> > disable the logger all together > > I am curious to hear what you observe. Unfortunately it did not solve the problem. An additional piece of information is...

> It is an interesting hypothesis. What is you open [Console](https://support.apple.com/en-gb/guide/console/welcome/mac) on an older MacOS version, can you see any mention of the error? @kneth This is all it gives...

@kneth does this comment here mean this should be resolved as well?!! 🎉 https://github.com/realm/realm-js/issues/6609#issuecomment-2051310719 cc @Calhistorian

> ...For reference, take a look at these [latest test timings](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/actions/runs/7853495138/job/21433171740#step:4:552). @m4heshd is there any way you could post these test timings and have them persisted? It says the logs...