Your message dated Sun, 6 Sep 2009 20:29:15 +0200
with message-id <[email protected]>
and subject line Re: fixed 519755 in 1.6.3-1
has caused the Debian Bug report #519755,
regarding libcairo-ruby1.8: [BUG] object allocation during garbage collection 
phase
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
519755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcairo-ruby1.8
Version: 1.5.1-1+lenny1
Severity: serious

Hi,

It seems that the fix to bug #487204 is incomplete. The following script
crashes:

<------------->
require 'cairo'
require 'stringio'

i = 0;
1000.times do
  output = StringIO.new
  surface = Cairo::PDFSurface.new(output, 100, 100)
  context = Cairo::Context.new(surface)
  i += 1;
  puts "***************** #{i} *********" if i%100 == 0;
end
<------------->

It crashes with lenny's version (1.5.1-1+lenny1), but doesn't crash
with unstable's version (1.6.3-1).

It was first reported and discussed on Launchpad (Ubuntu Intrepid is
affected): https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/293464

- Lucas

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-rc7-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcairo-ruby1.8 depends on:
ii  libc6                         2.7-18     GNU C Library: Shared libraries
ii  libcairo2                     1.8.6-2    The Cairo 2D vector graphics libra
ii  libruby1.8                    1.8.7.72-3 Libraries necessary to run Ruby 1.
ii  ruby1.8                       1.8.7.72-3 Interpreter of object-oriented scr

libcairo-ruby1.8 recommends no packages.

libcairo-ruby1.8 suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.6.3-1

Marking this as done, but it still needs to be fixed in lenny....
-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |


--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to