Preface
Command bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<https://www.google.com/ correctly opens tab with google search page.
Command bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<https://www.buggydomain.com/ opens with error reporting invalid address. And this is correct result too.
Bug demo
- Run
bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<about:config if you are using Firefox, else choose some of browser-specific privileged urls*.
- You'll see
TimeoutError that is bad enough already.
- Run some bt command, i.e. just
bt windows.
- You'll got empty output because bt_mediator is dead. To recover you should disable/enable plugin in
about:plugins.
Expected results
- Bug report output from bt open command.
- No server death.
Preface
Command
bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<https://www.google.com/correctly opens tab with google search page.Command
bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<https://www.buggydomain.com/opens with error reporting invalid address. And this is correct result too.Bug demo
bt open $(bt windows|sed -ne '$ s/\t.*$//p') <<<about:configif you are using Firefox, else choose some of browser-specific privileged urls*.TimeoutErrorthat is bad enough already.bt windows.about:plugins.Expected results