[#86520] [Ruby trunk Bug#14681] `syswrite': stream closed in another thread (IOError) — samuel@...
Issue #14681 has been reported by ioquatix (Samuel Williams).
3 messages
2018/04/12
[#86755] [Ruby trunk Feature#14723] [WIP] sleepy GC — normalperson@...
Issue #14723 has been reported by normalperson (Eric Wong).
6 messages
2018/04/29
[ruby-core:86666] [Ruby trunk Bug#14708] argument stack underflow (-1) (SyntaxError)
From:
tim.leppard@...
Date:
2018-04-24 14:45:14 UTC
List:
ruby-core #86666
Issue #14708 has been reported by tim.leppard (Tim Leppard).
----------------------------------------
Bug #14708: argument stack underflow (-1) (SyntaxError)
https://bugs.ruby-lang.org/issues/14708
* Author: tim.leppard (Tim Leppard)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
~~~
ruby -e '[].each { false || [].each { } }' # OK
ruby -e '[].each { nil.nil? || [].each { } }' # OK
ruby -e '[].each { true || [].each { } }'
-- raw disasm--------
<L498253648>
trace: 100
0000 nop ( 1)
<L000>
trace: 1
0001 putobject true ( 1)
0003 leave ( 1)
0004 pop ( 1)
*0005 pop ( 1)
<L003>
0006 newarray 0 ( 1)
0008 send <callinfo:each, 0>, <call cache>, nil ( 1)
<L004>
<L001>
trace: 200
0012 leave ( 1)
---------------------
Traceback (most recent call last):
-e: -e:1: argument stack underflow (-1) (SyntaxError)
~~~
--
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>