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

debug/gosym: TestPCLine leaves garbadge in %TEMP% #15121

Closed
alexbrainman opened this issue Apr 5, 2016 · 1 comment
Closed

debug/gosym: TestPCLine leaves garbadge in %TEMP% #15121

alexbrainman opened this issue Apr 5, 2016 · 1 comment

Comments

@alexbrainman
Copy link
Member

C:\dev\go\src\debug\gosym>git rev-parse HEAD
fcac88098b1d5eee5f0a546e550c3d95cc13f64b

C:\dev\go\src\debug\gosym>dir %TEMP%
 Volume in drive C has no label.
 Volume Serial Number is 14EE-1A2D

 Directory of C:\Users\brainman\AppData\Local\Temp

05/04/2016  12:43 PM    <DIR>          .
05/04/2016  12:43 PM    <DIR>          ..
31/08/2011  11:03 AM                 0 FXSAPIDebugLogFile.txt
               1 File(s)              0 bytes
               2 Dir(s)   3,321,802,752 bytes free

C:\dev\go\src\debug\gosym>go test -run=TestPCLine
PASS
ok      debug/gosym     0.859s

C:\dev\go\src\debug\gosym>dir %TEMP%
 Volume in drive C has no label.
 Volume Serial Number is 14EE-1A2D

 Directory of C:\Users\brainman\AppData\Local\Temp

05/04/2016  12:46 PM    <DIR>          .
05/04/2016  12:46 PM    <DIR>          ..
31/08/2011  11:03 AM                 0 FXSAPIDebugLogFile.txt
05/04/2016  12:46 PM    <DIR>          pclinetest555494975
               1 File(s)              0 bytes
               3 Dir(s)   3,320,082,432 bytes free

C:\dev\go\src\debug\gosym>

Alex

@gopherbot
Copy link

CL https://golang.org/cl/21521 mentions this issue.

@golang golang locked and limited conversation to collaborators Apr 5, 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

2 participants