libstdc++, libsupc++, delete operators and valgrind

2013-01-20 Thread Mikolaj Golub
Hi, Some time ago I noticed that valgrind started to complain about "Mismatched free() / delete / delete []" for valid new/delete combinations. For example, the following test program int main() { char* buf = new char[10]; delete [] buf; return 0; } produced a warning

Re: Spontaneous reboots on Intel i5 and FreeBSD 9.0

2013-01-20 Thread Marin Atanasov Nikolov
On Sat, Jan 19, 2013 at 10:19 PM, John wrote: > >At 03:00am I can see that periodic(8) runs, but I don't see what could > have > >taken so much of the free memory. I'm also running this system on ZFS and > >have daily rotating ZFS snapshots created - currently the number of ZFS > >snapshots are >

Re: Failsafe on kernel panic

2013-01-20 Thread Willem Jan Withagen
On 17-1-2013 4:18, Ian Lepore wrote: > On Wed, 2013-01-16 at 23:27 +0200, Sami Halabi wrote: >> Thank you for your response, very helpful. >> one question - how do i configure auto-reboot once kernel panic occurs? >> >> Sami >> > > From src/sys/conf/NOTES, this may be what you're looking for... >

Re: 9-STABLE -> NFS -> NetAPP:

2013-01-20 Thread John Baldwin
On Sunday, January 20, 2013 01:10:29 AM Hub- Marketing wrote: > On 2013-01-19, at 4:57 AM, John Baldwin wrote: > > On Tuesday, December 18, 2012 11:58:36 PM Hub- Marketing wrote: > >> I'm running a few servers sitting on top of a NetAPP file server … > >> everything runs great, but periodically I'

Re: 9-STABLE -> NFS -> NetAPP:

2013-01-20 Thread Marc Fournier
Yup, saw those commits …am going through the servers and doing upgrades on them … will report on any issues post-upgrade … thx On 2013-01-20, at 6:47 AM, John Baldwin wrote: > On Sunday, January 20, 2013 01:10:29 AM Hub- Marketing wrote: >> On 2013-01-19, at 4:57 AM, John Baldwin wrote: >>