breautek commented on issue #1522: URL: https://github.com/apache/cordova-android/issues/1522#issuecomment-1334225333
I do not know what is happening, but it looks like a deadlock issue mainly inside your SQLite C library. ``` runtime.cc:676] at io.liteglue.SQLiteNDKNativeDriver.sqlc_db_open(Native method) runtime.cc:676] at z1.b.c(SourceFile:2) runtime.cc:676] at z1.f.(SourceFile:4) runtime.cc:676] at z1.e.a(unavailable:2) runtime.cc:676] at io.sqlc.b.i(unavailable:7) runtime.cc:676] at io.sqlc.SQLitePlugin.j(SourceFile:6) runtime.cc:676] at io.sqlc.SQLitePlugin.a(unavailable:0) runtime.cc:676] at io.sqlc.SQLitePlugin$d.run(SourceFile:1) runtime.cc:676] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) runtime.cc:676] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) runtime.cc:676] at java.lang.Thread.run(Thread.java:1012) ``` At least, your app crashes while it's attempting to open up an SQLite database. This doesn't appear to be a bug with Cordova itself, so I'll be closing this ticket. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
