I just applied @ncopa's patch from: https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch After `make` and `make install`, I am now able to run `bundle exec rake db:migrate`...alexdowad (Alex Dowad)
This is the same problem previously reported against Ruby 2.5 in https://bugs.ruby-lang.org/issues/14387. I just ran into the same problem on Ruby 3.1.4, built on Alpine Linux 3.16. @hsbt stated in the previous thread (https://bugs.ru...alexdowad (Alex Dowad)
When a symbol literal is invalid in the source file's encoding, an `EncodingError` exception is raised, with the following message: `invalid encoding symbol`. This patches the interpreter so a more informative message is generated, simil...alexdowad (Alex Dowad)
Dear Ruby people, How are you? The other day, someone reported that a gem I maintain was crashing under MRI 2.2.2. I traced it through with GDB, found where it was going wrong, and wrote a tiny little patch which makes the crash go aw...alexdowad (Alex Dowad)
Dear Ruby people, Here is a fix for a segfault which can occur when requiring a Ruby source file inside a Timeout.timeout {} block. This may seem like a strange thing to do, but it can easily happen unintentionally if you use librari...alexdowad (Alex Dowad)
> I see. In which timezone 4AM? That's 4AM Zambian time... right now I'm serving as a volunteer in Zambia (and doing Rails-related consulting on the side to support myself and my wife).alexdowad (Alex Dowad)