[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-bugs] another bug



I just reproduced the problem again on gamow using 498f306, the current head. Did you login to gamow and try this there?

John



On 6/22/11 10:24 PM, Xuejun Yang wrote:
Is this the revision from yesterday? I can't reproduce it with c3fe5f.

-Xuejun


[regehr@gamow ~]$ /home/regehr/csmith/src/csmith -s 278049258
--bitfields    --force-globals-static --unions --output rand001859.c
[regehr@gamow ~]$ clang -O0  -I/home/regehr/csmith/runtime
rand001859.c
   -w[regehr@gamow ~]$ ./a.out
Segmentation fault
[regehr@gamow ~]$ gcc -O0  -I/home/regehr/csmith/runtime rand001859.c
-w
[regehr@gamow ~]$ ./a.out
Segmentation fault