Re: [Wireshark-dev] wireshark 4.3.git deadlock on startup.

2024-07-10 Thread Ben Greear
On 7/10/24 16:08, John Thacker wrote: Can you see if this commit fixes it for you? https://gitlab.com/wireshark/wireshark/-/commit/0146fe4eb622a6a54d6ccb0e69488b594ec1fe50 John Thacker It did not (I n

Re: [Wireshark-dev] wireshark 4.3.git deadlock on startup.

2024-07-10 Thread John Thacker
Can you see if this commit fixes it for you? https://gitlab.com/wireshark/wireshark/-/commit/0146fe4eb622a6a54d6ccb0e69488b594ec1fe50 John Thacker On Wed, Jul 10, 2024, 6:17 PM Ben Greear wrote: > Hello, > > We saw a lockup on a system with lots of network interfaces. > I haven't looked at the

[Wireshark-dev] wireshark 4.3.git deadlock on startup.

2024-07-10 Thread Ben Greear
Hello, We saw a lockup on a system with lots of network interfaces. I haven't looked at the code, but it smells like a somewhat common pipe related lockup where the child process is trying to write, but parent is not reading because it is waiting for child to complete, so child cannot finish wr