[#107008] [Ruby master Bug#18465] Make `IO#write` atomic. — "ioquatix (Samuel Williams)" <noreply@...>
Issue #18465 has been reported by ioquatix (Samuel Williams).
16 messages
2022/01/09
[#107150] [Ruby master Feature#18494] [RFC] ENV["RUBY_GC_..."]= changes GC parameters dynamically — "ko1 (Koichi Sasada)" <noreply@...>
Issue #18494 has been updated by ko1 (Koichi Sasada).
4 messages
2022/01/17
[#107170] Re: [Ruby master Feature#18494] [RFC] ENV["RUBY_GC_..."]= changes GC parameters dynamically
— Eric Wong <normalperson@...>
2022/01/17
> https://bugs.ruby-lang.org/issues/18494
[#107302] [Ruby master Bug#18553] Memory leak on compiling method call with kwargs — "ibylich (Ilya Bylich)" <noreply@...>
Issue #18553 has been reported by ibylich (Ilya Bylich).
4 messages
2022/01/27
[#107346] [Ruby master Misc#18557] DevMeeting-2022-02-17 — "mame (Yusuke Endoh)" <noreply@...>
Issue #18557 has been reported by mame (Yusuke Endoh).
18 messages
2022/01/29
[ruby-core:107349] [Ruby master Bug#18555] Running "bundle exec middleman server" on M1 Mac gives [BUG] Bus Error at 0x0000000104b04000
From:
"anthonyaykut (Anthony Aykut)" <noreply@...>
Date:
2022-01-29 20:16:23 UTC
List:
ruby-core #107349
Issue #18555 has been updated by anthonyaykut (Anthony Aykut).
mame (Yusuke Endoh) wrote in #note-9:
> anthonyaykut (Anthony Aykut) wrote in #note-8:
> > and then... `bundle install`:
> >
> > ```
> ...
> > Using ffi 1.15.5
> ...
> > ```
>
> I think the command did not recompile ffi gem. Could you delete already-installed gems and retry `bundle install`?
>
>
> ```
> mv /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ /Users/aaykut/Documents/apidocs/slate/vendor/bundle.bak
> bundle install
> ```
OK, I did as suggested... `bundle install` took a while to complete, but looked good. I tried to run `bundle exec middleman server`, but it complained about two missing gems (added `pandoc-ruby` and `redcarpet`) to Gemfile and ran `bundle install`. So far so goo. Now, I get a different error while trying to run middleman:
```
/Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-core-4.4.2/lib/middleman-core/extensions.rb:86:in `load': Unknown Extension: syntax. Check the name and make sure you have referenced the extension's gem in your Gemfile. (RuntimeError)
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-core-4.4.2/lib/middleman-core/extension_manager.rb:51:in `activate'
from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb:230:in `activate'
from /Users/aaykut/Documents/apidocs/slate/config.rb:24:in `evaluate_configuration!'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-core-4.4.2/lib/middleman-core/application.rb:329:in `instance_eval'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-core-4.4.2/lib/middleman-core/application.rb:329:in `evaluate_configuration!'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-core-4.4.2/lib/middleman-core/application.rb:286:in `initialize'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-cli-4.4.2/bin/middleman:49:in `new'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/middleman-cli-4.4.2/bin/middleman:49:in `<top (required)>'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/bin/middleman:23:in `load'
from /Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/bin/middleman:23:in `<top (required)>'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/cli/exec.rb:58:in `load'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/cli/exec.rb:58:in `kernel_load'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/cli/exec.rb:23:in `run'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/cli.rb:484:in `exec'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/cli.rb:31:in `dispatch'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/cli.rb:25:in `start'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/exe/bundle:48:in `block in <top (required)>'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
from /Users/aaykut/.gem/ruby/2.6.0/gems/bundler-2.3.6/exe/bundle:36:in `<top (required)>'
from /Users/aaykut/.gem/ruby/2.6.0/bin/bundle:23:in `load'
from /Users/aaykut/.gem/ruby/2.6.0/bin/bundle:23:in `<main>'
```
----------------------------------------
Bug #18555: Running "bundle exec middleman server" on M1 Mac gives [BUG] Bus Error at 0x0000000104b04000
https://bugs.ruby-lang.org/issues/18555#change-96247
* Author: anthonyaykut (Anthony Aykut)
* Status: Open
* Priority: Normal
* ruby -v: ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
* Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
Hi All,
First of all, I am not a programmer or coder so I am having great difficulty solving this puzzle.
Since moving to a M1 Mac, I cannot get Slate API Docs (https://github.com/slatedocs/slate) to work, specifically the middleman component. I'm getting a huge error message while trying to run "bundle exec middleman server" and it is telling me to log a ticket and attach logs. So here I am. I hope someone can help. Crash report is attached, together with the lengthy terminal output. Summary is, when I run "bundle exec middleman server" I get the following; full text is in "terminal_output.txt".
```
/Users/aaykut/Documents/apidocs/slate/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x0000000100594000
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
```
Thanks,
Anthony
---Files--------------------------------
terminal_output.txt (89.1 KB)
ruby-2022-01-27-202050.ips (13.9 KB)
gem_env.txt (1.59 KB)
--
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>