Drew DeVault 5/4/2018

Redirecting stderr of a running process

Read Original

This technical blog post explains how to redirect the standard error (stderr) output of an already-running Linux process to a file. It details a method using the GNU debugger (gdb) to attach to the process and execute code that uses dup2 and open syscalls, providing a cleaner alternative to strace-based approaches. The article includes the specific gdb commands and a code snippet to calculate necessary flags.

Redirecting stderr of a running process

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes