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

ignored null byte in input when Warpify docker bash #5498

Open
1 task done
Alex-EEE opened this issue Nov 21, 2024 · 10 comments
Open
1 task done

ignored null byte in input when Warpify docker bash #5498

Alex-EEE opened this issue Nov 21, 2024 · 10 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@Alex-EEE
Copy link

Dupe Check

Describe the bug

After an upgrade to the latest version, I now see this when I Warpify /bin/bash running in a docker container (x86 linux)

bash: warning: command substitution: ignored null byte in input
bash: warning: command substitution: ignored null byte in input
bash: warning: command substitution: ignored null byte in input
... over and over

To reproduce

docker run ... /bin/bash
Warpify subshell
type anything into prompt

Expected behavior

not this

Screenshots

No response

Operating system

MacOS

Operating system and version

Sonoma

Shell Version

GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Current Warp version

v0.2024.11.19.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?

Yes, this issue prevents me from using Warp daily.

Is this an issue only in Warp?

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

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

None

@Alex-EEE Alex-EEE added the Bugs Bugs, Hangs, Crash, and Freezes label Nov 21, 2024
@alokedesai
Copy link
Member

Hey @Alex-EEE, sorry for the issues and thanks for filing. What version of bash are you using in this docker container? Could you share the contents of your bashrc/bashprofile?

@haohanyuzmx
Copy link

you can reproduction with docker run -it --rm ubuntu:22.04 bash
QQ_1732262040385

@um-jglad
Copy link

um-jglad commented Nov 22, 2024

I am also seeing this after updating to v0.2024.11.19.08.02.stable_01 and using a warpified subshell on remote systems, so not docker but same issue. If I'm able to use ssh it appears to not be a problem, but this isn't possible on all of my remote machines.

Local

  • macOS 15.1.1 (24B91)
  • zsh 5.9 (arm64-apple-darwin24.0)
  • warp version v0.2024.11.19.08.02.stable_01
  • warpified subshell

Remote

  • RedHat & Rocky
  • GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)

@dannyneira
Copy link
Member

dannyneira commented Nov 22, 2024

Hey folks, I'm having trouble reproducing on ARM Macs or Intel Mac.

Does adding the following to your remote/docker ~/.bashrc files help?

printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "bash"}}\x9c'

Also, can you please provide your logs.

zip -j ~/warp-logs.zip ~/Library/Logs/warp.log*

@Alex-EEE
Copy link
Author

I have an ARM Mac, but I was emulating x86 with Rosetta (maybe do the same to repro?)

@um-jglad
Copy link

I am running an ARM (m3) Mac, connecting to remote linux systems.

Adding the following line in my remote .bashrc did not have any affect, so it seems to have something to do with the 'warpification' of subshells. Again, using ssh works as intended, but command ssh > ctrl + i produces the error.

warp-logs.zip

Thanks!

@sutibu
Copy link

sutibu commented Nov 22, 2024

me too. I have the same local and remote env as @um-jglad . Adding the line to .bashrc does NOT FIX this issue.

@alokedesai
Copy link
Member

Hi folks, we're actively looking at this issue and should have an update shortly.

@alokedesai
Copy link
Member

Hey all, we're still actively investigating and hope to have a new update in the next day or two. If you are blocked by this, you can download last week's release here:
https://releases.warp.dev/stable/v0.2024.11.12.08.02.stable_02/Warp.dmg

@Alex-EEE
Copy link
Author

thanks for the update, I'll grab the older version!

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

6 participants