t_mimura (Tomohiko Mimura)
- Login: t_mimura
- Email: mito.5525@gmail.com
- Registered on: 01/14/2022
- Last sign in: 10/26/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/17/2022
-
10:45 AM Ruby Bug #18489: Segmentation fault with ruby 3.1.0 in `active_decorator`
- Thank you very much!!
I can confirm that this issue is fixed.
01/16/2022
-
02:19 PM Ruby Bug #18489: Segmentation fault with ruby 3.1.0 in `active_decorator`
- I found the minimal reproduction code.
```ruby
M = Module.new
Object.new.extend(M)
GC.start
M.include(Module.new)
```
For example, you can reproduce this by using active_decorator as follows.
```ruby
module UserDecorator
... -
06:01 AM Ruby Bug #18489: Segmentation fault with ruby 3.1.0 in `active_decorator`
- We had confirmed that the problem occurs on Linux OS using Docker Container (ruby:3.1.0-alpine3.14, cimg/ruby:3.1.0-browsers), but now we have confirmed that it also occurs on mac OS.
A crash report is attached for additional informatio...
01/15/2022
-
05:56 AM Ruby Bug #18489: Segmentation fault with ruby 3.1.0 in `active_decorator`
- Thanks for the comment.
> Are these segfaults caused by a particular decorator module, or multiple different modules?
Caused by multiple different modules.
> ...
Not use refinements.
There is no C-ext.
These are simple decorat...
01/14/2022
-
09:32 AM Ruby Bug #18489: Segmentation fault with ruby 3.1.0 in `active_decorator`
- I'm attaching the log because it reproduced several times.
-
05:37 AM Ruby Bug #18489 (Closed): Segmentation fault with ruby 3.1.0 in `active_decorator`
- Segmentation faults occasionally occur in product code.
We were not able to provide minimal reproducibility of the code. Sorry...
## Console dump
```
/home/circleci/repo/vendor/bundle/ruby/3.1.0/gems/active_decorator-1.4.0/lib/ac...