[RTEMS Project] #2604: Loopback sample server-client connection refused

RTEMS trac trac at rtems.org
Mon Feb 22 00:12:08 UTC 2016


#2604: Loopback sample server-client connection refused
----------------------+-----------------------------------------
 Reporter:  dsabogal  |      Owner:
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:  4.11
Component:  testing   |    Version:  4.11
 Severity:  normal    |   Keywords:  testsuites samples loopback
----------------------+-----------------------------------------
 It looks like the loopback sample launches a server and a client task at
 the same time. Every time I've ran this sample, the client would attempt
 to connect to the server before the server binded its socket. This results
 in the one-client test failing.

 Placing a wait call just after starting the server fixes this issue.

 RTEMS 4.11
 CPU ARM Cortex-A9
 BSP Xilinx Zynq A9 QEMU
 Toolchain from rtems-source-builder 4.11

 ../rtems/configure --target=arm-rtems4.11 \
         --enable-rtemsbsp="xilinx_zynq_a9_qemu" \
         --enable-tests=samples \
         --enable-posix \
         --prefix=$HOME/development/rtems/4.11

--
Ticket URL: <http://devel.rtems.org/ticket/2604>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list