Google Chromeさん、しっかりして下さい

タブの分離で悲鳴を上げる

Google Chromeにはタブをドラッグして、別ウィンドウ化する機能がありますよね。
地味に便利でよく使うのですが、ここのところ調子が悪い。
versionは5.0.307.11 betaですが、この一つ前のリリース辺りからかな?
即座にクラッシュしてしまいます。
メッセージは

The program 'google-chrome' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 214833 error_code 3 request_code 142 minor_code 6)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

とのこと。
なるほど、パラメータがおかしい、と。
デバッグしてね☆、と。

chromiumのissuesにも挙がってました。
http://code.google.com/p/chromium/issues/detail?id=36981#makechanges
自分と同じく、Arch Linux使いのようです。
あれ、OS依存…?

デバッグしてコミュニティに貢献、というのも悪くない話です、ハイ。

ファイルアップロードで悲鳴を上げる

よくあるファイルアップロードフィールドも落ちます。
ファイルマネージャでファイル選択をし、「OK」をクリックした瞬間にクラッシュ。
コンソールには

segmentation fault google-chrome

とのみ。
ノーヒントに近ぇ。

こちらも報告が挙がってました。
http://code.google.com/p/chromium/issues/detail?id=36981#makechanges

fix待ち?

起動時にも何か言われる

ERROR:/usr/local/google/b/slave/chrome-official-linux-64/build/src/net/disk_cache/backend_impl.cc(128)] Unable to rename cache folder

キャッシュフォルダのリネームに失敗?
何故に?
またパーミション関係だろうか。