[#23657] [Bug #1550] String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes — Run Paint Run Run <redmine@...>

Bug #1550: String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes

13 messages 2009/06/01

[#23729] [Bug #1583] Time + String no Longer Raises TypeError? — Run Paint Run Run <redmine@...>

Bug #1583: Time + String no Longer Raises TypeError?

14 messages 2009/06/05

[#23770] [Bug #1595] rake unusable on windows install — Robert Gonzalez <redmine@...>

Bug #1595: rake unusable on windows install

10 messages 2009/06/09

[#23869] [Bug #1640] [PATCH] Documentation for the Rational Class — Run Paint Run Run <redmine@...>

Bug #1640: [PATCH] Documentation for the Rational Class

12 messages 2009/06/16

[#23903] [Bug #1648] Rational#div Raises NoMethodError for Invalid Argument — Run Paint Run Run <redmine@...>

Bug #1648: Rational#div Raises NoMethodError for Invalid Argument

9 messages 2009/06/17

[#23977] [ANN] meeting log of RubyDeveloperKaigi20090622 — "Yugui (Yuki Sonoda)" <yugui@...>

Hi,

41 messages 2009/06/23
[#23979] Re: [ANN] meeting log of RubyDeveloperKaigi20090622 — Run Paint Run Run <runrun@...> 2009/06/23

Thanks for the update. :-)

[#24173] Re: [ANN] meeting log of RubyDeveloperKaigi20090622 — "NARUSE, Yui" <naruse@...> 2009/07/07

Sorry for late response,

[#24174] Re: [ANN] meeting log of RubyDeveloperKaigi20090622 — Luis Lavena <luislavena@...> 2009/07/07

On Tue, Jul 7, 2009 at 12:12 AM, NARUSE, Yui<naruse@airemix.jp> wrote:

[#24242] Re: [ANN] meeting log of RubyDeveloperKaigi20090622 — Charles Oliver Nutter <headius@...> 2009/07/09

On Mon, Jul 6, 2009 at 10:18 PM, Luis Lavena<luislavena@gmail.com> wrote:

[#24010] [Bug #1685] Some windows unicode path issues remain — B Kelly <redmine@...>

Bug #1685: Some windows unicode path issues remain

26 messages 2009/06/24
[#29189] [Bug #1685] Some windows unicode path issues remain — Yuki Sonoda <redmine@...> 2010/04/01

Issue #1685 has been updated by Yuki Sonoda.

[#29200] Re: [Bug #1685] Some windows unicode path issues remain — Bill Kelly <billk@...> 2010/04/01

Yuki Sonoda wrote:

[#29892] Re: [Bug #1685] Some windows unicode path issues remain — Bill Kelly <billk@...> 2010/04/29

Hi,

[#24058] [Bug #1696] http downloads are unuseably slow — Steven Hartland <redmine@...>

Bug #1696: http downloads are unuseably slow

19 messages 2009/06/27

[#24063] [Feature #1697] Object#<=> — Marc-Andre Lafortune <redmine@...>

Feature #1697: Object#<=>

15 messages 2009/06/28

[ruby-core:23932] [Bug #1659] Segfault with Encoding::Converter.asciicompat_encoding('internal')

From: Run Paint Run Run <redmine@...>
Date: 2009-06-19 12:14:40 UTC
List: ruby-core #23932
Bug #1659: Segfault with Encoding::Converter.asciicompat_encoding('internal')
http://redmine.ruby-lang.org/issues/show/1659

Author: Run Paint Run Run
Status: Open, Priority: Normal
Category: M17N
ruby -v: ruby 1.9.2dev (2009-06-19 trunk 23739) [i686-linux]

When my internal encoding is nil, Encoding::Converter.asciicompat_encoding("internal") causes a segfault on trunk and the latest 1.9.1. If Encoding.default_internal is non-nil, the method behaves correctly.

    $ ruby -e 'Encoding::Converter.asciicompat_encoding("internal")'
    -e:1: [BUG] Segmentation fault
    ruby 1.9.2dev (2009-06-19 trunk 23739) [i686-linux]

    -- control frame ----------
    c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC  :asciicompat_encoding
    c:0003 p:0019 s:0006 b:0006 l:0013b4 d:000384 EVAL   -e:1
    c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
    c:0001 p:0000 s:0002 b:0002 l:0013b4 d:0013b4 TOP   
    ---------------------------
    -e:1:in `<main>'
    -e:1:in `asciicompat_encoding'

    -- C level backtrace information -------------------------------------------
    ruby(rb_vm_bugreport+0xb5) [0x8161a25]
    ruby [0x819c9ab]
    ruby(rb_bug+0x28) [0x819ca38]
    ruby [0x80f6845]
    [0xb808f410]
    ruby [0x815fa89]
    ruby [0x81523de]
    ruby [0x8159172]
    ruby(rb_iseq_eval_main+0x1a3) [0x81593e3]
    ruby(ruby_exec_node+0x97) [0x805d2a7]
    ruby(ruby_run_node+0x46) [0x805eb76]
    ruby(main+0x60) [0x805c6a0]
    /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7eb0775]
    ruby [0x805c5a1]

    [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


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next