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

runtime: panic during panic w/o stacktrace #7145

Closed
griesemer opened this issue Jan 18, 2014 · 1 comment
Closed

runtime: panic during panic w/o stacktrace #7145

griesemer opened this issue Jan 18, 2014 · 1 comment

Comments

@griesemer
Copy link
Contributor

Running the following program:

http://play.golang.org/p/5fVqgRKWIC

produces:

panic: panic during panic
 [process exited with non-zero status]

Program exited.

without any further information. While clearly a program error, one would expect some
indication as to where the last panic happened; and ideally a stack trace.

(This example is a whittled-down version of a much larger program where tracking down
the error was much harder.)
@randall77
Copy link
Contributor

Comment 1:

This issue was closed by revision 6c9f198.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants