[futurebasic] [FB} crash diagnosis

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2011 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Tue, 6 Sep 2011 06:31:48 -0400
Robert,

> Clang (analysis) has the ability to emit diagnostics as HTML pages. I happened to be experimenting with a a prerelease version of clang 3.0, and gave it this code as a test...Here's the HTML warning, which may, and should, knock your socks off.

That is excellent. Out of curiosity, what does it emit with this:


local fn CreateFoo as CFStringRef
dim as CFStringRef  s
s = fn CFStringCreateCopy( _kCFAllocatorDefault, @"bar" )
end fn = s

Ken