SFTP転送を試みるとFileZillaがクラッシュする


0

FileZilla 3.38.1を使ってSFTPサイトにログオンすることはできますが、アップロードまたはダウンロードしようとするとすぐにクラッシュします(ウィンドウが消える)。 Plan FTPはファイルをダウンロードするようですが、それ以降はFileZillaがクラッシュします。

私が今日早くしたこと(Macは数日間続いていた)の一つは、新しいバージョンのをインストールしようとすることでした nano ライブラリと混同した可能性があるBrewでは、ターミナルを開いて次の出力をコピーしました。

    ==> Updated Formulae
cmake ✔                    docker-compose-completion  fn                         hugo                       mesa                       pulumi                     rustup-init                xmake
akamai                     easyengine                 frugal                     juju                       mongodb@3.4                rancher-cli                sbt@0.13
amqp-cpp                   ethereum                   gmsh                       libextractor               mongodb@3.6                rebar3                     smimesign
docfx                      exploitdb                  golang-migrate             macvim                     mpc                        rke                        swiftformat
docker-compose             faas-cli                   helmfile                   mame                       node-build                 rom-tools                  vim

==> Installing dependencies for nano: ncurses
==> Installing nano dependency: ncurses
==> Downloading https://homebrew.bintray.com/bottles/ncurses-6.1.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/bc/bc5a61af5553ac748657e276ffcd604fca3d74db0b10855b9e4163ae45f7cb72?__gda__=exp=1543484157~hmac=42857b18481f59cfcfc9afe14de06cdb1f96a6451b302bb6912a5a9791c6985b&response-co
######################################################################## 100.0%
==> Pouring ncurses-6.1.high_sierra.bottle.tar.gz
==> Caveats
ncurses is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have ncurses first in your PATH run:
  echo 'export PATH="/usr/local/opt/ncurses/bin:$PATH"' >> ~/.bash_profile

For compilers to find ncurses you may need to set:
  export LDFLAGS="-L/usr/local/opt/ncurses/lib"
  export CPPFLAGS="-I/usr/local/opt/ncurses/include"

For pkg-config to find ncurses you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/ncurses/6.1: 3,869 files, 8.3MB
==> Installing nano
==> Downloading https://homebrew.bintray.com/bottles/nano-3.2.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/2f/2f5813de778b93cf4b5fe064ef4f4e5c93db76f3c1a6fd9c330341ba0519666d?__gda__=exp=1543484169~hmac=55a8199108572113a6783f7e2926d927c1aa0317391dfb8c4b0ad4dc5ef1fd32&response-co
######################################################################## 100.0%
==> Pouring nano-3.2.high_sierra.bottle.tar.gz
🍺  /usr/local/Cellar/nano/3.2: 98 files, 2.4MB
==> Caveats
==> ncurses
ncurses is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have ncurses first in your PATH run:
  echo 'export PATH="/usr/local/opt/ncurses/bin:$PATH"' >> ~/.bash_profile

For compilers to find ncurses you may need to set:
  export LDFLAGS="-L/usr/local/opt/ncurses/lib"
  export CPPFLAGS="-I/usr/local/opt/ncurses/include"

For pkg-config to find ncurses you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig"

環境変数は一時的なものにすぎないことを期待して再起動しましたが、それは役に立ちませんでした。 macOSのその側面についてはあまり詳しくない。 AppCleanerを使用してFileZillaを削除し、「再インストール」してみましたが、保存したサイトにそれを正しく実行する方法がわからないため、すべてがクリアされたようには見えません。

また、私は今コンソールに表示されます カーネル揮発性エラー "Sandbox: filezilla(1751) System Policy: deny(2) file-write-unlink /Users/<me>/Library/Saved Application State/org.filezilla-project.filezilla.savedState/restorecount.plist"

起動時に filezilla プロセス自体が3つのログエントリを発生させる UNIX error exception: 17 他にはありません。


ファイルをローカル(ダウンロード)またはリモート(アップロード)に作成しますが、その後クラッシュします。 Sandboxのログエントリも、AppCleanerで完全にクリーンアップできない理由だと思います
Recct

回答:


0

根本的な原因は見つかりませんでしたが、それを解決した唯一のことはFileZillaの設定群を削除することでした ~/.config/filezilla FileZillaを再起動してください。

保存したサイトと設定をエクスポートして上記の手順で復元できます。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.