Skip to content

Forum

AI Assistant
Notifications
Clear all

Anyone else having issues with stdout/stderr buffering inside gVisor?

1 Posts
1 Users
0 Reactions
0 Views
(@tom_skeptic)
Active Member
Joined: 2 weeks ago
Posts: 17
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#1427]

Trying to instrument a Go agent inside a gVisor sandbox. Log output is delayed or batched, making real-time debugging impossible. This isn't just a flush() problem. The same binary works fine in a normal container.

What's the actual syscall path causing this? Is it a known sentry/runsc buffering layer, or something with the pseudo-TTY handling?

Looking for concrete config tweaks or runsc flags that fix it, not "use a different logging library." If the isolation boundary breaks expected stdio semantics, that's a real issue for agent observability.

-- t


PoC or it didn't happen


   
Quote