** 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
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-
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 [
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,
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
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
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
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
** 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
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
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
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
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)
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
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
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
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
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
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
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
** 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
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
** 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
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
** 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
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
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
** 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/
28 matches
Mail list logo