[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69047] [Ruby trunk - Bug #11110] [Rejected] [Bug] Segmentation fault
From:
nobu@...
Date:
2015-05-01 02:55:13 UTC
List:
ruby-core #69047
Issue #11110 has been updated by Nobuyoshi Nakada. File bug-11110.log added Description updated Status changed from Open to Rejected Noel Dixon wrote: > ~~~ > 0 ruby 0x0000000101ee1805 rb_vm_bugreport + 149 > 1 ruby 0x0000000101d84ab9 rb_bug_context + 473 > 2 ruby 0x0000000101e5bfe3 sigsegv + 83 > 3 libsystem_platform.dylib 0x00007fff91138f1a _sigtramp + 26 > 4 libruby.2.2.0.dylib 0x00000001022b4f7b ruby_xmalloc + 17 You mix static ruby and shared libruby. ---------------------------------------- Bug #11110: [Bug] Segmentation fault https://bugs.ruby-lang.org/issues/11110#change-52304 * Author: Noel Dixon * Status: Rejected * Priority: Normal * Assignee: * ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I see the OpenSSL.bundle issue, yes and bundle returns a similar list of issues and bug report as below. Do I need to scale Ruby back to 1.9.x??? This issue makes Jekyll unusable, shy's me away from these type of tools/applications. ~~~ $ brew update; brew list | xargs brew upgrade Already up-to-date. Error: autoconf 2.69 already installed Error: automake 1.15 already installed Error: libgpg-error 1.19 already installed Error: libksba 1.3.3 already installed Error: libtool 2.4.6 already installed Error: libyaml 0.1.6_1 already installed Error: openssl 1.0.2a-1 already installed Error: pkg-config 0.28 already installed Error: readline 6.3.8 already installed Error: ruby 2.2.2 already installed Error: wget 1.16.3 already installed $ sudo gem install jekyll /usr/local/lib/ruby/2.2.0/x86_64-darwin14/openssl.bundle: [BUG] Segmentation fault at 0x00000000000440 (snip) $ ~~~ ---Files-------------------------------- bug-11110.log (10.2 KB) -- https://bugs.ruby-lang.org/