Re: kern/155597: [panic] Kernel panics with " sbdrop" message

2012-01-11 Thread Vladimir Kutakov
The following reply was made to PR kern/155597; it has been noted by GNATS.

From: Vladimir Kutakov 
To: Arnaud Lacombe 
Cc: bug-follo...@freebsd.org
Subject: Re: kern/155597: [panic] Kernel panics with "sbdrop" message
Date: Wed, 11 Jan 2012 17:55:41 +0400

 We have tried RELENG_8_2 and the panic doesn't happen anymore. Many =
 thanks to the FreeBSD team.
 
 On Aug 17, 2011, at 1:43 AM, Arnaud Lacombe wrote:
 
 > Hi,
 >=20
 > Does this still happen with 9.0-BETA ?
 >=20
 > If so, could this be a use-after-free, where an mbuf is freed (during
 > an m_pullup() or alike), but the old reference is still kept around,
 > gets added to the sockbuf, then the mbuf is re-allocated and corrupt
 > the sockbuf ?
 
 
 --
 =D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80 =D0=9A=D1=83=D1=82=D0=B0=D0=
 =BA=D0=BE=D0=B2
 =D0=A2=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B9 =
 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80
 =D0=97=D0=90=D0=9E "=D0=9F=D0=BE=D0=B8=D1=81=D0=BA=D0=BE=D0=B2=D1=8B=D0=B5=
  =D1=82=D0=B5=D1=85=D0=BD=D0=BE=D0=BB=D0=BE=D0=B3=D0=B8=D0=B8"
 v...@ashmanov.com
 
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: kern/155597: [panic] Kernel panics with "sbdrop" message

2011-03-24 Thread Vladimir Kutakov
The following reply was made to PR kern/155597; it has been noted by GNATS.

From: Vladimir Kutakov 
To: bug-follo...@freebsd.org, v...@ashmanov.com
Cc:  
Subject: Re: kern/155597: [panic] Kernel panics with "sbdrop" message
Date: Thu, 24 Mar 2011 12:35:34 +0300

 We are looking into this problem a bit. The panic is reproducible easily by 
means of big http trafic. We ran apache benchmark on 3 next servers: ab -c40 
-n2000 'http://thehost/somesmallfile'. After just some minutes panic occurs.
 
 However, after decreasing hw.igb.num_queues to 4 (default value is 8), it 
occurs only after 2 hours.
 
 Finally, the server with hw.igb.num_queues=1 works good already 7 days.
 
 It seems that some problem happens during parallel tcp processing.
 
 
 -- 
 WBR,
 Vladimir
 mailto:v...@ashmanov.com
 
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"