Commit 8646297
committed
driver: SigrokDriver unsuccessful sigrok-cli termination when used remotely
the signal that is supposed to terminate the process SIGINT was not being propagated through ssh.
The driver waited for termination forever.
fixed by quitting sigrok-cli through an emulated keypress by sending a char over ssh.
Signed-off-by: Felix Zwettler <Felix.Zwettler@duagon.com>1 parent c547b05 commit 8646297
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
175 | | - | |
| 173 | + | |
| 174 | + | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
0 commit comments