misdoro (Mikhail Doronin)
- Login: misdoro
- Registered on: 12/18/2023
- Last sign in: 02/22/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/20/2023
-
09:26 AM Ruby Feature #19422: Make `--enabled-shared` mandatory on macOS
- Should this be tried again? Maybe the failures were caused by the bug #20072 ?
12/19/2023
-
05:07 PM Ruby Bug #20072: free(): invalid pointer when compiled with --enable-shared --with-jemalloc
- Hi Nobu, you will find the config.log attached.
Debugged it a bit deeper, it boils down to:
- install ruby with --enable-shared --with-jemalloc
- `gem install sassc`
- running `irb` and `require 'sassc'`
that is immediately crashing:
``...
12/18/2023
-
08:09 PM Ruby Bug #20072 (Closed): free(): invalid pointer when compiled with --enable-shared --with-jemalloc
- When ruby is built with `--enable-shared --with-jemalloc` on Linux (current Gentoo, ubuntu22 in docker),
running a rails app yields:
```
free(): invalid pointer
Aborted
```
The issue started appearing after 5bb946228550c7f171c2...