You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attach gdb to it I can see it sitting in upload_results()
(gdb) bt
#0 0x0000ffffb91db494 in poll () from /lib64/libc.so.6
#1 0x000000000047860c in g_socket_condition_timed_wait ()
#2 0x000000000047956c in g_socket_receive_with_timeout ()
#3 0x0000000000461da4 in g_input_stream_read ()
#4 0x0000000000461da4 in g_input_stream_read ()
#5 0x0000000000438dd8 in soup_filter_input_stream_read_until ()
#6 0x0000000000438fbc in soup_filter_input_stream_read_line ()
#7 0x000000000040e740 in io_read ()
#8 0x000000000040eddc in io_run_until ()
#9 0x000000000040f664 in io_run ()
#10 0x0000000000417998 in soup_session_process_queue_item ()
#11 0x0000000000417f3c in soup_session_real_send_message ()
#12 0x0000000000406d40 in upload_results ()
#13 0x0000000000405f84 in main ()
After examining the environment variables of the process via proc, I can see it's using RECIPE_URL=http://localhost:8081/recipes/14282847 TASKID=163417670
On the restraintd side I can see a couple of files related to this, that seem small and reasonable
On closer inspection, the two tests where this failed were run on systems with >=4 CPU's, which triggered [1] and a rhts-reboot. The whole testing passed on a system with 3 CPUs -- the main difference being it failed out here and didn't run the reboot. So it feels like something to do with the restarting of restraintd during the reboot has something to do with this ...
Hello,
I am trying to debug a repeated watchdog timeout seen on some jobs.
We get into a situtation where
rstrant-report-result
seems to be stuck and the jobs then time out. This is where we are at on the system...When I take a look at the
rstrnt-report-result
process it is stuck in a poll, looking like it's waiting for something from8081
When I attach gdb to it I can see it sitting in
upload_results()
After examining the environment variables of the process via proc, I can see it's using
RECIPE_URL=http://localhost:8081/recipes/14282847 TASKID=163417670
On the restraintd side I can see a couple of files related to this, that seem small and reasonable
In the restraintd log I don't see anything in particular - restraintd.log
Finally, if I try this manually, it just hangs (although TBH not sure if this should work outside the framework...)
Any ideas, or further debugging help for how this got into this situation welcome!
The text was updated successfully, but these errors were encountered: