Then, in hello-2.6 (unpacked GNU hello 2.6) just ran "scan-build
./configure" and "scan-build make" and the analyzer crashes. But it's
apparently not supposed to and I'm seeing problems that were fixed
months ago.
So can anyone suggest what I might be doing wrong?
Then, in hello-2.6 (unpacked GNU hello 2.6) just ran "scan-build
./configure" and "scan-build make" and the analyzer crashes. But it's
apparently not supposed to and I'm seeing problems that were fixed
months ago.
So can anyone suggest what I might be doing wrong?
I wondered whether I had old libraries or something confusing things, so
I did the same kind of thing in a pbuilder-created chroot (so this
contains only the base of Debian unstable and a few things that I
installed). I built using ./configure (just to skip installing cmake)
and I get the same crash as before. I installed and used gcc-4.2 to
build again, but that version also crashes.
So I guess there's some difference with linux+elf that's not visible
with Darwin builds? Isn't anyone else using (or trying to use) analyzer
on GNU/Linux?
and close it some days ago because after (at least) rev.106215 there are no
error with #include <stdio.h>
I'm not sure it's the same (I'm using a more recent version than that).
However, I've chopped the failing case to something much smaller, so
I'll attach that to the bug and hope that it helps.