>>>>> "J" == Joshua Swink <yathster / gmail.com> writes: J> I have a large ruby program that runs fine in older versions but causes J> 1.8.3 to segfault (always). How and where should bugs be reported? I J> searched ruby-lang.org to no avail. If you have compiled ruby from the source and you have a version of bison < 2.0 (bison --version) then remove the file parse.c and re-compile ruby. Guy Decoux