[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2012-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/ruby1.8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/488115 Title: ruby garbage collector segfaults under certain conditions To manage notifications abo

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2010-01-15 Thread Ronen Botzer
Thanks for clarifying, Bryan. The GC bug-fix works. -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2010-01-15 Thread Bryan McLellan
Ronen, the bug that Lucas mentioned in #19 is not fixed in Ubuntu. The original bug listed in the bug description was fixed in ruby1.8=1.8.7.174-1ubuntu1 which is in karmic-updates now. So you don't need to add karmic-proposed. If you did, there are directions for configuring it using the GUI at [

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2010-01-15 Thread Ronen Botzer
Is there a non-GUI way of gaining access to the karmic-proposed distro? I edited the sources.list, did an apt-get update and did this: apt-get install --reinstall ruby1.8=1.8.7.174-1ubuntu1 apt-get install --reinstall libruby1.8=1.8.7.174-1ubuntu1 It appears to download and reinstall something,

Re: [Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-15 Thread Martin Pitt
Lucas Nussbaum [2009-12-15 10:01 -]: > Uh? The message sent by the way this bug was handed is: "We know > better than the Debian maintainers, and don't want to backport new > versions even if they only contain important bug fixes." Sorry if it came across that way, it was certainly not meant t

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-15 Thread Lucas Nussbaum
Uh? The message sent by the way this bug was handed is: "We know better than the Debian maintainers, and don't want to backport new versions even if they only contain important bug fixes." As a result: $ ruby -e 'eval ("1+2+"*1).chop' Segmentation fault (That's http://bugs.debian.org/cgi-bin

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package ruby1.8 - 1.8.7.174-1ubuntu1 --- ruby1.8 (1.8.7.174-1ubuntu1) karmic-proposed; urgency=medium * Added debian/patches/091125_gc_check.dpatch: Avoid segv on gc run whe heap fills up with deferred objects. (LP: #488115) * Added debian/patches/090

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-10 Thread kallistec
I can confirm that updating to the proposed versions of ruby and libruby fix the segfault test cases, and I have not observed any regressions in my testing. ruby -e "Time.now while true" #=> runs indefinitely Cheers, Daniel DeLeo -- ruby garbage collector segfaults under certain conditions http

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-08 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-needed -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-08 Thread Bryan McLellan
My mistake. *without* a segfault. Works as expected. -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

Re: [Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-08 Thread Martin Pitt
Bryan McLellan [2009-12-08 0:33 -]: > Installed ruby1.8 and libruby1.8 version 1.8.7.174-1ubuntu1 from karmic- > proposed. > > Ran both tests successfully with experiencing a segfault Was that meant to say "without", or is there yet another one? Thanks! Martin -- Martin Pitt

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-07 Thread Bryan McLellan
Installed ruby1.8 and libruby1.8 version 1.8.7.174-1ubuntu1 from karmic- proposed. Ran both tests successfully with experiencing a segfault, confirming package in -proposed fixes this bug. $ ruby -e 't1 = t2 = Time.now ; while t1.sec == t2.sec do t2 = Time.now end' $ ruby -ve "C=0; o=''; o.instan

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-07 Thread Martin Pitt
Accepted ruby1.8 into karmic-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: ruby1.8 (Ubuntu Karmic)

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-07 Thread Martin Pitt
Reportedly fixed in lucid in 1.8.7.174-2. ** Changed in: ruby1.8 (Ubuntu) Status: Triaged => Fix Released -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-12-01 Thread Bryan McLellan
New debdiff that patches the segfault bugs here and in 484756 ** Attachment added: "Fixes segv in 488115 and 484756 only" http://launchpadlibrarian.net/36292938/ruby1.8_1.8.7.174-1ubuntu1.debdiff -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/4881

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-30 Thread Bryan McLellan
This SRU would also fix Bug #484756. -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-30 Thread Lucas Nussbaum
It would be possible, but there's not much value to it. The other bugfixes also fix relatively severe bugs. Also, 1.8.7.174-2 was uploaded to Debian mid-august, so it received a lot of testing. -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-30 Thread Martin Pitt
Lucas, would it be possible to only backport the particular fix for this crash? There seem to be a lot of other changes, which make the SRU very difficult to review, and open possibilities for regressions. Thanks! ** Also affects: ruby1.8 (Ubuntu Karmic) Importance: Undecided Status: New

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-29 Thread Lucas Nussbaum
Ah, I would also need a sponsor, since ruby1.8 is in main, and I'm not allowed to upload to main (my upload was rejected). -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-29 Thread Lucas Nussbaum
Hi, I prepared a SRU to fix this bug and #484756 in karmic. The SRU consists in backporting all the Debian changes, including Bryan's patch, to the karmic package (there was no new upstream version in the meantime). So, as a bonus, it also fixes several bugs that were reported in Debian, but not i

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-29 Thread Bug Watch Updater
** Changed in: ruby1.8 (Debian) Status: New => Fix Released -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-26 Thread Bryan McLellan
debdiff for karmic attached. debdiff for sid sent to debian bug. ** Attachment added: "debdiff backporting ruby1.8.7-172-2 and adding this patch" http://launchpadlibrarian.net/36129615/ruby1.8_1.8.7.174-1ubuntu1.debdiff -- ruby garbage collector segfaults under certain conditions https://bug

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-26 Thread Bug Watch Updater
** Changed in: ruby1.8 (Debian) Status: Unknown => New -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-25 Thread Lucas Nussbaum
Bryan, would you mind preparing: - a debdiff against the current karmic version that: + backports the changes from the current Sid package + adds this patch - a debdiff against the current sid package, targetted for Debian, that adds this patch ? That way, I could upload the first one to ka

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-25 Thread Bryan McLellan
** Changed in: ruby1.8 (Ubuntu) Milestone: None => karmic-updates ** Changed in: ruby1.8 (Ubuntu) Milestone: karmic-updates => None -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/488115 You received this bug notification because you are a mem

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-25 Thread Bryan McLellan
Attached patch builds against ruby1.8=1.8.7.174-1 (karmic) and ruby1.8=1.8.7.174-2 (squeeze) and fixes both the Time test, and resolves the segfault running the chef package. Patch filed upstream with debian as well. ** Attachment added: "Patch generated from upstream issue #2326" http://launc

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-25 Thread Bryan McLellan
I can reproduce this bug using both the upstream test, and the chef package is affected by it: $ sudo chef-client [Wed, 25 Nov 2009 10:43:36 +] INFO: Starting Chef Run /usr/lib/ruby/1.8/systemu.rb:54: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux] Aborted Othe

[Bug 488115] Re: ruby garbage collector segfaults under certain conditions

2009-11-25 Thread Bryan McLellan
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/36055891/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/36055892/XsessionErrors.txt -- ruby garbage collector segfaults under certain conditions https://bugs.launchpad.net/bugs/