|
Bugzilla – Full Text Bug Listing |
| Summary: | Konsole + Bash + curl 8 "hangs" misteriously | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | José Gómez <jose.gomez> |
| Component: | KDE Applications | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fvogt, jose.gomez |
| Version: | Leap 15.4 | Flags: | fvogt:
needinfo?
(jose.gomez) |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE Leap 15.4 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | xxd output of the script. | ||
|
Description
José Gómez
2023-06-12 15:11:43 UTC
Created attachment 867520 [details] xxd output of the script. Ran --- script curl -sSIL -X GET "http://scc.suse.com/api/health/statusz/?daiosdhjoasidhaioshda" # [control + D] xxd typescript --- I can't reproduce this here on TW or 15.4 with or without enabled OSC 8 links (which is what that ESC ] 8 ;; ... is). Can you try on TW? The escape sequence parser basically got rewritten in between, maybe that makes a difference. If it still fails, the config might be useful. I wonder whether it's some kind of issue with buffering, maybe it fails if the sequence is split across multiple read calls or something. That could also explain why there's a difference between bash and fish. |