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

text/template: crash when template.ExecuteTemplate, bug probability is less than 1% #6516

Closed
gopherbot opened this issue Sep 30, 2013 · 9 comments

Comments

@gopherbot
Copy link

by ssm.fox:

What is the expected output?
render site html content

What do you see instead?
crash, I have attache the detail log

Which compiler are you using (5g, 6g, 8g, gccgo)?
6g

Which operating system are you using?
Ubuntu 12.04.1 LTS
uname -a
Linux xx 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64
x86_64 GNU/Linux


Which version are you using?  (run 'go version')
go version go1.1.1 linux/amd64

Please provide any additional information below.

Attachments:

  1. crash_log.txt (9613 bytes)
@davecheney
Copy link
Contributor

Comment 1:

Is it possible for you to retry this with the go1.2rc1 release candidate, the code has
changed a lot and there have been many fixes since 1.1.1 was released.
https://code.google.com/p/go/downloads/list

Status changed to WaitingForReply.

@gopherbot
Copy link
Author

Comment 2 by ssm.fox:

I do not know how to duplicate the bug, and the issue occured on production, so I can
not change to go1.2rc1

@remyoudompheng
Copy link
Contributor

Comment 3:

Then you might want to check whether your code has race conditions.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 4:

Labels changed: added go1.3maybe.

@dsymonds
Copy link
Contributor

dsymonds commented Dec 2, 2013

Comment 5:

This is going to need more details for anyone to be able to fix. A reproduction test
case would be nice.

Labels changed: added packagebug.

@davecheney
Copy link
Contributor

Comment 6:

@ssm.fox, if you have more crash reports can you please attach the entire panic output
to this issue.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 7:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 8:

Labels changed: added repo-main.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc
Copy link
Contributor

rsc commented Oct 19, 2016

Too old, not enough information.

@rsc rsc closed this as completed Oct 19, 2016
@golang golang locked and limited conversation to collaborators Oct 19, 2017
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

5 participants