Grisha Kruglov

Results 25 comments of Grisha Kruglov

@fluffyemily for the build issue, I had to add the NDK/bin directories into my PATH. I'm not sure why, this isn't what I'd expect to have to do (why doesn't...

@fluffyemily check out a basic JNA integration.

This really needs a rebase on top of @fluffyemily's `mentat` branch ASAP before things diverge too far.

Status update: I've got a skeleton app going with a primitive JNI interface over to the rust lib. The whole thing is pretty crafty at the moment, I'll push it...

I'll check out the pull in the next day or so.

Thanks, this simple tree replicates the issue: g.addEdge("2", "1", {directed: true}); g.addEdge("13", "2", {directed: true}); g.addEdge("11", "2", {directed: true}); g.addEdge("12", "11", {directed: true}); g.addEdge("12", "14", {directed: true}); Let's see how...

Currently top 14 crash for Nightly. https://crash-stats.mozilla.org/signature/?product=Fenix&signature=mozilla.appservices.places.uniffi.PlacesException%24InternalPanic%3A%20at%20mozilla.appservices.places.uniffi.PlacesException%24ErrorHandler.read%28places.kt%3A3%29&version=99.0a1&date=%3C2022-02-22T20%3A57%3A44%2B00%3A00&date=%3E%3D2022-02-15T20%3A57%3A44%2B00%3A00

@mavduevskiy is going to take a stab at this, I'll help him out with code/reviews.

We'll do this after https://github.com/mozilla/application-services/pull/4770 lands, assuming that's going to land soon-ish? cc @tarikeshaq

https://sentry.prod.mozaws.net/operations/firefox-nightly/issues/13180445/events/latest/ looks to be the same crash in Sentry. "Error executing SQL: database or disk is full" in particular is unhelpful.