leitao (Breno Leitao)
- Login: leitao
- Registered on: 11/27/2017
- Last sign in: 12/04/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
12/04/2017
- 07:00 PM Ruby master Bug #13757: TestBacktrace#test_caller_lev segaults on PPC
- Hi,
I've been investigating this issue, and I think I found the solution:
stack_check() is checking the lambda ...
11/28/2017
- 05:09 PM Ruby master Bug #13757: TestBacktrace#test_caller_lev segaults on PPC
- was able to narrow down this issue to the following code:
~~~
max = 20
rec = lambda{|n|
if n > 0
... - 04:57 PM Ruby master Bug #14131: test_backtrace.rb: Fails on ppc64le
- I was able to narrow down this issue to the following code:
~~~
max = 20
rec = lambda{|n|
if n > 0
...
11/27/2017
- 04:31 PM Ruby master Bug #14131 (Closed): test_backtrace.rb: Fails on ppc64le
- Current test_backtrace.rb fails on ppc64el environment with the following stack:
~~~
unstable ➜ ruby git:(trunk)...
Also available in: Atom