[#56333] [CommonRuby - Feature #8723][Open] Array.any? predicate returns true for empty array. — "nurettin (Nurettin Onur TUGCU)" <onurtugcu@...>
[#56368] [ruby-trunk - Bug #8730][Open] "rescue Exception" rescues Timeout::ExitException — "takiuchi (Genki Takiuchi)" <genki@...21g.com>
2013/8/28 nobu (Nobuyoshi Nakada) <nobu@ruby-lang.org>:
[#56389] [ruby-trunk - Feature #8738][Open] Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?) — "akr (Akira Tanaka)" <akr@...>
[#56407] [ruby-trunk - misc #8741][Open] email notification on bugs.ruby-lang.org is broken — "rits (First Last)" <redmine@...>
[#56517] Re: [ruby-cvs:49638] zzak:r42496 (trunk): * lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377] — Tanaka Akira <akr@...>
2013/8/11 <zzak@ruby-lang.org>:
[#56523] [ruby-trunk - Bug #8769][Open] [PATCH] process.c (rb_fork_internal): remove cloexec setting — "normalperson (Eric Wong)" <normalperson@...>
[#56524] [ruby-trunk - Bug #8770][Open] [PATCH] process.c: avoid EINTR from Process.spawn — "normalperson (Eric Wong)" <normalperson@...>
[#56536] [ruby-trunk - Feature #8772][Open] Hash alias #| merge, and the case for Hash and Array polymorphism — "trans (Thomas Sawyer)" <redmine@...>
[#56551] [CommonRuby - Feature #8777][Open] Process.mach_absolute_time — "tenderlovemaking (Aaron Patterson)" <tenderlove@...>
[#56567] [ruby-trunk - Feature #8780][Assigned] DBM#to_h alias for #to_hash — "zzak (Zachary Scott)" <e@...>
[#56569] [ruby-trunk - Feature #8781][Open] Use require_relative() instead of require() if possible — "ko1 (Koichi Sasada)" <redmine@...>
On Sat, Aug 17, 2013 at 07:17:50AM +0900, trans (Thomas Sawyer) wrote:
(13/08/17 13:13), Aaron Patterson wrote:
(2013/08/12 15:35), ko1 (Koichi Sasada) wrote:
(2013/08/13 2:25), drbrain (Eric Hodel) wrote:
On Tue, Aug 13, 2013 at 07:38:01AM +0900, SASADA Koichi wrote:
(2013/08/16 14:21), Aaron Patterson wrote:
On Fri, Aug 16, 2013 at 03:00:59PM +0900, SASADA Koichi wrote:
Em 16-08-2013 03:24, Aaron Patterson escreveu:
On Fri, Aug 16, 2013 at 09:35:04AM -0300, Rodrigo Rosenfeld Rosas wrote:
[#56634] [ruby-trunk - Feature #8788][Open] use eventfd on newer Linux instead of pipe for timer thread — "normalperson (Eric Wong)" <normalperson@...>
(2013/08/16 10:47), normalperson (Eric Wong) wrote:
SASADA Koichi <ko1@atdot.net> wrote:
Hi
KOSAKI Motohiro <kosaki.motohiro@gmail.com> wrote:
[#56658] [ruby-trunk - Feature #8796][Open] Use GMP to accelerate Bignum operations — "akr (Akira Tanaka)" <akr@...>
[#56672] Re: [ruby-cvs:49733] eregon:r42591 (trunk): * process.c (rb_clock_gettime): document CLOCK_REALTIME and — Tanaka Akira <akr@...>
2013/8/17 <eregon@ruby-lang.org>:
On 17 August 2013 02:52, Tanaka Akira <akr@fsij.org> wrote:
[#56746] [ruby-trunk - Bug #8803][Open] Another buffer overflow — "user021 (a s)" <user021@...>
[#56753] [ruby-trunk - Feature #8804][Open] ONCE syntax — "ko1 (Koichi Sasada)" <redmine@...>
[#56762] [ruby-trunk - Bug #8805][Open] Ruby GC::Profiler returns incorrect info on Solaris (and relatives) — "sax (Eric Saxby)" <sax@...>
[#56780] [ruby-trunk - Feature #8809][Open] Process.clock_getres — "akr (Akira Tanaka)" <akr@...>
[#56795] [ruby-trunk - Bug #8816][Open] Tempfile.new may return the same name for parallel calls — "375gnu (Hleb Valoshka)" <redmine@...>
[#56809] [ruby-trunk - Feature #8820][Open] Speed up Array#index — "trans (Thomas Sawyer)" <redmine@...>
"trans (Thomas Sawyer)" <redmine@ruby-lang.org> wrote:
[#56824] [ruby-trunk - Feature #8823][Open] Run trap handler in an independent thread called "Signal thread" — "ko1 (Koichi Sasada)" <redmine@...>
2013/8/27 ko1 (Koichi Sasada) <redmine@ruby-lang.org>:
[#56839] [ANN] Ruby Developer Meeting 20130831 — "NARUSE, Yui" <naruse@...>
Hi,
Hi,
[#56861] [ruby-trunk - Feature #3620] Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones — "ko1 (Koichi Sasada)" <redmine@...>
"ko1 (Koichi Sasada)" <redmine@ruby-lang.org> wrote:
[#56866] [ruby-trunk - Feature #8834][Open] Kernel#load_relative — "sawa (Tsuyoshi Sawada)" <sawadatsuyoshi@...>
[#56890] [ruby-trunk - Feature #8839][Open] Class and module should return the class or module that was opened — "headius (Charles Nutter)" <headius@...>
[#56894] [ruby-trunk - Feature #8840][Open] Yielder#state — "marcandre (Marc-Andre Lafortune)" <ruby-core@...>
[#56911] [ruby-trunk - Feature #8846][Open] Publicize Module#include — "matsuda (Akira Matsuda)" <ronnie@...>
[ruby-core:56422] [ruby-trunk - Bug #5703][Feedback] Ruby 1.9.3p0 segmentation fault (during autoload?)
Issue #5703 has been updated by naruse (Yui NARUSE). Status changed from Assigned to Feedback Priority changed from High to Normal Could you provide a reproducible code? ---------------------------------------- Bug #5703: Ruby 1.9.3p0 segmentation fault (during autoload?) https://bugs.ruby-lang.org/issues/5703#change-40954 Author: brynary (Bryan Helmkamp) Status: Feedback Priority: Normal Assignee: nahi (Hiroshi Nakamura) Category: Target version: ruby -v: - Backport: I've been getting intermittent segfaults that appear to be coming out of autoload. Originally, I experienced them on 1.9.2p290, but they persisted after upgrading to 1.9.3p0. I thought the issue might have been #5047, but it seems not. Here's an example: /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/elements/content_type_element.rb:3: [BUG] Segmentation fault ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux] -- Control frame information ----------------------------------------------- c:0084 p:0011 s:0353 b:0353 l:000352 d:000352 CLASS /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/elements/content_type_element.rb:3 c:0083 p:0009 s:0351 b:0351 l:000350 d:000350 TOP /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/elements/content_type_element.rb:2 c:0082 p:---- s:0349 b:0349 l:000348 d:000348 FINISH c:0081 p:0027 s:0347 b:0347 l:000346 d:000346 METHOD /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/fields/content_type_field.rb:37 c:0080 p:0055 s:0344 b:0344 l:000343 d:000343 METHOD /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/fields/content_type_field.rb:31 c:0079 p:0165 s:0340 b:0340 l:000339 d:000339 METHOD /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/fields/content_type_field.rb:23 c:0078 p:---- s:0335 b:0335 l:000334 d:000334 FINISH c:0077 p:---- s:0333 b:0333 l:000332 d:000332 CFUNC :new c:0076 p:0982 s:0328 b:0328 l:000327 d:000327 METHOD /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/field.rb:211 c:0075 p:0021 s:0322 b:0320 l:000319 d:000319 METHOD /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/field.rb:146 c:0074 p:0057 s:0313 b:0313 l:000312 d:000312 METHOD /data/codeclimate/shared/bundled_gems/ruby/1.9.1/gems/mail-2.3.0/lib/mail/field.rb:79 c:0073 p:---- s:0307 b:0307 l:000306 d:000306 FINISH Full output is at: https://raw.github.com/gist/5c7921f33908a3780779/d0f99051bda6f8cefbaf390ad54f13de09d24f5a/gistfile1.txt The segfault occurs at different lines each time, but it always seems to be associated with loading new code (note rb_autoload_load in the C-level stack). The mail gem does not appear to have any C extensions, so I don't think it is an issue with that gem. If more information is needed, I can try to collect, however it's fairly difficult because it occurs intermittently and in a daemon (Resque). Any help would be appreciated. -Bryan -- http://bugs.ruby-lang.org/ _______________________________________________ ruby-core mailing list ruby-core@ruby-lang.org http://lists.ruby-lang.org/cgi-bin/mailman/listinfo/ruby-core