anjiahao1 commented on issue #9200:
URL: https://github.com/apache/nuttx/issues/9200#issuecomment-1540207009

   ```
   $ ./JLinkGDBServerCL.exe -rtos ~/work/nuttx/jlink-nuttx.dll -if SWD -speed 
4000 -device STM32F429ZI
   SEGGER J-Link GDB Server V7.84b Command Line Version
   
   JLinkARM.dll V7.84b (DLL compiled Jan 11 2023 16:42:23)
   
   Command line: -rtos C:/msys64/home/ajh11/work/nuttx/jlink-nuttx.dll -if SWD 
-speed 4000 -device STM32F429ZI
   -----GDB Server start settings-----
   GDBInit file:                  none
   GDB Server Listening port:     2331
   SWO raw output listening port: 2332
   Terminal I/O port:             2333
   Accept remote connection:      localhost only
   Generate logfile:              off
   Verify download:               off
   Init regs on start:            off
   Silent mode:                   off
   Single run mode:               off
   Target connection timeout:     0 ms
   ------J-Link related settings------
   J-Link Host interface:         USB
   J-Link script:                 none
   J-Link settings file:          none
   ------Target related settings------
   Target device:                 STM32F429ZI
   Target device parameters:      none
   Target interface:              SWD
   Target interface speed:        4000kHz
   Target endian:                 little
   
   Connecting to J-Link...
   J-Link is connected.
   Firmware: J-Link V11 compiled Mar 28 2023 16:59:55
   Hardware: V11.00
   S/N: 51015399
   Feature(s): GDB
   Checking target voltage...
   Target voltage: 2.94 V
   Listening on TCP/IP port 2331
   Connecting to target...
   Connected to target
   Waiting for GDB connection...Connected to 127.0.0.1
   Reading common registers: R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, 
R12, SP, LR, PC, XPSR
   Read 4 bytes @ address 0x08001AEA (Data = 0xFB69F008)
   Reading 64 bytes @ address 0x20000DC0
   Loading RTOS plugin: C:/msys64/home/ajh11/work/nuttx/jlink-nuttx.dll...
   RTOS plugin (API v1.1) loaded successfully
   RTOS plugin: Loaded
   Received symbol: g_pidhash (0x2000038C)
   Received symbol: g_npidhash (0x20000390)
   Received symbol: g_tcbinfo (0x0801E17C)
   Received symbol: g_readytorun (0x20000364)
   All mandatory symbols successfully loaded.
   Read 4 bytes @ address 0x08000202 (Data = 0x0160BF00)
   Read 4 bytes @ address 0xFFFFFFFE (Data = 0x0DDC0000)
   Read 2 bytes @ address 0xFFFFFFFE (Data = 0x0000)
   npidhash change from 0 to 4!
   ERROR: error in get_idx_from_pid return -2
   Segmentation fault
   ```
   
   i use win get this 🐛 


-- 
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]

Reply via email to