Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-18 Thread Gerald Combs
On 2/17/11 2:14 PM, Gerald Combs wrote: On 2/16/11 7:22 PM, Guy Harris wrote: On Feb 15, 2011, at 5:33 PM, Gerald Combs wrote: The trunk buildbot now has two additional buildslaves: one that runs the C/C++ code analyzer in Visual Studio 10 Premium and one that runs the Clang Static

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-17 Thread Guy Harris
On Feb 15, 2011, at 5:33 PM, Gerald Combs wrote: The trunk buildbot now has two additional buildslaves: one that runs the C/C++ code analyzer in Visual Studio 10 Premium and one that runs the Clang Static Analyzer. They are scheduled to run once a day at 9:00 PM PST (5:00 AM UTC) for the

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-17 Thread Gerald Combs
On 2/16/11 7:22 PM, Guy Harris wrote: On Feb 15, 2011, at 5:33 PM, Gerald Combs wrote: The trunk buildbot now has two additional buildslaves: one that runs the C/C++ code analyzer in Visual Studio 10 Premium and one that runs the Clang Static Analyzer. They are scheduled to run once a day

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-17 Thread Bill Meier
On 2/17/2011 5:14 PM, Gerald Combs wrote: On 2/16/11 7:22 PM, Guy Harris wrote: It looks like this is a known bug: http://connect.microsoft.com/VisualStudio/feedback/details/99397/warning-c6011-at-wspiapi-h-1001 From the bug report...:) Posted by Microsoft on 4/4/2006 at 10:59 AM Thanks

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-16 Thread Stephen Fisher
On Tue, Feb 15, 2011 at 05:33:02PM -0800, Gerald Combs wrote: Scan-build creates very large (about 3 GB uncompressed) HTML reports. I'm hoping to have them available for download in the next day or so. That directory should be suitable for hosting on a web server for us to all browse.

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-16 Thread Gerald Combs
On 2/16/11 3:22 PM, Stephen Fisher wrote: On Tue, Feb 15, 2011 at 05:33:02PM -0800, Gerald Combs wrote: Scan-build creates very large (about 3 GB uncompressed) HTML reports. I'm hoping to have them available for download in the next day or so. That directory should be suitable for hosting on

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-16 Thread Guy Harris
On Feb 15, 2011, at 5:33 PM, Gerald Combs wrote: The trunk buildbot now has two additional buildslaves: one that runs the C/C++ code analyzer in Visual Studio 10 Premium and one that runs the Clang Static Analyzer. They are scheduled to run once a day at 9:00 PM PST (5:00 AM UTC) for the

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-16 Thread Guy Harris
What's the default process stack size in Win32? The MSVC++ static analyzer is giving some c:\buildbot\...\blahblahblah.c(XXX) : warning C6262: Function uses 'YYY' bytes of stack: exceeds /analyze:stacksize'16384'. Consider moving some data to heap but we're just running the static

Re: [Wireshark-dev] Static analysis added to the buildbot

2011-02-16 Thread Bill Meier
On 2/16/2011 11:42 PM, Guy Harris wrote: What's the default process stack size in Win32? ==From the VC2008 docs[1]: The /STACK option sets the size of the stack in bytes. Use this option only when you build an .exe file. The reserve value specifies the total stack allocation in virtual

[Wireshark-dev] Static analysis added to the buildbot

2011-02-15 Thread Gerald Combs
The trunk buildbot now has two additional buildslaves: one that runs the C/C++ code analyzer in Visual Studio 10 Premium and one that runs the Clang Static Analyzer. They are scheduled to run once a day at 9:00 PM PST (5:00 AM UTC) for the time being. Scan-build creates very large (about 3 GB