-
Notifications
You must be signed in to change notification settings - Fork 376
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
Comments
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? |
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 Local
Remote
|
Hey folks, I'm having trouble reproducing on ARM Macs or Intel Mac. Does adding the following to your remote/docker 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* |
I have an ARM Mac, but I was emulating x86 with Rosetta (maybe do the same to repro?) |
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 Thanks! |
me too. I have the same local and remote env as @um-jglad . Adding the line to .bashrc does NOT FIX this issue. |
Hi folks, we're actively looking at this issue and should have an update shortly. |
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: |
thanks for the update, I'll grab the older version! |
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
The text was updated successfully, but these errors were encountered: