[#106341] [Ruby master Bug#18369] users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } — dorianmariefr <noreply@...>
Issue #18369 has been reported by dorianmariefr (Dorian Mari辿).
14 messages
2021/11/30
[#106351] [Ruby master Bug#18371] Release branches (release information in general) — "tenderlovemaking (Aaron Patterson)" <noreply@...>
Issue #18371 has been reported by tenderlovemaking (Aaron Patterson).
7 messages
2021/11/30
[ruby-core:106097] [Ruby master Bug#18342] 36345 IOT instruction (core dumped) rails s
From:
"xtkoba (Tee KOBAYASHI)" <noreply@...>
Date:
2021-11-16 15:31:41 UTC
List:
ruby-core #106097
Issue #18342 has been updated by xtkoba (Tee KOBAYASHI). What environment are you on? Note that a Rails app loads a fair amount of C extensions, every one of which could potentially cause this kind of error. To determine whether this is our issue, at least we need to know how `ruby` died. You can invoke the `rails` command as ``` rails s > rails-log.txt 2>&1 ``` and after its termination the file `rails-log.txt` will contain information that we are interested in. ---------------------------------------- Bug #18342: 36345 IOT instruction (core dumped) rails s https://bugs.ruby-lang.org/issues/18342#change-94686 * Author: FunkDr (Brian Corpas) * Status: Open * Priority: Normal * ruby -v: 2.6.6p146 * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN ---------------------------------------- Quando inicio o server (rails s), faz o diagnostico habitual (Puma, etc...) mas depois ao inicializar o localhost, passados 5 segundos faz um print de uma lista extensa de diagn坦stico, terminando com o seguinte erro: ou may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: https://www.ruby-lang.org/bugreport.html [1] 36345 IOT instruction (core dumped) rails s Como resolver? Obrigado -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>