ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:49224] [Ruby trunk - Bug #11457] [Open] miniruby SEGVs on CentOS 5
       [not found] <redmine.issue-11457.20150818110358@ruby-lang.org>
@ 2015-08-18 11:03 ` naruse
  2015-09-29  8:23 ` [ruby-dev:49264] [Ruby trunk - Bug #11457] " usa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: naruse @ 2015-08-18 11:03 UTC (permalink / raw)
  To: ruby-dev

Issue #11457 has been reported by Yui NARUSE.

----------------------------------------
Bug #11457: miniruby SEGVs on CentOS 5
https://bugs.ruby-lang.org/issues/11457

* Author: Yui NARUSE
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0dev (2015-08-18) [x86_64-linux]
* Backport: 2.0.0: DONTNEED, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
minirubyがCentOS 5 (64bit) でSEGVするやつです。
http://rubyci.s3.amazonaws.com/centos5-64/ruby-trunk/log/20150818T093302Z.log.html.gz#miniversion

パッチ見ればわかりますが原因はr49452です。
2.1と2.2にはバックポートされているようだけど、2.0.0には入っていないと思う。



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

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

* [ruby-dev:49264] [Ruby trunk - Bug #11457] miniruby SEGVs on CentOS 5
       [not found] <redmine.issue-11457.20150818110358@ruby-lang.org>
  2015-08-18 11:03 ` [ruby-dev:49224] [Ruby trunk - Bug #11457] [Open] miniruby SEGVs on CentOS 5 naruse
@ 2015-09-29  8:23 ` usa
  2015-09-29 18:33 ` [ruby-dev:49268] " nagachika00
  2018-06-14 10:28 ` [ruby-dev:50577] [Ruby trunk Bug#11457] " josef.kemetmueller
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2015-09-29  8:23 UTC (permalink / raw)
  To: ruby-dev

Issue #11457 has been updated by Usaku NAKAMURA.

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

ruby_2_1 r51975 merged revision(s) 51626.

----------------------------------------
Bug #11457: miniruby SEGVs on CentOS 5
https://bugs.ruby-lang.org/issues/11457#change-54305

* Author: Yui NARUSE
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0dev (2015-08-18) [x86_64-linux]
* Backport: 2.0.0: DONTNEED, 2.1: DONE, 2.2: REQUIRED
----------------------------------------
minirubyがCentOS 5 (64bit) でSEGVするやつです。
http://rubyci.s3.amazonaws.com/centos5-64/ruby-trunk/log/20150818T093302Z.log.html.gz#miniversion

パッチ見ればわかりますが原因はr49452です。
2.1と2.2にはバックポートされているようだけど、2.0.0には入っていないと思う。



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

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

* [ruby-dev:49268] [Ruby trunk - Bug #11457] miniruby SEGVs on CentOS 5
       [not found] <redmine.issue-11457.20150818110358@ruby-lang.org>
  2015-08-18 11:03 ` [ruby-dev:49224] [Ruby trunk - Bug #11457] [Open] miniruby SEGVs on CentOS 5 naruse
  2015-09-29  8:23 ` [ruby-dev:49264] [Ruby trunk - Bug #11457] " usa
@ 2015-09-29 18:33 ` nagachika00
  2018-06-14 10:28 ` [ruby-dev:50577] [Ruby trunk Bug#11457] " josef.kemetmueller
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2015-09-29 18:33 UTC (permalink / raw)
  To: ruby-dev

Issue #11457 has been updated by Tomoyuki Chikanaga.

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

Backported into `ruby_2_2` branch at r51985.

----------------------------------------
Bug #11457: miniruby SEGVs on CentOS 5
https://bugs.ruby-lang.org/issues/11457#change-54319

* Author: Yui NARUSE
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0dev (2015-08-18) [x86_64-linux]
* Backport: 2.0.0: DONTNEED, 2.1: DONE, 2.2: DONE
----------------------------------------
minirubyがCentOS 5 (64bit) でSEGVするやつです。
http://rubyci.s3.amazonaws.com/centos5-64/ruby-trunk/log/20150818T093302Z.log.html.gz#miniversion

パッチ見ればわかりますが原因はr49452です。
2.1と2.2にはバックポートされているようだけど、2.0.0には入っていないと思う。



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

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

* [ruby-dev:50577] [Ruby trunk Bug#11457] miniruby SEGVs on CentOS 5
       [not found] <redmine.issue-11457.20150818110358@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-09-29 18:33 ` [ruby-dev:49268] " nagachika00
@ 2018-06-14 10:28 ` josef.kemetmueller
  3 siblings, 0 replies; 4+ messages in thread
From: josef.kemetmueller @ 2018-06-14 10:28 UTC (permalink / raw)
  To: ruby-dev

Issue #11457 has been updated by knedlsepp (Josef Kemetmüller).


For me it helped to increase my stack size limit using `ulimit -s unlimited`.

----------------------------------------
Bug #11457: miniruby SEGVs on CentOS 5
https://bugs.ruby-lang.org/issues/11457#change-72491

* Author: naruse (Yui NARUSE)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.3.0dev (2015-08-18) [x86_64-linux]
* Backport: 2.0.0: DONTNEED, 2.1: DONE, 2.2: DONE
----------------------------------------
minirubyがCentOS 5 (64bit) でSEGVするやつです。
http://rubyci.s3.amazonaws.com/centos5-64/ruby-trunk/log/20150818T093302Z.log.html.gz#miniversion

パッチ見ればわかりますが原因はr49452です。
2.1と2.2にはバックポートされているようだけど、2.0.0には入っていないと思う。



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

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

end of thread, other threads:[~2018-06-14 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11457.20150818110358@ruby-lang.org>
2015-08-18 11:03 ` [ruby-dev:49224] [Ruby trunk - Bug #11457] [Open] miniruby SEGVs on CentOS 5 naruse
2015-09-29  8:23 ` [ruby-dev:49264] [Ruby trunk - Bug #11457] " usa
2015-09-29 18:33 ` [ruby-dev:49268] " nagachika00
2018-06-14 10:28 ` [ruby-dev:50577] [Ruby trunk Bug#11457] " josef.kemetmueller

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).