[#35027] [Ruby 1.9-Bug#4352][Open] [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s) — "James M. Lawrence" <redmine@...>
Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Issue #4352 has been updated by James M. Lawrence.
Hi,
On Wed, Feb 2, 2011 at 10:47 AM, Yusuke ENDOH <mame@tsg.ne.jp> wrote:
Hi,
[#35036] [Ruby 1.9-Bug#4354][Open] File.realdirpath is expected to test for real file. — Luis Lavena <redmine@...>
Bug #4354: File.realdirpath is expected to test for real file.
[#35055] [Ruby 1.9-Bug#4359][Open] regular expressions created with Regexp::FIXEDENCODING have incorrect inspect — Aaron Patterson <redmine@...>
Bug #4359: regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
[#35071] Bug in system()? — Anthony Wright <anthony@...>
I've just hit a problem where the system() method to call an external program failed in a fairly unpredictable way, and I couldn't get any clues from within ruby to diagnose the problem. As a result I ended up debugging process.c to work out what the problem was.
[#35100] [Ruby 1.9-Bug#4370][Open] Abort trap in net/http — David Phillips <redmine@...>
Bug #4370: Abort trap in net/http
[#35114] [Ruby 1.9-Bug#4373][Open] http.rb:677: [BUG] Segmentation fault — Christian Fazzini <redmine@...>
Bug #4373: http.rb:677: [BUG] Segmentation fault
[#35144] Documentation Clarifications to Array methods rotate, rotate!, index, and rindex — Loren Sands-Ramshaw <lorensr@...>
Tue Feb 8 11:47:11 2011 Loren Sands-Ramshaw <lorensr@gmail.com>
[#35146] [Ruby 1.9-Bug#4383][Assigned] psych fails to parse a symbol in a flow sequence — Yuki Sonoda <redmine@...>
Bug #4383: psych fails to parse a symbol in a flow sequence
[#35167] Redmine misconfigured (was Re: Re: [Ruby 1.9-Bug#4340] Encoding of result string for String#gsub is not consistent) — mathew <meta@...>
On Tue, Feb 8, 2011 at 16:27, Eric Hodel <drbrain@segment7.net> wrote:
[#35171] [Ruby 1.9-Bug#4386][Open] encoding: directive does not affect regex expressions — mathew murphy <redmine@...>
Bug #4386: encoding: directive does not affect regex expressions
[#35202] Patch to Net::InternetMessageIO — Daniel Cormier <daniel.cormier@...>
This patch addresses an issue when sending a message with Net::SMTP
On Fri, Feb 11, 2011 at 09:13, Daniel Cormier <daniel.cormier@gmail.com> wrote:
Perhaps that is a better solution, but shouldn't sending a message
On Fri, Feb 11, 2011 at 17:08, Daniel Cormier <daniel.cormier@gmail.com> wrote:
Ok, but since the period escaping is already being done (just with
[#35237] [Ruby 1.9-Bug#4400][Open] nested at_exit hooks run in strange order — Suraj Kurapati <redmine@...>
Bug #4400: nested at_exit hooks run in strange order
Issue #4400 has been updated by Motohiro KOSAKI.
[#35332] [ANN] Planned maintenance of redmine.ruby-lang.org — "Yuki Sonoda (Yugui)" <yugui@...>
-----BEGIN PGP SIGNED MESSAGE-----
-----BEGIN PGP SIGNED MESSAGE-----
[#35340] odd require behavior — Roger Pack <rogerdpack2@...>
Hello all.
[#35355] eval'ing large strings runs out of stack space? — Roger Pack <rogerdpack2@...>
Hello all.
[#35356] suggestion: default irb to saving history — Roger Pack <rogerdpack2@...>
Hello all.
[#35376] [Ruby 1.9 - Feature #4447] [Open] add String#byteslice() method — Suraj Kurapati <sunaku@...>
string.force_encoding(ENCODING::BINARY).slice almost does what you want,
[ruby-core:35076] [Ruby 1.9-Bug#4363][Open] Ruby segfaults when any gem module is required
Bug #4363: Ruby segfaults when any gem module is required http://redmine.ruby-lang.org/issues/show/4363 Author: Geoff W. Status: Open, Priority: Normal Category: core, Target version: 1.9.2 ruby -v: ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux] Test file 1 (test.rb): # Begin require "mysql" # End Test file 2 (test2.rb): # Begin require "active_record" # End Test case: ruby test.rb Output: <internal:lib/rubygems/custom_require>:29: [BUG] iseq_set_arguments: NODE_ARGS is expected, but NODE_SCOPE ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux] -- control frame ---------- c:0009 p:---- s:0030 b:0030 l:000029 d:000029 CFUNC :require c:0008 p:0013 s:0026 b:0026 l:000025 d:000025 METHOD <internal:lib/rubygems/custom_require>:29 c:0007 p:0096 s:0021 b:0021 l:000020 d:000020 METHOD <internal:gem_prelude>:167 c:0006 p:0017 s:0018 b:0018 l:000017 d:000017 METHOD <internal:gem_prelude>:217 c:0005 p:0060 s:0014 b:0014 l:000010 d:000013 BLOCK <internal:lib/rubygems/custom_require>:32 c:0004 p:0014 s:0011 b:0011 l:000010 d:000010 METHOD <internal:lib/rubygems/custom_require>:29 c:0003 p:0011 s:0006 b:0006 l:002698 d:001228 EVAL test.rb:1 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:002698 d:002698 TOP --------------------------- -- Ruby level backtrace information ---------------------------------------- test.rb:1:in `<main>' <internal:lib/rubygems/custom_require>:29:in `require' <internal:lib/rubygems/custom_require>:32:in `rescue in require' <internal:gem_prelude>:217:in `try_activate' <internal:gem_prelude>:167:in `load_full_rubygems_library' <internal:lib/rubygems/custom_require>:29:in `require' <internal:lib/rubygems/custom_require>:29:in `require' -- C level backtrace information ------------------------------------------- ruby(rb_vm_bugreport+0xb5) [0x523cb5] ruby [0x561e23] ruby(rb_bug+0xb1) [0x561f91] ruby [0x501be2] ruby(rb_iseq_new_with_opt+0xbc) [0x507aac] ruby [0x4f6762] ruby [0x4f4894] ruby(rb_iseq_compile_node+0x62c) [0x5015ac] ruby(rb_iseq_new_with_opt+0xbc) [0x507aac] ruby [0x4f70a3] ruby [0x4f4894] ruby(rb_iseq_compile_node+0x520) [0x5014a0] ruby [0x50650d] ruby(rb_iseq_new_top+0x2c) [0x5067dc] ruby [0x5648e5] ruby(rb_require_safe+0x675) [0x565ea5] ruby [0x50c8f3] ruby [0x50ff7a] ruby [0x51694d] ruby(rb_iseq_eval_main+0x1dc) [0x516c2c] ruby [0x417c1f] ruby(ruby_run_node+0x36) [0x41a3e6] ruby(main+0x4d) [0x416ead] /lib64/libc.so.6(__libc_start_main+0xf4) [0x39d841d994] ruby [0x416da9] [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html Aborted Note: Both files output the same error. ---------------------------------------- http://redmine.ruby-lang.org