jrcheli
jrcheli
I've created a branch bug/1469-go-signals-arm that contains the go routine that writes to the console. This branch would be a good place to continue this investigation.
I closed #1496 as a duplicate of this one. The text of that ticket: - It seems like we could use our recently added IPC functionality to perform the detach...
@abetones, just tagging you here because I think we'll want to mention this as a known issue in 1.0.2...
We thought this was resolved by https://github.com/criblio/appscope/pull/1579, but appears to persist.
For a discussion of which functions should be internal and which ones should be native, see [docs/InternalLibc.md](https://github.com/criblio/appscope/blob/release/1.1/docs/InternalLibc.md)
#830 isn't directly related, but is indirectly... Is there an opportunity to reduce the number of exported symbols while we do this activity?
Resolves #189 .
By "internal development docs", I mean the ones found here: https://github.com/criblio/appscope/tree/master/docs
There are are a number of possible approaches here: 1) Do nothing. Suggest that using the cli to write to files is not ideal because of the issue described here,...
I think the syscall.Syscall6 describes why we aren't seeing any events, and why we can see metrics. (metrics don't depend on the syscall.Syscall6 instrumentation) On my system (an aarch64 ubuntu...