nrfutil device list command fails

I just freshly (Nov 25, 2024) installed the nrfutil 'core' exe and the nrfutil device command.

I try to list my nrf devices (a nrf52840 dongle is connected and another nrf52840 through jlink), but the command fails:

$ nrfutil device list
thread '<unnamed>' panicked at src\serialport\module\src\windows.rs:118:55:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at core\src\panicking.rs:221:5:
panic in a function that cannot unwind
stack backtrace:
0: 0x7ffcc9b646a1 - nrfdl_plugin_identifier
1: 0x7ffcc9b760d9 - nrfdl_plugin_identifier
2: 0x7ffcc9b62de7 - nrfdl_plugin_identifier
3: 0x7ffcc9b65ea9 - nrfdl_plugin_identifier
4: 0x7ffcc9b65a2c - nrfdl_plugin_identifier
5: 0x7ffcc9b66722 - nrfdl_plugin_identifier
6: 0x7ffcc9b665bf - nrfdl_plugin_identifier
7: 0x7ffcc9b64def - nrfdl_plugin_identifier
8: 0x7ffcc9b66206 - nrfdl_plugin_identifier
9: 0x7ffcc9b84e6d - nrfdl_plugin_identifier
10: 0x7ffcc9b84f13 - nrfdl_plugin_identifier
11: 0x7ffcc9b84fab - nrfdl_plugin_identifier
12: 0x7ffcc9a6dcab - nrfdl_plugin_enumerate
13: 0x7ffcf43b1060 - <unknown>
14: 0x7ffcf43b4d38 - is_exception_typeof
15: 0x7ffd491149c6 - RtlCaptureContext2
16: 0x7ffcc9a6d946 - nrfdl_plugin_enumerate
17: 0x7ffd0f02933a - <unknown>
18: 0x7ffd0f0268bd - <unknown>
19: 0x7ffd0f023e86 - <unknown>
20: 0x7ffd0f023b6f - <unknown>
21: 0x7ffd0f004553 - <unknown>
22: 0x7ffd0f024822 - <unknown>
23: 0x7ffd0f027e03 - <unknown>
24: 0x7ffd0f004e64 - <unknown>
25: 0x7ffd0f003918 - <unknown>
26: 0x7ffd1da229a9 - Concurrency::details::_Schedule_chore
27: 0x7ffd490d287a - RtlHashUnicodeString
28: 0x7ffd490a5e46 - RtlClearThreadWorkOnBehalfTicket
29: 0x7ffd46ee257d - BaseThreadInitThunk
30: 0x7ffd490caf08 - RtlUserThreadStart
thread caused non-unwinding panic. aborting.
Error: Subprocess C:\Users\ronaldh\.nrfutil\bin\nrfutil-device.exe failed with unexpected exit code Some(-1073740791)

Setting the RUST_BACKTRACE env-var produces the extra:

Stack backtrace:
0: git_odb_object_data
1: git_odb_object_data
2: git_midx_writer_new
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: git_odb_object_data
8: <unknown>
9: git_midx_writer_new
10: BaseThreadInitThunk
11: RtlUserThreadStart

Unplugging either or both connected nrf devices from USB doesn't change the behavior.

What gives?

NOTE: programming the nrf52840 dongle using the programmer tool in "nrf connect desktop" is just fine.

Parents
  • Hi,

    Can you provide more information about your environment?

    I just freshly (Nov 25, 2024) installed the nrfutil 'core' exe and the nrfutil device command.

    Which "nrfutil" and "nrfutil device" versions do you use?

    Where did you install nrfutil from?

    $ nrfutil device list
    thread '<unnamed>' panicked at src\serialport\module\src\windows.rs:118:55:
    called `Option::unwrap()` on a `None` value
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    thread '<unnamed>' panicked at core\src\panicking.rs:221:5:
    panic in a function that cannot unwind

    Is this recent problem? Did you have this issue before?

    Best regards,
    Dejan

  • As I said I just installed it today from the internet, so yes it is a recent problem and no I didn't have this issue before.


    $ nrfutil.exe --version
    nrfutil 7.12.0 (39003c9 2024-06-10)
    commit-hash: 39003c9d0e5d946af0f417cfadf4ac55a6d03c19
    commit-date: 2024-06-10
    host: x86_64-pc-windows-msvc
    build-timestamp: 2024-06-10T15:56:55.227746900Z
    classification: nrf-external

    $ nrfutil.exe device --version
    nrfutil-device 2.7.6 (040a257 2024-11-15)
    commit-hash: 040a25785d0b79da111e042ef002f04cf8547e46
    commit-date: 2024-11-15
    host: x86_64-pc-windows-msvc
    build-timestamp: 2024-11-15T10:11:07.009117500Z
    classification: nrf-external

    Detected SEGGER J-Link version: JLink_V7.94i

  • Sorry for the fragmented answer. I keep getting "An error occured" notifications and had to trial and error which parts of my answer are causing that.

  • Hi,

    Thank you for additional information.

    Can you check if you get the same error when using nrfutil from this webpage?

    Best regards,
    Dejan

  • I downloaded the nrfutil from your link and get EXACTLY the same binary as I got from curl. Same md5sum and everything.

    Maybe the strace of a run of nrfutil device list can help:

    --- Process 25596 created
    --- Process 25596 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 25596 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 25596 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 25596 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffd46b90000
    --- Process 25596 thread 19832 created
    --- Process 25596 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 25596 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 25596 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 25596 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 25596 thread 17732 created
    --- Process 25596 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 25596 loaded C:\Windows\System32\ws2_32.dll at 00007ffd46dd0000
    --- Process 25596 loaded C:\Windows\System32\crypt32.dll at 00007ffd46510000
    --- Process 25596 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 25596 thread 31112 created
    --- Process 25596 loaded C:\Windows\System32\secur32.dll at 00007ffd45080000
    --- Process 25596 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 25596 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 25596 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 25596 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 25596 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 25596 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 25596 loaded C:\Windows\System32\ole32.dll at 00007ffd47e10000
    --- Process 25596 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 25596 loaded C:\Windows\System32\vcruntime140.dll at 00007ffcf43b0000
    --- Process 25596 loaded C:\Windows\System32\cryptbase.dll at 00007ffd45b20000
    --- Process 25596 loaded C:\Windows\System32\sspicli.dll at 00007ffd45640000
    --- Process 25596 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 14760 created
    --- Process 14760 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 14760 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 14760 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 14760 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 14760 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 14760 thread 19964 created
    --- Process 14760 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 14760 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 14760 thread 32872 created
    --- Process 14760 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 14760 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 14760 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 14760 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 14760 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 14760 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 14760 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 14760 thread 30668 created
    --- Process 14760 loaded C:\Windows\System32\ole32.dll at 00007ffd47e10000
    --- Process 14760 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 14760 loaded C:\Windows\System32\crypt32.dll at 00007ffd46510000
    --- Process 14760 loaded C:\Windows\System32\winhttp.dll at 00007ffd452c0000
    --- Process 14760 loaded C:\Windows\System32\ws2_32.dll at 00007ffd46dd0000
    --- Process 14760 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 14760 loaded C:\Windows\System32\secur32.dll at 00007ffd45080000
    --- Process 14760 loaded C:\Windows\System32\vcruntime140.dll at 00007ffcf43b0000
    --- Process 14760 loaded C:\Windows\System32\cryptbase.dll at 00007ffd45b20000
    --- Process 14760 loaded C:\Windows\System32\sspicli.dll at 00007ffd45640000
    --- Process 14760 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 14760 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffd44af0000
    --- Process 14760 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffd46b90000
    --- Process 35548 created
    --- Process 35548 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 35548 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 35548 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 35548 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffd46b90000
    --- Process 35548 thread 7992 created
    --- Process 35548 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 35548 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 35548 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 35548 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 35548 thread 32412 created
    --- Process 35548 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 35548 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 35548 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 35548 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 35548 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 35548 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 35548 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 35548 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 35548 thread 33568 created
    --- Process 35548 loaded C:\Windows\System32\ole32.dll at 00007ffd47e10000
    --- Process 35548 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 35548 loaded C:\Windows\System32\vcruntime140.dll at 00007ffcf43b0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\nrfdl.dll at 00007ffccb0d0000
    --- Process 35548 loaded C:\Windows\System32\cryptbase.dll at 00007ffd45b20000
    --- Process 35548 loaded C:\Windows\System32\setupapi.dll at 00007ffd48180000
    --- Process 35548 loaded C:\Windows\System32\oleaut32.dll at 00007ffd48600000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\spdlog.dll at 00007ffd1e440000
    --- Process 35548 loaded C:\Windows\System32\cfgmgr32.dll at 00007ffd45f80000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\fmt.dll at 00007ffd1ef30000
    --- Process 35548 loaded C:\Windows\System32\msvcp140.dll at 00007ffd1da10000
    --- Process 35548 loaded C:\Windows\System32\vcruntime140_1.dll at 00007ffd2aae0000
    --- Process 35548 loaded C:\Windows\System32\vcruntime140_1.dll at 0000025a16960000
    --- Process 35548 unloaded DLL at 0000025a16960000
    --- Process 35548 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 35548 thread 18056 created
    --- Process 35548 thread 34628 created
    --- Process 35548 thread 27488 created
    --- Process 35548 thread 27104 created
    --- Process 35548 thread 25172 created
    --- Process 35548 thread 33248 created
    --- Process 35548 thread 35580 created
    --- Process 35548 thread 20388 created
    --- Process 35548 thread 14140 created
    --- Process 35548 thread 34868 created
    --- Process 35548 thread 17476 created
    --- Process 35548 thread 368 created
    --- Process 35548 thread 28956 created
    --- Process 35548 thread 32788 created
    --- Process 35548 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffd452a0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\01-nrfdl-devkit-plugin.nrfdl at 00007ffcc1570000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\05-nrfdl-probe-plugin.nrfdl at 00007ffcbbef0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\10-nrfdl-jlink-plugin.nrfdl at 00007ffcf8d10000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\nrfjprog.dll at 00007ffcba9e0000
    --- Process 35548 loaded C:\Windows\System32\ws2_32.dll at 00007ffd46dd0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\11-nrfdl-boardcontroller-plugin.nrfdl at 00007ffcd6460000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\12-nrfdl-serialport-plugin.nrfdl at 00007ffcbd320000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\13-nrfdl-sdfu-plugin.nrfdl at 00007ffd03f60000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\zip.dll at 00007ffd3a0d0000
    --- Process 35548 loaded C:\Windows\System32\winusb.dll at 00007ffd43cf0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\zlib1.dll at 00007ffd3a040000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\bz2.dll at 00007ffd0e3f0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\14-nrfdl-mcuboot-plugin.nrfdl at 00007ffcd31b0000
    --- Process 35548 loaded C:\Users\ronaldh\.nrfutil\lib\nrfutil-device\98-nrfdl-broken-plugin.nrfdl at 00007ffd04860000
    --- Process 35548 thread 29404 created
    --- Process 35548 loaded C:\Windows\System32\uxtheme.dll at 00007ffd42e20000
    --- Process 35548 loaded C:\Program Files\SEGGER\JLink\JLink_x64.dll at 00007ffc95540000
    --- Process 35548 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffd44af0000
    --- Process 35548 loaded C:\Windows\System32\hid.dll at 00007ffd448d0000
    --- Process 35548 loaded C:\Windows\System32\winmm.dll at 00007ffd439a0000
    --- Process 35548 thread 35272 created
    --- Process 35548 thread 21048 created
    --- Process 35548 thread 3940 created
    --- Process 30532 created
    --- Process 30532 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 30532 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 30532 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 13888 created
    --- Process 13888 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 13888 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 13888 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 13888 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 13888 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 13888 thread 15832 created
    --- Process 13888 thread 28216 created
    --- Process 13888 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 13888 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 13888 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 13888 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 13888 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 13888 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 13888 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 13888 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 13888 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 13888 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 13888 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 13888 thread 31164 created
    --- Process 13888 thread 15832 exited with status 0x0
    --- Process 13888 thread 28216 exited with status 0x0
    --- Process 13888 thread 14468 exited with status 0x0
    --- Process 13888 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 13888 thread 32856 created
    --- Process 13888 loaded C:\Windows\System32\uxtheme.dll at 00007ffd42e20000
    --- Process 13888 thread 19600 created
    --- Process 30532 loaded C:\Windows\System32\ws2_32.dll at 00007ffd46dd0000
    --- Process 30532 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 30532 thread 20852 created
    --- Process 30532 thread 35484 created
    --- Process 30532 thread 28380 created
    --- Process 30532 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 30532 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 30532 loaded C:\Windows\System32\cfgmgr32.dll at 00007ffd45f80000
    --- Process 30532 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 30532 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 30532 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 30532 loaded C:\Windows\System32\ole32.dll at 00007ffd47e10000
    --- Process 30532 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 30532 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 30532 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 30532 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 30532 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 30532 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 30532 loaded C:\Windows\System32\oleaut32.dll at 00007ffd48600000
    --- Process 30532 loaded C:\Windows\System32\vcruntime140_1.dll at 00007ffd2aae0000
    --- Process 30532 loaded C:\Windows\System32\msvcp140.dll at 00007ffd1da10000
    --- Process 30532 loaded C:\Windows\System32\vcruntime140.dll at 0000024bc2080000
    --- Process 30532 loaded C:\Windows\System32\vcruntime140.dll at 00007ffcf43b0000
    --- Process 30532 unloaded DLL at 0000024bc2080000
    --- Process 30532 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 30532 thread 12448 created
    --- Process 30532 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffd452a0000
    --- Process 30532 thread 14896 created
    --- Process 30532 loaded C:\Program Files\SEGGER\JLink\JLink_x64.dll at 00007ffc95540000
    --- Process 30532 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 30532 loaded C:\Windows\System32\setupapi.dll at 00007ffd48180000
    --- Process 30532 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffd44af0000
    --- Process 30532 loaded C:\Windows\System32\hid.dll at 00007ffd448d0000
    --- Process 30532 loaded C:\Windows\System32\winmm.dll at 00007ffd439a0000
    --- Process 30532 unloaded DLL at 00007ffd439a0000
    --- Process 30532 loaded C:\Windows\System32\shlwapi.dll at 00007ffd47db0000
    --- Process 30532 unloaded DLL at 00007ffd47db0000
    --- Process 30532 unloaded DLL at 00007ffd473a0000
    --- Process 30532 unloaded DLL at 00007ffd48180000
    --- Process 30532 unloaded DLL at 00007ffd448d0000
    --- Process 30532 unloaded DLL at 00007ffd44af0000
    --- Process 30532 unloaded DLL at 00007ffc95540000
    --- Process 30532 thread 12448 exited with status 0x0
    --- Process 30532 thread 14896 exited with status 0x0
    --- Process 30532, exception e06d7363 at 00007ffd4682fe4c
    --- Process 30532 thread 28380 exited with status 0x0
    --- Process 30532 thread 35484 exited with status 0x0
    --- Process 30532 thread 20852 exited with status 0x0
    --- Process 30532 exited with status 0x0
    --- Process 13888 thread 32856 exited with status 0x0
    --- Process 13888 thread 19600 exited with status 0x0
    --- Process 35548 thread 3940 exited with status 0x0
    --- Process 13888 exited with status 0x0
    --- Process 35548 thread 21048 exited with status 0x0
    --- Process 35548 thread 35272 exited with status 0x0
    --- Process 35548 thread 21916 created
    --- Process 35548 loaded C:\Windows\System32\devobj.dll at 00007ffd45f50000
    --- Process 35548 loaded C:\Windows\System32\wintrust.dll at 00007ffd46d30000
    --- Process 35548 loaded C:\Windows\System32\crypt32.dll at 00007ffd46510000
    --- Process 35548 loaded C:\Windows\System32\msasn1.dll at 00007ffd45b90000
    --- Process 35548 thread 4472 created
    --- Process 35548 thread 29292 created
    --- Process 35548 thread 30312 created
    --- Process 30028 created
    --- Process 30028 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 30028 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 30028 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 30732 created
    --- Process 30732 loaded C:\Windows\System32\ntdll.dll at 00007ffd49070000
    --- Process 30732 loaded C:\Windows\System32\kernel32.dll at 00007ffd46ed0000
    --- Process 30732 loaded C:\Windows\System32\KernelBase.dll at 00007ffd467d0000
    --- Process 30732 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 30732 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 30732 thread 30776 created
    --- Process 30732 thread 34956 created
    --- Process 30732 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 30732 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 30732 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 30732 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 30732 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 30732 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 30732 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 30732 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 30732 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 30732 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 30732 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 30732 thread 34224 created
    --- Process 30732 thread 34956 exited with status 0x0
    --- Process 30732 thread 30776 exited with status 0x0
    --- Process 30732 thread 22548 exited with status 0x0
    --- Process 30732 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 30732 thread 20036 created
    --- Process 30732 loaded C:\Windows\System32\uxtheme.dll at 00007ffd42e20000
    --- Process 30732 thread 33012 created
    --- Process 30028 loaded C:\Windows\System32\ws2_32.dll at 00007ffd46dd0000
    --- Process 30028 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd470b0000
    --- Process 30028 thread 30208 created
    --- Process 30028 thread 35416 created
    --- Process 30028 loaded C:\Windows\System32\bcrypt.dll at 00007ffd46680000
    --- Process 30028 loaded C:\Windows\System32\advapi32.dll at 00007ffd47c40000
    --- Process 30028 loaded C:\Windows\System32\cfgmgr32.dll at 00007ffd45f80000
    --- Process 30028 loaded C:\Windows\System32\msvcrt.dll at 00007ffd471d0000
    --- Process 30028 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd46c10000
    --- Process 30028 thread 35752 created
    --- Process 30028 loaded C:\Windows\System32\sechost.dll at 00007ffd47d00000
    --- Process 30028 loaded C:\Windows\System32\ole32.dll at 00007ffd47e10000
    --- Process 30028 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd46470000
    --- Process 30028 loaded C:\Windows\System32\gdi32.dll at 00007ffd46da0000
    --- Process 30028 loaded C:\Windows\System32\win32u.dll at 00007ffd46440000
    --- Process 30028 loaded C:\Windows\System32\gdi32full.dll at 00007ffd466b0000
    --- Process 30028 loaded C:\Windows\System32\user32.dll at 00007ffd486e0000
    --- Process 30028 loaded C:\Windows\System32\combase.dll at 00007ffd48980000
    --- Process 30028 loaded C:\Windows\System32\oleaut32.dll at 00007ffd48600000
    --- Process 30028 loaded C:\Windows\System32\vcruntime140.dll at 00007ffcf43b0000
    --- Process 30028 loaded C:\Windows\System32\vcruntime140_1.dll at 00007ffd2aae0000
    --- Process 30028 loaded C:\Windows\System32\msvcp140.dll at 00007ffd1da10000
    --- Process 30028 loaded C:\Windows\System32\imm32.dll at 00007ffd47fc0000
    --- Process 30028 thread 10332 created
    --- Process 30028 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffd452a0000
    --- Process 30028 thread 27172 created
    --- Process 30028 loaded C:\Program Files\SEGGER\JLink\JLink_x64.dll at 00007ffc95540000
    --- Process 30028 loaded C:\Windows\System32\shell32.dll at 00007ffd473a0000
    --- Process 30028 loaded C:\Windows\System32\setupapi.dll at 00007ffd48180000
    --- Process 30028 loaded C:\Windows\System32\hid.dll at 00007ffd448d0000
    --- Process 30028 loaded C:\Windows\System32\IPHLPAPI.DLL at 00007ffd44af0000
    --- Process 30028 loaded C:\Windows\System32\winmm.dll at 00007ffd439a0000
    --- Process 30028 loaded C:\Windows\System32\devobj.dll at 00007ffd45f50000
    --- Process 30028 loaded C:\Windows\System32\wintrust.dll at 00007ffd46d30000
    --- Process 30028 loaded C:\Windows\System32\crypt32.dll at 00007ffd46510000
    --- Process 30028 loaded C:\Windows\System32\msasn1.dll at 00007ffd45b90000
    --- Process 30028 loaded C:\Windows\System32\winusb.dll at 00007ffd43cf0000
    --- Process 30028 unloaded DLL at 00007ffd439a0000
    --- Process 30028 loaded C:\Windows\System32\shlwapi.dll at 00007ffd47db0000
    --- Prthread '<unnamed>' panicked at src\serialport\module\src\windows.rs:118:55:
    called `Option::unwrap()` on a `None` value
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    thread '<unnamed>' panicked at core\src\panicking.rs:221:5:
    panic in a function that cannot unwind
    stack backtrace:
       0:     0x7ffcbd4246a1 - nrfdl_plugin_identifier
       1:     0x7ffcbd4360d9 - nrfdl_plugin_identifier
       2:     0x7ffcbd422de7 - nrfdl_plugin_identifier
       3:     0x7ffcbd425ea9 - nrfdl_plugin_identifier
       4:     0x7ffcbd425a2c - nrfdl_plugin_identifier
       5:     0x7ffcbd426722 - nrfdl_plugin_identifier
       6:     0x7ffcbd4265bf - nrfdl_plugin_identifier
       7:     0x7ffcbd424def - nrfdl_plugin_identifier
       8:     0x7ffcbd426206 - nrfdl_plugin_identifier
       9:     0x7ffcbd444e6d - nrfdl_plugin_identifier
      10:     0x7ffcbd444f13 - nrfdl_plugin_identifier
      11:     0x7ffcbd444fab - nrfdl_plugin_identifier
      12:     0x7ffcbd32dcab - nrfdl_plugin_enumerate
      13:     0x7ffcf43b1060 - <unknown>
      14:     0x7ffcf43b4d38 - is_exception_typeof
      15:     0x7ffd491149c6 - RtlCaptureContext2
      16:     0x7ffcbd32d946 - nrfdl_plugin_enumerate
      17:     0x7ffccb20933a - <unknown>
      18:     0x7ffccb2068bd - <unknown>
      19:     0x7ffccb203e86 - <unknown>
      20:     0x7ffccb203b6f - <unknown>
      21:     0x7ffccb1e4553 - <unknown>
      22:     0x7ffccb204822 - <unknown>
      23:     0x7ffccb207e03 - <unknown>
      24:     0x7ffccb1e4e64 - <unknown>
      25:     0x7ffccb1e3918 - <unknown>
      26:     0x7ffd1da229a9 - Concurrency::details::_Schedule_chore
      27:     0x7ffd490d287a - RtlHashUnicodeString
      28:     0x7ffd490a5e46 - RtlClearThreadWorkOnBehalfTicket
      29:     0x7ffd46ee257d - BaseThreadInitThunk
      30:     0x7ffd490caf08 - RtlUserThreadStart
    thread caused non-unwinding panic. aborting.
    Error: Subprocess C:\Users\ronaldh\.nrfutil\bin\nrfutil-device.exe failed with unexpected exit code Some(-1073740791)
    ocess 30028 unloaded DLL at 00007ffd47db0000
    --- Process 30028 unloaded DLL at 00007ffd473a0000
    --- Process 30028 unloaded DLL at 00007ffd48180000
    --- Process 30028 unloaded DLL at 00007ffd448d0000
    --- Process 30028 unloaded DLL at 00007ffd44af0000
    --- Process 30028 unloaded DLL at 00007ffc95540000
    --- Process 30028 thread 10332 exited with status 0x0
    --- Process 30028 thread 27172 exited with status 0x0
    --- Process 30028, exception e06d7363 at 00007ffd4682fe4c
    --- Process 30028 thread 35752 exited with status 0x0
    --- Process 30028 thread 35416 exited with status 0x0
    --- Process 30028 thread 30208 exited with status 0x0
    --- Process 30028 exited with status 0x0
    --- Process 35548 thread 30312 exited with status 0x0
    --- Process 30732 thread 33012 exited with status 0x0
    --- Process 30732 thread 20036 exited with status 0x0
    --- Process 30732 exited with status 0x0
    --- Process 35548 thread 29292 exited with status 0x0
    --- Process 35548 thread 4472 exited with status 0x0
    --- Process 35548 thread 19620 created
    --- Process 35548 thread 19620 exited with status 0x0
    --- Process 35548, exception e06d7363 at 00007ffd4682fe4c
    --- Process 35548 loaded C:\Windows\System32\dbghelp.dll at 00007ffd436e0000
    --- Process 35548 thread 21916 exited with status 0xc0000409
    --- Process 35548 thread 17476 exited with status 0xc0000409
    --- Process 35548 thread 35580 exited with status 0xc0000409
    --- Process 35548 thread 27488 exited with status 0xc0000409
    --- Process 35548 thread 11372 exited with status 0xc0000409
    --- Process 35548 thread 33568 exited with status 0xc0000409
    --- Process 35548 thread 32412 exited with status 0xc0000409
    --- Process 35548 thread 25172 exited with status 0xc0000409
    --- Process 35548 thread 7992 exited with status 0xc0000409
    --- Process 35548 thread 34628 exited with status 0xc0000409
    --- Process 35548 thread 34868 exited with status 0xc0000409
    --- Process 35548 thread 14140 exited with status 0xc0000409
    --- Process 35548 thread 32788 exited with status 0xc0000409
    --- Process 35548 thread 20388 exited with status 0xc0000409
    --- Process 35548 thread 18056 exited with status 0xc0000409
    --- Process 35548 thread 27104 exited with status 0xc0000409
    --- Process 35548 thread 28956 exited with status 0xc0000409
    --- Process 35548 thread 33248 exited with status 0xc0000409
    --- Process 35548 thread 368 exited with status 0xc0000409
    --- Process 35548 exited with status 0xc0000409
    --- Process 14760 loaded C:\Windows\System32\kernel.appcore.dll at 00007ffd452a0000
    --- Process 14760 thread 30668 exited with status 0x1
    --- Process 14760 thread 32872 exited with status 0x1
    --- Process 14760 thread 19964 exited with status 0x1
    --- Process 14760 exited with status 0x1
    --- Process 25596 thread 17732 exited with status 0x1
    --- Process 25596 thread 19832 exited with status 0x1
    --- Process 25596 thread 31112 exited with status 0x1
    --- Process 25596 exited with status 0x1
    

  • Hi,

    Could you please try to run WinObj which is available here and send a screenshot of all COM devices - Nordic and non-Nordic - which are listed in the Global?? namespace as shown below?



    Best regards,
    Dejan

Reply Children
Related