On Tue, Apr 21, 2009 at 5:41 AM, Joseph Smith joe@settoplinux.org wrote:
This really sounds like an unitialized variable or a bad pointer.
Wouldn't gcc catch these and error when building?
These kinds of things are normally warnings. That's part of the reason we're using scan-build and trying to remove as many warnings as we can.
Thanks, Myles