Actions
action #31501
closedisotovideo crashes when using variable RUN_VNCVIEWER in t/99-full-stack.t
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2018-02-08
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
"vncviewer -shared localhost:90 -viewonly &" failed to start: "" at /home/okurz/perl5/lib/perl5/IPC/System/Simple.pm line 533.
IPC::System::Simple::_process_child_error(-1, 'vncviewer -shared localhost:90 -viewonly &', 'ARRAY(0x590a7f0)') called at /home/okurz/perl5/lib/perl5/IPC/System/Simple.pm line 178
IPC::System::Simple::run('vncviewer -shared localhost:90 -viewonly &') called at (eval 137) line 12
eval {...} called at (eval 137) line 11
Fatal::__ANON__('vncviewer -shared localhost:90 -viewonly &') called at /home/okurz/local/os-autoinst/os-autoinst/isotovideo line 291
at /home/okurz/local/os-autoinst/os-autoinst/isotovideo line 291
[2018-02-08T08:07:47.0789 CET] [debug] killing backend process 8430
Problem¶
Does it work for someone else?
Updated by coolo almost 7 years ago
No, autodie kills it - but the vncviewer is buggy also even if you disable autodie
Updated by okurz almost 7 years ago
- Subject changed from isotovideo crashes when using variable RUN_VNCVIEWER in t/99-full-stack-test.t to isotovideo crashes when using variable RUN_VNCVIEWER in t/99-full-stack.t
Updated by mkittler almost 5 years ago
- Assignee set to mkittler
- Target version changed from Ready to Current Sprint
Updated by mkittler almost 5 years ago
Disabling autodie doesn't help. The presence of VNC clients really seems to disturb the backend shutdown:
[2019-11-15T13:35:13.494 CET] [debug] Error during stop_vm: can_read received kill signal at /hdd/openqa-devel/repos/os-autoinst/myjsonrpc.pm line 120.
Updated by mkittler almost 5 years ago
- Status changed from New to In Progress
Updated by okurz almost 5 years ago
- Status changed from In Progress to Resolved
merged. I can confirm that RUN_VNCVIEWER is now working properly again. You are awesome! Thanks.
Actions