The following reply was made to PR misc/181834; it has been noted by GNATS.
From: "Charbon, Julien"
To: bug-follo...@freebsd.org, jchar...@verisign.com
Cc:
Subject: Re: misc/181834: amd mounting NFS directories can drive a dead-lock
Date: Thu, 05 Sep 2013 14:13:01 +0200
Thi
The following reply was made to PR kern/172963; it has been noted by GNATS.
From: "Charbon, Julien"
To: bug-follo...@freebsd.org
Cc: rwat...@freebsd.org,
"De La Gueronniere, Marc"
Subject: Re: kern/172963: Kernel panic in udp_input()
Date: Tue, 09 Apr 2013 16:51:
I successfully reproduced this issue using only the socat tool:
Server side: Enable TCP debug, and launch socat server:
# sysctl net.inet.tcp.log_debug=1
net.inet.tcp.log_debug: 0 -> 1
$ cat /some/where/response.sh
#!/usr/bin/env bash
read line
echo -n
"01234567890123456789012345678901234567
The following reply was made to PR kern/172963; it has been noted by GNATS.
From: "Charbon, Julien"
To: bug-follo...@freebsd.org
Cc:
Subject: Re: kern/172963: Kernel panic in udp_input()
Date: Fri, 26 Oct 2012 13:54:38 +0200
I confirm that this race condition is also present i