nodejs-mobile / nodejs-mobile

Full-fledged Node.js on Android and iOS
https://nodejs-mobile.github.io
Other
466 stars 46 forks source link

Unable to Match Desired Swap Behavior #26

Open androidplayer1 opened 11 months ago

androidplayer1 commented 11 months ago

Version

release 16.17.1

Platform

android

Subsystem

No response

What steps will reproduce the bug?

Just compile the app and run on emulator api 34

How often does it reproduce? Is there a required condition?

each time

What is the expected behavior?

When attempting to start the application, I receive the error message "Unable to match the desired swap behavior." This error prevents the application from running properly.

Expected Behavior: The Node.js Mobile application should start without any errors and function as intended.

What do you see instead?

Unable to match the desired swap behavior.
2023-06-15 09:36:21.310  7582-7582  DEBUG                   crash_dump64                         A  Cmdline: com.example.demo.debug
2023-06-15 09:36:21.310  7582-7582  DEBUG                   crash_dump64                         A  pid: 7536, tid: 7569, name: Thread-2  >>> com.example.demo.debug <<<
2023-06-15 09:36:21.313  7582-7582  DEBUG                   crash_dump64                         A        #01 pc 00000000007ff7aa  /data/app/~~vzu4bzbMUyLwZw3UGtSWeg==/com.example.demo-856HYwDypJYTd0ojcN7jig==/base.apk!libnode.so (offset 0x3dc9000)
2023-06-15 09:36:21.313  7582-7582  DEBUG                   crash_dump64                         A        #02 pc 00000000007f0e02  /data/app/~~vzu4bzbMUyLwZw3UGtSWeg==/com.example.demo-856HYwDypJYTd0ojcN7jig==/base.apk!libnode.so (offset 0x3dc9000) (uv_run+354)
2023-06-15 09:36:21.313  7582-7582  DEBUG                   crash_dump64                         A        #03 pc 0000000000601264  /data/app/~~vzu4bzbMUyLwZw3UGtSWeg==/com.example.demo-856HYwDypJYTd0ojcN7jig==/base.apk!libnode.so (offset 0x3dc9000) (node::Start(v8::Isolate*, void*, int, char const* const*, int, char const* const*)+708)
2023-06-15 09:36:21.314  7582-7582  DEBUG                   crash_dump64                         A        #04 pc 00000000005ffebe  /data/app/~~vzu4bzbMUyLwZw3UGtSWeg==/com.example.demo-856HYwDypJYTd0ojcN7jig==/base.apk!libnode.so (offset 0x3dc9000) (node::Start(uv_loop_s*, int, char const* const*, int, char const* const*)+382)
2023-06-15 09:36:21.314  7582-7582  DEBUG                   crash_dump64                         A        #05 pc 00000000005fabed  /data/app/~~vzu4bzbMUyLwZw3UGtSWeg==/com.example.demo-856HYwDypJYTd0ojcN7jig==/base.apk!libnode.so (offset 0x3dc9000) (node::Start(int, char**)+477)
2023-06-15 09:36:21.314  7582-7582  DEBUG                   crash_dump64                         A        #06 pc 000000000000165e  /data/app/~~vzu4bzbMUyLwZw3UGtSWeg==/com.example.demo-856HYwDypJYTd0ojcN7jig==/base.apk!libnative-lib.so (offset 0x1581000) (Java_com_example_demo_AnApplication_startNodeWithArguments+750) (BuildId: 816101b55bef7f6eaafad4a4fb34eba0decdef63)
2023-06-15 09:36:21.317  7582-7582  DEBUG                   crash_dump64                         A        #13 pc 00000000000077b4  <anonymous:70dc00251000> (com.example.demo.AnApplication.onCreate$lambda$2+0)
2023-06-15 09:36:21.318  7582-7582  DEBUG                   crash_dump64                         A        #19 pc 000000000000772c  <anonymous:70dc00251000> (com.example.demo.AnApplication.$r8$lambda$0C7SivJQiiO_SoEwQOikUOK67Nc+0)
2023-06-15 09:36:21.320  7582-7582  DEBUG                   crash_dump64                         A        #25 pc 00000000000073ac  <anonymous:70dc00251000> (com.example.demo.AnApplication$$ExternalSyntheticLambda0.run+0)

Additional information

No response