Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while launching ssh shell from jump list #1004

Open
prasun3 opened this issue Apr 25, 2022 · 1 comment
Open

Crash while launching ssh shell from jump list #1004

prasun3 opened this issue Apr 25, 2022 · 1 comment

Comments

@prasun3
Copy link

prasun3 commented Apr 25, 2022

Version: 0.7.7.0

Steps to reproduce

  • launch cmd shell
  • right click on taskbar to bring up jump list
  • click on shortcut to launch ssh shell
  • all windows close

Usually there is no message seen in the logs but I did get lucky once and saw this in the logs

[ERR] Unobserved Task Exception
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at FluentTerminal.App.ViewModels.MainViewModel.CreateMenuViewModel() + 0xb1
   at System.Action.Invoke() + 0x25
   at FluentTerminal.App.Utilities.DispatcherExtensions.<>c__DisplayClass0_0.<ExecuteAsync>b__0() + 0x10
   at Windows.Foundation.DeferralCompletedHandler.Invoke() + 0x25
   at FluentTerminal.App!<BaseAddress>+0x14b27bc

   --- End of inner exception stack trace ---
---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
   at FluentTerminal.App.ViewModels.MainViewModel.CreateMenuViewModel() + 0xb1
   at System.Action.Invoke() + 0x25
   at FluentTerminal.App.Utilities.DispatcherExtensions.<>c__DisplayClass0_0.<ExecuteAsync>b__0() + 0x10
   at Windows.Foundation.DeferralCompletedHandler.Invoke() + 0x25
   at FluentTerminal.App!<BaseAddress>+0x14b27bc
<---

@proski
Copy link

proski commented Jan 15, 2023

I can reproduce the issue on Windows 10. Mosh sessions are also affected. Opening the initial session works. Opening a new tab with a shortcut works too. It's a major bug in my opinion. I cannot use FluentTerminal for serious work if it's so easy to crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants