mwrap user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: alex@pointless.one
To: mwrap-public@80x24.org
Subject: SegFault in mwrap 2.1 on Ruby 2.4.7
Date: Tue,  5 Nov 2019 16:56:17 +0200 (EET)	[thread overview]
Message-ID: <20191105145617.B9BF92A1FFFF@MacBook-Pro.localdomain> (raw)

Hi,

I'm getting segmentation fault with mwrap 2.1 & Ruby 2.4.7.

I'm not a C developer but I'll be happy to try and help debug this.

So far this is what I've gathered.

Reproduction steps:

1. Run: mwrap ruby -e ''

Backtrace:

#0  0x00007ffff7bd34d2 in has_ec_p () at mwrap.c:216
#1  0x00007ffff7bd3c23 in update_stats_rcu_lock (size=5, caller=140737336167861) at mwrap.c:426
#2  0x00007ffff7bd48d4 in malloc (size=5) at mwrap.c:721
#3  0x00007ffff6edcdb5 in _nl_normalize_codeset () from /lib64/libc.so.6
#4  0x00007ffff6ed710f in _nl_load_locale_from_archive () from /lib64/libc.so.6
#5  0x00007ffff6ed630e in _nl_find_locale () from /lib64/libc.so.6
#6  0x00007ffff6ed5ad3 in setlocale () from /lib64/libc.so.6
#7  0x0000555555578f8a in main ()

Source for reference:

211	 * to have a native thread but no EC during the early and late
212	 * (teardown) phases of the Ruby process
213	 */
214	static int has_ec_p(void)
215	{
216		return (ruby_thread_has_gvl_p() && ruby_current_vm_ptr &&
217			ruby_current_execution_context_ptr);
218	}
219
220	struct acc {

--
Alex

             reply	other threads:[~2019-11-05 14:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 14:56 alex [this message]
2019-11-05 18:13 ` SegFault in mwrap 2.1 on Ruby 2.4.7 alex
2019-11-16  0:00   ` Eric Wong

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-all from there: mbox

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

  List information: https://80x24.org/mwrap/

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

  git send-email \
    --in-reply-to=20191105145617.B9BF92A1FFFF@MacBook-Pro.localdomain \
    --to=alex@pointless.one \
    --cc=mwrap-public@80x24.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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap.git/

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