jkvithanage (Janaka Vithanage)
- Login: jkvithanage
- Registered on: 07/12/2025
- Last sign in: 11/10/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/12/2025
-
02:24 PM Ruby Bug #21510: Rails server crashes on Mac M2 with Bus Error at 0x0000000109946aac
- Although the issue seems related to `pg` gem, I can run activerecord statements on a rails console session and they work perfectly fine. In that case, I may assume that this is not exactly a `pg` gem related issue.
-
02:18 PM Ruby Bug #21510 (Closed): Rails server crashes on Mac M2 with Bus Error at 0x0000000109946aac
- I have been struggling to setup a Rails 5.1.7 application on my Macbook M2 for months.
I installed Rosetta, x86_64 brew and my terminal app is set to run with Rosetta.
``` shell
~ ❯ arch
i386
~ ❯ which brew
/usr/local/bin/brew
~ ❯...