[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>
Hi ruby-core,
10 messages
2015/03/10
[#68480] Re: Looking for MRI projects for Ruby Google Summer of Code 2015
— SASADA Koichi <ko1@...>
2015/03/10
I have.
[#68549] Re: Looking for MRI projects for Ruby Google Summer of Code 2015
— SASADA Koichi <ko1@...>
2015/03/17
I sent several ideas on previous, mail, but they are seems rejected?
[#68493] [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false" — nobu@...
Issue #10532 has been updated by Nobuyoshi Nakada.
5 messages
2015/03/11
[#68503] Re: [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false"
— Eric Wong <normalperson@...>
2015/03/12
Committed as r49948.
[#68504] Re: [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false"
— Nobuyoshi Nakada <nobu@...>
2015/03/12
On 2015/03/12 12:08, Eric Wong wrote:
[#68506] Seven stacks (and two questions) — Jakub Trzebiatowski <jaktrze1@...>
The Ruby Hacking Guide says that Ruby has=E2=80=A6 seven stacks. Is it =
5 messages
2015/03/12
[#68520] Possible regression in 2.1 and 2.2 in binding when combined with delegate? — Joe Swatosh <joe.swatosh@...>
# The following code
3 messages
2015/03/14
[#68604] GSOC project Cross-thread Fiber support — surya pratap singh raghuvanshi <oshosurya@...>
- *hi i am a third year computer science student interested in working
6 messages
2015/03/22
[#68606] Re: GSOC project Cross-thread Fiber support
— Tony Arcieri <bascule@...>
2015/03/22
Hi Surya,
[#68619] Re: GSOC project Cross-thread Fiber support
— surya pratap singh raghuvanshi <oshosurya@...>
2015/03/23
hi tony,
[ruby-core:68547] [Ruby trunk - Bug #10546] Bug Segmentation Fault when input prompt on cmder
From:
nagachika00@...
Date:
2015-03-17 17:41:21 UTC
List:
ruby-core #68547
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/