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

Ensure native standard error is captured in Java #217

Closed
lptr opened this issue May 19, 2020 · 1 comment
Closed

Ensure native standard error is captured in Java #217

lptr opened this issue May 19, 2020 · 1 comment
Labels

Comments

@lptr
Copy link
Member

lptr commented May 19, 2020

There are different native printouts happening when errors happen. We should make sure it gets reflected in what Java captures of the process' output.

Example problem to capture: #116

2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 52 (/private/var/folders/y8/lns4s7jn3jldwky0nm3dmx9m0000gn/T; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 47 (/private/var/folders/y8/lns4s7jn3jldwky0nm3dmx9m0000gn; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 51 (/private/var/folders/y8; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 53 (/private/var/folders; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 54 (/private/var; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 55 (/private; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 54 (/private/var/folders; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 47 (/private/var; Bad file descriptor)
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_parents: error trying to add kqueue for fd 52 (/private; Bad file descriptor)
@lptr
Copy link
Member Author

lptr commented Jun 4, 2020

It doesn't sound likely that we'll get to this.

@lptr lptr closed this as completed Jun 4, 2020
@lptr lptr added the wontfix label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant