1.8.3 segfaulting, how to report bugs?

J

Joshua Swink

I have a large ruby program that runs fine in older versions but causes
1.8.3 to segfault (always). How and where should bugs be reported? I
searched ruby-lang.org to no avail.

I would gladly supply a copy of the program to any ruby developer for
testing, but I don't want to publicly distribute it yet.
 
S

Stefan Lang

I have a large ruby program that runs fine in older versions but
causes 1.8.3 to segfault (always). How and where should bugs be
reported? I searched ruby-lang.org to no avail.

I had this issue too and it was solved by appending an empty
line or a line with a comment to one of the script files.
I would gladly supply a copy of the program to any ruby developer
for testing, but I don't want to publicly distribute it yet.

The bugtracker for Ruby is available under:
http://rubyforge.org/tracker/?atid=1698&group_id=426&func=browse

Regargs,
Stefan
 
J

Joshua Swink

Stefan said:
I had this issue too and it was solved by appending an empty
line or a line with a comment to one of the script files.

Thanks. I tried adding a blank line or a comment to every file,
but it still crashes. Sticking with 1.8.2 for now.
 
T

ts

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top