[#104169] [Ruby master Feature#17938] Keyword alternative for boolean positional arguments — matheusrichardt@...

Issue #17938 has been reported by matheusrich (Matheus Richard).

12 messages 2021/06/04

[#104213] [Ruby master Feature#17942] Add a `initialize(public @a, private @b)` shortcut syntax for defining public/private accessors for instance vars — tyler@...

Issue #17942 has been reported by TylerRick (Tyler Rick).

6 messages 2021/06/09

[#104288] [Ruby master Bug#17992] Upstreaming the htmlentities gem into CGI#.(un)escape_html — alexandermomchilov@...

Issue #17992 has been reported by AMomchilov (Alexander Momchilov).

9 messages 2021/06/15

[#104338] [Ruby master Misc#17997] DevelopersMeeting20210715Japan — mame@...

Issue #17997 has been reported by mame (Yusuke Endoh).

10 messages 2021/06/17

[#104361] [Ruby master Bug#18000] have_library doesn't work when ruby is compiled with --disable-shared --disable-install-static-library — jean.boussier@...

Issue #18000 has been reported by byroot (Jean Boussier).

9 messages 2021/06/18

[#104401] [Ruby master Feature#18007] Help developers of C extensions meet requirements in "doc/extension.rdoc" — mike.dalessio@...

Issue #18007 has been reported by mdalessio (Mike Dalessio).

16 messages 2021/06/25

[#104430] [Ruby master Bug#18011] `Method#parameters` is incorrect for forwarded arguments — josh.cheek@...

Issue #18011 has been reported by josh.cheek (Josh Cheek).

12 messages 2021/06/29

[ruby-core:104166] [Ruby master Bug#17937] Segmentation fault in Enumerator#next on Apple M1, Mac OS Big Sur 11.2.2

From: merch-redmine@...
Date: 2021-06-04 15:31:57 UTC
List: ruby-core #104166
Issue #17937 has been updated by jeremyevans0 (Jeremy Evans).

Status changed from Open to Closed

If this is already fixed in 2.7.3, I think we can close this.  We cannot change 2.7.1.

----------------------------------------
Bug #17937: Segmentation fault in Enumerator#next on Apple M1, Mac OS Big Sur 11.2.2
https://bugs.ruby-lang.org/issues/17937#change-92340

* Author: tim.kovalev (Tim Kovalev)
* Status: Closed
* Priority: Normal
* ruby -v: 2.7.1
* Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN
----------------------------------------
A simple code in the irb console fails:

```
irb(main):003:0> [1,2,3].to_enum.next
[BUG] Segmentation fault at 0x0000000004809020
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [-darwin20]
...
-- Control frame information -----------------------------------------------
c:0001 p:---- s:0003 e:000002 (none) [FINISH]

-- Other runtime information -----------------------------------------------

* Loaded script: irb

* Loaded features:

    0 enumerator.so
    1 thread.rb
...
please see an attached irb_output.txt for full output
```

Expected behaviour:

```
irb(main):001:0> [1,2,3].to_enum.next
=> 1
irb(main):002:0> 
```

This does not happen in 2.7.3 and 3.0.1 though, so upgrading a version of ruby solves the issue.

---Files--------------------------------
irb_output.txt (31.6 KB)
ruby_2021-06-04-180849_RLX-TLL-MC001.crash (31.2 KB)


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

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next