[#29911] [Bug #3231] Digest Does Not Build — Charlie Savage <redmine@...>

Bug #3231: Digest Does Not Build

19 messages 2010/05/01

[#29920] [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless — Benoit Daloze <redmine@...>

Feature #3232: Loops (while/until) should return last statement value if any, like if/unless

9 messages 2010/05/01

[#29997] years in Time.utc — Xavier Noria <fxn@...>

Does anyone have a precise statement about the years supported by

13 messages 2010/05/04

[#30010] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly — Luis Lavena <redmine@...>

Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly

9 messages 2010/05/05

[#30226] [Bug #3288] Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88 — Szymon Jeż <redmine@...>

Bug #3288: Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88

10 messages 2010/05/13

[#30358] tk doesn't startup well in doze — Roger Pack <rogerdpack2@...>

Currently with 1.9.x and tk 8.5,the following occurs

12 messages 2010/05/22

[ruby-core:30080] Re: [Bug #3250] [BUG] Segmentation fault

From: Aaron Patterson <aaron@...>
Date: 2010-05-07 04:51:52 UTC
List: ruby-core #30080
On Fri, May 07, 2010 at 07:27:09AM +0900, Diogo Almeida wrote:
> Issue #3250 has been updated by Diogo Almeida.
> 
> 
> Hello Yusuke Endoh,
> 
> I've created a github public repository, which is accessible at http://github.com/DBA/mediainfo_ruby_bug. In this repo you'll be able to find a couple of self-contained tests that reproduce the reported bug, along with a target video.
> 
> The bug occurs while using REXML as a parser, though it also occurs with nokogiri. It might be something with the way the gem is coded, but it could also be something at the Ruby level itself. Might be worth double checking by someone with more ruby-fu than I :)
> 
> Last reproduced the issue with the following stack:
> 
> ruby 1.9.2dev (2010-05-05 trunk 27631) [x86_64-darwin10.3.0]
> Using mediainfo (0.7.1) from bundler gems 
> Using nokogiri (1.4.1) from bundler gems 
> Using shoulda (2.10.3) from bundler gems 
> 
> This issue has already been reported to MediaInfo http://github.com/greatseth/mediainfo/issues#issue/5
> 
> Please let me know if I can be of further assistance for the resolution / identification of this issue. Would be glad to help.

Can you please reduce the example further?  Your gem bundle file doesn't
contain all of the prerequisites to run the tests.  Even after I install
all the gem prerequisites, all the tests error:

  1) Error:
  test: MediaInfoRubyBug should Be able to directly access the stream's
  parsed response. (MediaInfoRubyBug):
  Errno::ENOENT: No such file or directory - mediainfo --Version
      /Users/apatterson/.local/lib/ruby/gems/1.9.1/gems/mediainfo-0.7.1/lib/mediainfo.rb:75:in
      ``'

Please be kind to ruby-core by reducing bugs to the _minimal_ amount of
code to reproduce the problem.

-- 
Aaron Patterson
http://tenderlovemaking.com/

In This Thread