itay-grudev (Itay Grudev)
- Login: itay-grudev
- Registered on: 12/15/2021
- Last sign in: 12/15/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/15/2021
-
05:04 PM Ruby Bug #18409: Crash (free(): invalid pointer) if LD_PRELOAD doesn't explicitly include libjemalloc.so.2
- How can I try to trace it? I tried attaching GDB to the process with little success.
-
11:43 AM Ruby Bug #18409 (Closed): Crash (free(): invalid pointer) if LD_PRELOAD doesn't explicitly include libjemalloc.so.2
- I recently installed Ruby 3.0.2 using rbenv with:
```
RUBY_CONFIGURE_OPTS='--with-jemalloc' rbenv install 3.0.2
```
After running our app it always crashed with:
```
free(): invalid pointer
[1] 51364 IOT instruction (core...