summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1949.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1949.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1949.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml
new file mode 100644
index 00000000..fac865b6
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1949.toml
@@ -0,0 +1,20 @@
+id = 1949
+title = "chardev zombie TCP session"
+state = "opened"
+created_at = "2023-10-17T10:08:03.366Z"
+closed_at = "n/a"
+labels = ["Chardev"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1949"
+host-os = "Rocky Linux 9.2"
+host-arch = "x86_64"
+qemu-version = "7.2.0"
+guest-os = "N/A"
+guest-arch = "N/A"
+description = """When user terminates TCP session ungracefully (eg: power-cycle or network cable disconnect), the TCP session keeps in established status forever. In this state, new sessions can't access the chardev, since the zombie TCP session keeps exclusive access to chardev."""
+reproduce = """1.Establish client session to chardev TCP socket.  
+2.Power-off the client machine.  
+3.Establish a new client session  
+4.Observe that old TCP session is never killed and new session can connect but not interact with chardev."""
+additional = """Suggestions to resolve this and improve the chardev feature:
+- enable TCP keep-alive for chardev server.
+- allow multiple client sessions concurrently, where chardev output is broadcasted to all client sessions, and chardev input is shared by all clients."""