[RTEMS Project] #4091: tester: BlockingIOError: [Errno 11] write could not complete without blocking

RTEMS trac trac at rtems.org
Thu Sep 24 04:41:12 UTC 2020


#4091: tester: BlockingIOError: [Errno 11] write could not complete without
blocking
-----------------------------+---------------------
 Reporter:  Sebastian Huber  |       Owner:  (none)
     Type:  defect           |      Status:  new
 Priority:  normal           |   Milestone:  6.1
Component:  tool             |     Version:  6
 Severity:  normal           |  Resolution:
 Keywords:                   |  Blocked By:
 Blocking:                   |
-----------------------------+---------------------

Comment (by Sebastian Huber):

 Yes, it is available on the master, however, with a bit less output. You
 can increase the output with:
 {{{
 diff --git a/testsuites/validation/ts-validation-0.c
 b/testsuites/validation/ts-validation-0.c
 index 3e60fb6ab8..5c10ca6d71 100644
 --- a/testsuites/validation/ts-validation-0.c
 +++ b/testsuites/validation/ts-validation-0.c
 @@ -102,7 +102,9 @@ static void runner_task( rtems_task_argument arg )

    rtems_test_begin( rtems_test_name, TEST_STATE );
    T_register();
 +  for (int i = 0; i < 100; ++i) {
    exit_code = T_main( &test_config );
 +  }

    if ( exit_code == 0 ) {
      rtems_test_end( rtems_test_name );
 }}}
 It is a sporadic error. I can't reproduce it reliably, but I observed this
 BlockingIOError error on several machines.

--
Ticket URL: <http://devel.rtems.org/ticket/4091#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list