[BUG]- error message from script

R

ruud grosmann

hello,

I've got this error message from my script:

/usr/lib/ruby/1.8/pp.rb:490: [BUG] object allocation during garbage
collection phase
ruby 1.8.7 (2008-06-20 patchlevel 22) [i486-linux]

Can anybody tell me what I should do with it? Is there some email
address where I should report it?

regards, Ruud
 
R

ruud grosmann

More info:

the problem arises when I do in my document

def create (file)
doc = XML::Document.file( file)
 
R

ruud grosmann

Sorry for my previous post.

More info:

the problem arises when I do this in the script (which contains a
Test::Unit::TestCase):
require 'xml/libxml'
require 'test/unit'

class Test
def create (file)
doc = XML::Document.file( file)
return 'test'
end
end

class TC_s < Test::Unit::TestCase
def test_error
t = Test.new
res = t.create( 'mytest.xml')
assert_equal( res, 'blip')
end
end

THe error only occurs if the assertion fails, so assert_equal( res,
'test') would not raise the error. It seems that the libxml library
does something that is not OK.

regards, Ruud



More info:

the problem arises when I do in my document

def create (file)
doc = XML::Document.file( file)



hello,

I've got this error message from my script:

/usr/lib/ruby/1.8/pp.rb:490: [BUG] object allocation during garbage
collection phase
ruby 1.8.7 (2008-06-20 patchlevel 22) [i486-linux]

Can anybody tell me what I should do with it? Is there some email
address where I should report it?

regards, Ruud
 

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,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top