I've installed Ubuntu 22.04 recently.
Now I have to setup a rails 6 project with ruby 2.6.6.
The setup is complete,Now when I start server and navigate to localhost:3000
, It shuts down with the below main errors.
I've never caught such errors so I'm a bit confused.
Can anyone here help me?
`Started GET "/" for ::1 at 2023-02-04 16:29:10 +0500
/home/ruby-dev/.rvm/gems/ruby-2.6.6@beambox/gems/listen-3.2.1/lib/listen/record/entry.rb:53: [BUG] Segmentation fault at 0x00007f9602f18140
ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0013 p:---- s:0062 e:000061 CFUNC :open
c:0012 p:---- s:0059 e:000058 CFUNC :join
c:0011 p:0026 s:0054 E:001f28 METHOD /home/ruby-dev/.rvm/gems/ruby-2.6.6@beambox/gems/listen-3.2.1/lib/listen/record/entry.rb:53
Segmentation fault (core dumped)`