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

windows: startprocess crash #1718

Closed
rsc opened this issue Apr 19, 2011 · 1 comment
Closed

windows: startprocess crash #1718

rsc opened this issue Apr 19, 2011 · 1 comment

Comments

@rsc
Copy link
Contributor

rsc commented Apr 19, 2011

from peterGo

Russ,

On Apr 19, 2:55 pm, Russ Cox <r...@google.com> wrote:
> Does the code in gofix fail the same way?

Yes.

I  stepped backwards on the Go source,

   $ hg update release

I ran gofix,

   $ cd $GOROOT/src/pkg
   $ gofix -diff net

gofix crashed repeatedly on several files.

Exception: STATUS_ACCESS_VIOLATION at eip=60804550
eax=00000000 ebx=007329DC ecx=00000000 edx=60E900D4 esi=60E92414
edi=00000000
ebp=0028FF18 esp=0028FED0 program=us
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame     Function  Args
0028FF18  60804550  (6089C7A0, FFFFFFFE, 00000050, 6089C6A4)
0028FF58  60804B65  (00000000, 00000000, 00000000, 00000000)
0028FF78  0042033F  (00403360, 037F0000, 0028FF94, 766133CA)
0028FF88  0040103E  (7EFDE000, 0028FFD4, 77D79ED2, 7EFDE000)
0028FF94  766133CA  (7EFDE000, 77F95B30, 00000000, 00000000)
0028FFD4  77D79ED2  (00401000, 7EFDE000, 00000000, 00000000)
0028FFEC  77D79EA5  (00401000, 7EFDE000, 00000000, 78746341)

This looks very similar to the StartProcess crash we encountered with
gotest on Windows. The gofix source code -diff for seems to confirm
that.

If you post a CL, I'll test it.

Peter
@alexbrainman
Copy link
Member

Comment 1:

This issue was closed by revision 5aad514.

Status changed to Fixed.

@rsc rsc added fixed labels Apr 21, 2011
@golang golang locked and limited conversation to collaborators Jun 24, 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