atr294 commented on issue #16462: URL: https://github.com/apache/nuttx/issues/16462#issuecomment-2928460730
@acassis thanks for the suggestion. I've tried the monkey test in the foreground, and it doesn't seem to trigger the same issue. Running `monkey -t 0x12 ` or `monkey -t 0x11` in the foreground, while running `ostest &' in the background only caused this non-crash exception: `[ 29.897673] riscv_exception: EXCEPTION: Store/AMO page fault. MCAUSE: 0000000f, EPC: 80208daa, MTVAL: 80c00000 [ 29.898245] riscv_exception: Segmentation fault in PID 2: /system/bin/init` My understanding is monkey app doesn't seem to support keyboard input, which is closer to my test condition. It only supports the touch and button input. I'm not sure the above exception worth looking into, but running them without ostest in the background doesn't cause any issue. `nsh> monkey -t 0x12 [241634860072960.001000] [monkey] monkey_dev_create: open /dev/ubutton success, fd = 3, type: ubutton [244271969992704.001000] [monkey] monkey_create: OK [244800250970112.001000] [monkey] monkey_init: Screen: 480x480, offset: 0,0 [245246927568896.001000] [monkey] monkey_init: Period: 100 ~ 500ms [245706489069568.001000] [monkey] monkey_init: Button bit: 0 [246062971355136.001000] [monkey] monkey_init: Log level: 1 [246428043575296.001000] [monkey] monkey_init: Event 0(click): weight=70 duration 50 ~ 200ms [246921964814336.001000] [monkey] monkey_init: Event 1(long-press): weight=10 duration 400 ~ 600ms [247428770955264.001000] [monkey] monkey_init: Event 2(drag): weight=20 duration 100 ~ 400ms ` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org