ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: nobu@ruby-lang.org
To: ruby-core@ruby-lang.org
Subject: [ruby-core:90835] [Ruby trunk Bug#15490] socket.rb - recurring segmentation faults
Date: Mon, 31 Dec 2018 08:51:15 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-76018.20181231085113.c7c8621c4767cdd5@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-15490.20181231034644@ruby-lang.org

Issue #15490 has been updated by nobu (Nobuyoshi Nakada).

File bug-15490.log added
Description updated

Always it happens here, though I couldn't find the source of `si_destination_compare`, it may be a problem in libsystem_info.dylib.

```
7   ???                           	0x00007fc6cddeaac0 0 + 140491834174144
8   libsystem_trace.dylib         	0x00007fff6e31adb4 os_log_type_enabled + 627
9   libsystem_info.dylib          	0x00007fff6e23305b si_destination_compare_statistics + 1659
10  libsystem_info.dylib          	0x00007fff6e231bf3 si_destination_compare_internal + 707
11  libsystem_info.dylib          	0x00007fff6e231762 si_destination_compare + 530
12  libsystem_info.dylib          	0x00007fff6e20f95f _gai_addr_sort + 111
13  libsystem_c.dylib             	0x00007fff6e1b9a0f _isort + 193
14  libsystem_c.dylib             	0x00007fff6e1b993c _qsort + 2159
15  libsystem_info.dylib          	0x00007fff6e207135 _gai_sort_list + 789
16  libsystem_info.dylib          	0x00007fff6e205b88 si_addrinfo + 2040
17  libsystem_info.dylib          	0x00007fff6e205262 _getaddrinfo_internal + 242
18  libsystem_info.dylib          	0x00007fff6e20515d getaddrinfo + 61
```

----------------------------------------
Bug #15490: socket.rb - recurring segmentation faults
https://bugs.ruby-lang.org/issues/15490#change-76018

* Author: matthew.oriordan (Matthew O'Riordan)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-darwin18]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
With Ruby 2.5.3p105 and now with Ruby 2.6.0 following our recent upgrade, we are sadly still seeing reasonably frequent segmentation faults from Ruby, specifically within socket.rb

Looking in socket.rb, it seems it's related to the address lookup:

    Addrinfo.getaddrinfo(nodename, service, family, socktype, protocol, flags).each(&block)

Segfault report below in full.  Attached are diagnostic reports too.  If there is anything I can do to help reproduce I will, however sadly I have never been able to reproduce reliably, yet sadly it happens once every few days.


---Files--------------------------------
ruby_2018-12-31-032126-2_MacBook-Pro.crash (46.8 KB)
ruby_2018-12-31-032126-3_MacBook-Pro.crash (46.8 KB)
ruby_2018-12-31-032126-1_MacBook-Pro.crash (46.8 KB)
ruby_2018-12-31-032125_MacBook-Pro.crash (46.8 KB)
bug-15490.log (833 KB)


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

  parent reply	other threads:[~2018-12-31  8:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-15490.20181231034644@ruby-lang.org>
2018-12-31  3:46 ` [ruby-core:90833] [Ruby trunk Bug#15490] socket.rb - recurring segmentation faults matt
2018-12-31  8:51 ` nobu [this message]
2019-01-03 23:18 ` [ruby-core:90880] " matt
2019-02-01 20:56 ` [ruby-core:91379] " jessebs
2019-03-16 16:56 ` [ruby-core:91854] " zoltan.ormandi
2019-03-22  9:08 ` [ruby-core:91925] " pikachuexe
2019-05-06 13:48 ` [ruby-core:92573] " matt
2019-05-06 14:03 ` [ruby-core:92574] " matt
2019-06-11 14:55 ` [ruby-core:93045] " myles
2019-10-13 13:34 ` [ruby-core:95312] [Ruby master " takeshi.arabiki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-76018.20181231085113.c7c8621c4767cdd5@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).