Opened 14 years ago
Closed 14 years ago
#243 closed defect (fixed)
format_rt always fails to send close message to server
Reported by: | smr26 | Owned by: | perry |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | libtrace-library | Version: | |
Keywords: | Cc: | smr26@… |
Description
trace_destroy calls pause_input followed by fin_input.
In format_rt.c, rt_pause_input closes input_fd, and then rt_fin_input tries to write the close message to it, which fails. This causes the wdcap server to think there are still clients connected and eventually leads to it using 100% cpu usage, which isn't nice on a soekris, especially when the client re-connects later.
Change History (1)
comment:1 Changed 14 years ago by spa1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1156