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

macos executes commands via exec and the program just exits. #5077

Open
1 task done
kirs112 opened this issue Jun 29, 2024 · 1 comment
Open
1 task done

macos executes commands via exec and the program just exits. #5077

kirs112 opened this issue Jun 29, 2024 · 1 comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@kirs112
Copy link

kirs112 commented Jun 29, 2024

Dupe Check

Describe the bug

macos executes commands via exec and the program just exits.

To reproduce

  1. open warp
  2. Type exec any program on the command line exec Terminal

Expected behavior

No response

Screenshots

2024-06-30.01-16-54.mp4

Operating system

MacOS

Operating system and version

Mac os sonoma 14.5

Shell Version

No response

Current Warp version

v0.2024.06.25.08.02.stable_01

Regression

Yes, this bug started recently or with an X Warp version

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

Yes, this I confirmed this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@kirs112 kirs112 added the Bugs Bugs, Hangs, Crash, and Freezes label Jun 29, 2024
@dannyneira
Copy link
Member

Hi @kirs112 thanks for letting us know. I'm noticing similar behavior in other terminals, it appears since your passed an invalid command into exec the terminal hands-off to nothing instead of printing the "command not found" error. As a workaround, I recommend passing only known installed binaries to exec. You can find if the binary is installed in the system by running which <app_name> to confirm it's in the system PATH.

I'll let the team know and we'll post updates on this thread.

To anyone else facing this issue, please add a 👍 to the original post at the top or comment with your details, and subscribe if you'd like to be notified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

2 participants