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

Bash stacktrace is too conservative about what stack frames it shows #13759

Closed
stevekuznetsov opened this issue Apr 13, 2017 · 2 comments
Closed
Assignees
Labels
component/internal-tools kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/P2

Comments

@stevekuznetsov
Copy link
Contributor

In an effort to not show the internal working of the stacktrace in the stacktrace, we are a little too conservative in how we display the stack frames. This leads to unintelligible stack readouts when a failure happens in a trap.

[INFO] Dumping container logs to /tmp/openshift/conformance/logs/containers                                                                                                                                
[ERROR] PID 26302: hack/lib/cleanup.sh:74: `[[ -n "${OS_DEBUG:-}" ]]` exited with status 1.                                                                                                                
[INFO]          Stack Trace:                                                                                                                                                                               
[INFO]            1: hack/lib/cleanup.sh:74: `[[ -n "${OS_DEBUG:-}" ]]`                                                                                                                                    
[INFO]            2: test/extended/setup.sh:48: os::cleanup::dump_container_logs                                                                                                                           
[INFO]            3: test/extended/conformance.sh:1: cleanup                                                                                                                                              
[INFO]   Exiting with code 1.

See also: #11777 (comment)

@openshift-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 12, 2018
@stevekuznetsov
Copy link
Contributor Author

Not important

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/internal-tools kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/P2
Projects
None yet
Development

No branches or pull requests

4 participants