[cfe-dev] segfault with -serialize
Eli Friedman
eli.friedman at gmail.com
Fri May 30 04:29:30 PDT 2008
On Fri, May 30, 2008 at 3:53 AM, Holger Schurig
<hs4233 at mail.mn-solutions.de> wrote:
> $ cat main.c
> int main(int argc, char *argv[])
> {
> printf("argc: %d\n", argc);
> printf("argv[0]: %s\n", argv[0]);
> }
>
>
> $ clang main.c -serialize
> clang[0x8375f51]
> Segmentation fault
Thanks for the report; fixed committed.
For future reference, it's easier to keep track of bug reports in
Bugzilla; reports to the list tend to get lost.
-Eli
More information about the cfe-dev
mailing list