ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:66471] [ruby-trunk - Bug #10546] [Open] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
@ 2014-11-26  6:32 ` filipeteles
  2014-11-26  7:38 ` [ruby-core:66473] [ruby-trunk - Bug #10546] [Feedback] " nobu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: filipeteles @ 2014-11-26  6:32 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been reported by Filipe Teles.

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546

* Author: Filipe Teles
* Status: Open
* Priority: High
* Assignee: 
* Category: 
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:66473] [ruby-trunk - Bug #10546] [Feedback] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
  2014-11-26  6:32 ` [ruby-core:66471] [ruby-trunk - Bug #10546] [Open] Bug Segmentation Fault when input prompt on cmder filipeteles
@ 2014-11-26  7:38 ` nobu
  2014-11-26  8:00 ` [ruby-core:66475] [ruby-trunk - Bug #10546] [Assigned] " nobu
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: nobu @ 2014-11-26  7:38 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Nobuyoshi Nakada.

Description updated
Status changed from Open to Feedback
Priority changed from High to Low

Is it http://bliker.github.io/cmder/?

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-50090

* Author: Filipe Teles
* Status: Feedback
* Priority: Low
* Assignee: 
* Category: 
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:66475] [ruby-trunk - Bug #10546] [Assigned] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
  2014-11-26  6:32 ` [ruby-core:66471] [ruby-trunk - Bug #10546] [Open] Bug Segmentation Fault when input prompt on cmder filipeteles
  2014-11-26  7:38 ` [ruby-core:66473] [ruby-trunk - Bug #10546] [Feedback] " nobu
@ 2014-11-26  8:00 ` nobu
  2014-11-26 10:54 ` [ruby-core:66483] [ruby-trunk - Bug #10546] [Closed] " nobu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: nobu @ 2014-11-26  8:00 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Nobuyoshi Nakada.

Category set to platform/windows
Status changed from Feedback to Assigned
Assignee set to cruby-windows
Priority changed from Low to Normal

OK, I could repoduce it with ConEmu 141125.

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-50092

* Author: Filipe Teles
* Status: Assigned
* Priority: Normal
* Assignee: cruby-windows
* Category: platform/windows
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:66483] [ruby-trunk - Bug #10546] [Closed] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-11-26  8:00 ` [ruby-core:66475] [ruby-trunk - Bug #10546] [Assigned] " nobu
@ 2014-11-26 10:54 ` nobu
  2014-11-26 11:03 ` [ruby-core:66484] [ruby-trunk - Bug #10546] " nobu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: nobu @ 2014-11-26 10:54 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Nobuyoshi Nakada.

Status changed from Assigned to Closed
% Done changed from 0 to 100

Applied in changeset r48585.

----------
win32.c: for non-standard console

* win32/win32.c (constat_reset): do nothing on non-standard
  console emurators.  [ruby-core:66471] [Bug #10546]

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-50100

* Author: Filipe Teles
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: platform/windows
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:66484] [ruby-trunk - Bug #10546] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-11-26 10:54 ` [ruby-core:66483] [ruby-trunk - Bug #10546] [Closed] " nobu
@ 2014-11-26 11:03 ` nobu
  2014-11-29 23:41 ` [ruby-core:66576] " nobu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: nobu @ 2014-11-26 11:03 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Nobuyoshi Nakada.

Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: DONTNEED, 2.1: REQUIRED

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-50101

* Author: Filipe Teles
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: platform/windows
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: DONTNEED, 2.1: REQUIRED
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:66576] [ruby-trunk - Bug #10546] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2014-11-26 11:03 ` [ruby-core:66484] [ruby-trunk - Bug #10546] " nobu
@ 2014-11-29 23:41 ` nobu
  2014-12-16 18:32 ` [ruby-core:66887] " luislavena
  2015-03-17 17:41 ` [ruby-core:68547] [Ruby trunk " nagachika00
  7 siblings, 0 replies; 8+ messages in thread
From: nobu @ 2014-11-29 23:41 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Nobuyoshi Nakada.

Duplicates Bug #10408: [BUG] Segmentation fault  ruby 2.1.3p242 (2014-09-19 revision 47630) [i386-mingw32]                      added

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-50190

* Author: Filipe Teles
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: platform/windows
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: DONTNEED, 2.1: REQUIRED
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:66887] [ruby-trunk - Bug #10546] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2014-11-29 23:41 ` [ruby-core:66576] " nobu
@ 2014-12-16 18:32 ` luislavena
  2015-03-17 17:41 ` [ruby-core:68547] [Ruby trunk " nagachika00
  7 siblings, 0 replies; 8+ messages in thread
From: luislavena @ 2014-12-16 18:32 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Luis Lavena.

Related to Bug #10606: Ruby on consoles emulators added

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-50439

* Author: Filipe Teles
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: platform/windows
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: DONTNEED, 2.1: REQUIRED
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:68547] [Ruby trunk - Bug #10546] Bug Segmentation Fault when input prompt on cmder
       [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2014-12-16 18:32 ` [ruby-core:66887] " luislavena
@ 2015-03-17 17:41 ` nagachika00
  7 siblings, 0 replies; 8+ messages in thread
From: nagachika00 @ 2015-03-17 17:41 UTC (permalink / raw
  To: ruby-core

Issue #10546 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: DONTNEED, 2.1: REQUIRED to 2.0.0: DONTNEED, 2.1: DONE

Backported into `ruby_2_1` branch at r49996.

----------------------------------------
Bug #10546: Bug Segmentation Fault when input prompt on cmder
https://bugs.ruby-lang.org/issues/10546#change-51869

* Author: Filipe Teles
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
* Backport: 2.0.0: DONTNEED, 2.1: DONE
----------------------------------------
Hi,

Whenever I run a ruby file that has a prompt, I get the a bug segmentation fault. I'm using cmder, which is a console emulator for windows. I can run the files just fine if I use the standard cmd or another console emulator.

My environment:
Windows 7 ultimate.
rails 4.1.6

~~~
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7: [BUG] Segmentation fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :gets
c:0002 p:0063 s:0009 E:0010b8 EVAL   C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7 [FINISH]
c:0001 p:0000 s:0002 E:00059c TOP    [FINISH]

C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `<main>'
C:/railsprojectfiles/rubyTheHardWay/ex14.rb:7:in `gets'

-- C level backtrace information -------------------------------------------
C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x76F370F4]
C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x76A5C3D3]
C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x76A5C382]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_vm_bugreport+0xa7) [0x6D394A17]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_name_err_mesg_new+0x69f) [0x6D248F7F]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_bug+0x2e) [0x6D249D5E]
C:\RailsFTW416213\bin\msvcrt-ruby210.dll(rb_check_safe_str+0x34b) [0x6D31486B]
 [0x00401866]
C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x76F67F62]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/railsprojectfiles/rubyTheHardWay/ex14.rb

* Loaded features:

    0 enumerator.so
    1 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/encdb.so
    2 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/iso_8859_1.so
    3 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/enc/trans/transdb.so
    4 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/rbconfig.rb
    5 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/compatibility.rb
    6 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults.rb
    7 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/deprecate.rb
    8 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/errors.rb
    9 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/version.rb
   10 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/requirement.rb
   11 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/platform.rb
   12 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/basic_specification.rb
   13 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/stub_specification.rb
   14 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/util/stringio.rb
   15 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/specification.rb
   16 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/exceptions.rb
   17 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/defaults/operating_system.rb
   18 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
   19 thread.rb
   20 C:/RailsFTW416213/lib/ruby/2.1.0/i386-mingw32/thread.so
   21 C:/RailsFTW416213/lib/ruby/2.1.0/monitor.rb
   22 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
   23 C:/RailsFTW416213/lib/ruby/2.1.0/rubygems.rb

[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


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
~~~

---Files--------------------------------
2014-11-26 17_30_48-Cmder.png (13.7 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-17 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-10546.20141126063201@ruby-lang.org>
2014-11-26  6:32 ` [ruby-core:66471] [ruby-trunk - Bug #10546] [Open] Bug Segmentation Fault when input prompt on cmder filipeteles
2014-11-26  7:38 ` [ruby-core:66473] [ruby-trunk - Bug #10546] [Feedback] " nobu
2014-11-26  8:00 ` [ruby-core:66475] [ruby-trunk - Bug #10546] [Assigned] " nobu
2014-11-26 10:54 ` [ruby-core:66483] [ruby-trunk - Bug #10546] [Closed] " nobu
2014-11-26 11:03 ` [ruby-core:66484] [ruby-trunk - Bug #10546] " nobu
2014-11-29 23:41 ` [ruby-core:66576] " nobu
2014-12-16 18:32 ` [ruby-core:66887] " luislavena
2015-03-17 17:41 ` [ruby-core:68547] [Ruby trunk " nagachika00

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).