dtorkin

Untitled

May 20th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./uvm_app --wait-for-gui OR
  2. UVM Application (Iteration 0 - Base Connection)
  3. UVM: Loading configuration...
  4. Configuration parsed successfully from 'config.ini'.
  5. Found configurations for 4 SVM instances in file.
  6. --- Effective Configuration ---
  7. interface_type = ethernet
  8. UVM Target: 192.168.189.129:8080
  9. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  10. Simulate Control Failure: No
  11. Disconnect After: -1 messages
  12. Simulate Response Timeout: No
  13. Send Warning on Confirm: No (TKS: 1)
  14. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  15. Simulate Control Failure: Yes
  16. Disconnect After: -1 messages
  17. Simulate Response Timeout: No
  18. Send Warning on Confirm: No (TKS: 1)
  19. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  20. Simulate Control Failure: No
  21. Disconnect After: -1 messages
  22. Simulate Response Timeout: Yes
  23. Send Warning on Confirm: No (TKS: 1)
  24. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  25. Simulate Control Failure: No
  26. Disconnect After: 5 messages
  27. Simulate Response Timeout: No
  28. Send Warning on Confirm: No (TKS: 1)
  29. -----------------------------
  30. UVM: Found 4 SVM configurations to connect to.
  31. Thread-safe UVM request queue created with capacity 50
  32. Thread-safe UVM Response queue created with capacity 200
  33. UVM: Connecting to SVMs...
  34. UVM: Attempting to connect to SVM ID 0 (IP: 192.168.189.129, Port: 8080)...
  35. Ethernet: Connected to 192.168.189.129:8080 (handle: 3)
  36. UVM: Attempting to connect to SVM ID 1 (IP: 192.168.189.129, Port: 8081)...
  37. Ethernet: Connected to 192.168.189.129:8081 (handle: 4)
  38. UVM: Attempting to connect to SVM ID 2 (IP: 192.168.189.129, Port: 8082)...
  39. Ethernet: Connected to 192.168.189.129:8082 (handle: 5)
  40. UVM: Attempting to connect to SVM ID 3 (IP: 192.168.189.129, Port: 8083)...
  41. Ethernet: Connected to 192.168.189.129:8083 (handle: 6)
  42. UVM: Connected to 4 SVMs.
  43. UVM: Starting Sender, Receiver(s), and GUI Server threads...
  44. UVM: All threads started.
  45. UVM Sender thread started.
  46.  
  47. UVM Main: Sending 'Init Channel' to active SVMs...
  48. Отправка сообщения через Ethernet: Тип=128, Номер=0, Длина тела=2, Общий размер=8, Handle=3
  49. UVM Main: 'Init Channel' (Num 0) sent to SVM ID 0 (LAK 0x08).
  50. Отправка сообщения через Ethernet: Тип=128, Номер=1, Длина тела=2, Общий размер=8, Handle=4
  51. UVM Main: 'Init Channel' (Num 1) sent to SVM ID 1 (LAK 0x09).
  52. UVM Main: 'Init Channel' (Num 2) sent to SVM ID 2 (LAK 0x0A).
  53. UVM Main: 'Init Channel' (Num 3) sent to SVM ID 3 (LAK 0x0B).
  54. UVM: Waiting for responses or shutdown signal...
  55. Отправка сообщения через Ethernet: Тип=128, Номер=2, Длина тела=2, Общий размер=8, Handle=5
  56. Отправка сообщения через Ethernet: Тип=128, Номер=3, Длина тела=2, Общий размер=8, Handle=6
  57. UVM Receiver thread started for SVM ID 3 (handle: 6).
  58. UVM Receiver thread started for SVM ID 0 (handle: 3).
  59. UVM Receiver thread started for SVM ID 1 (handle: 4).
  60. UVM Receiver thread started for SVM ID 2 (handle: 5).
  61. GUI Server: Starting listener on port 12345
  62. GUI Server: Waiting for GUI connection on port 12345...
  63. Получено сообщение через Ethernet: Тип=129, Номер=0, Длина тела=12, Handle=4
  64. Получено сообщение через Ethernet: Тип=129, Номер=0, Длина тела=12, Handle=5
  65. Получено сообщение через Ethernet: Тип=129, Номер=0, Длина тела=12, Handle=3
  66. Получено сообщение через Ethernet: Тип=129, Номер=0, Длина тела=12, Handle=6
  67. UVM Main: Processing message type 129 from SVM ID 1 (Assigned LAK 0x09, Num 0)
  68. UVM Main: 'Confirm Init' (SVM Num 0) received and LAK 0x09 matches for SVM ID 1 (UVM Sent Num 1).
  69. UVM Main: Processing message type 129 from SVM ID 2 (Assigned LAK 0x0A, Num 0)
  70. UVM Main: 'Confirm Init' (SVM Num 0) received and LAK 0x0A matches for SVM ID 2 (UVM Sent Num 2).
  71. UVM Main: Processing message type 129 from SVM ID 0 (Assigned LAK 0x08, Num 0)
  72. UVM Main: 'Confirm Init' (SVM Num 0) received and LAK 0x08 matches for SVM ID 0 (UVM Sent Num 0).
  73. UVM Main: Processing message type 129 from SVM ID 3 (Assigned LAK 0x0B, Num 0)
  74. UVM Main: 'Confirm Init' (SVM Num 0) received and LAK 0x0B matches for SVM ID 3 (UVM Sent Num 3).
  75. GUI Server: Accepted connection (FD 8)
  76. GUI Server: Sending initial state to new GUI client (FD 8).
  77. GUI Server: Initial state sent to GUI client (FD 8).
  78. ^C
  79. UVM: Received shutdown signal. Exiting...
  80. Thread-safe UVM request queue shutdown initiated.
  81. Thread-safe UVM Response queue shutdown initiated.
  82. UVM: Shutdown initiated by main loop exit or signal...
  83. Thread-safe UVM request queue shutdown initiated.
  84. UVM: Closing SVM connections...
  85. UVM: Joining threads...
  86. Sender Thread: Request queue empty and shutdown signaled. Exiting.
  87. UVM Sender thread finished.
  88. receive_protocol_message: Соединение закрыто при чтении заголовка.
  89. UVM: Sender thread joined.
  90. receive_protocol_message: Соединение закрыто при чтении заголовка.
  91. UVM Receiver thread for SVM ID 0 finished.
  92. receive_protocol_message: Соединение закрыто при чтении заголовка.
  93. UVM Receiver thread for SVM ID 3 finished.
  94. UVM Receiver thread for SVM ID 1 finished.
  95. receive_protocol_message: Соединение закрыто при чтении заголовка.
  96. UVM Receiver thread for SVM ID 2 finished.
  97. UVM: All receiver threads joined.
  98. GUI Server: Loop for client FD 8 ended.
  99. GUI Server: Thread shutting down.
  100. UVM: GUI server thread joined.
  101. Ethernet: Closing handle 3
  102. Ethernet Interface destroyed.
  103. Ethernet: Closing handle 4
  104. Ethernet Interface destroyed.
  105. Ethernet: Closing handle 5
  106. Ethernet Interface destroyed.
  107. Ethernet: Closing handle 6
  108. Ethernet Interface destroyed.
  109. UVM: Connections and IO interfaces cleaned up.
  110. Thread-safe UVM request queue destroyed
  111. Thread-safe UVM Response queue destroyed
  112. UVM: Queues destroyed.
  113. UVM: Mutexes and condvar destroyed.
  114. UVM Application finished.
  115.  
Advertisement
Add Comment
Please, Sign In to add comment