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

.dtrace files don't delete properly on Windows #366

Open
GoogleCodeExporter opened this issue May 4, 2015 · 0 comments
Open

.dtrace files don't delete properly on Windows #366

GoogleCodeExporter opened this issue May 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When running the Synoptic EndToEndMainTests, Daikonizer creates dtrace files 
for normal execution which Daikonizer later deletes.
However on windows the newly created dtrace files are never removed. The 
problems lie with Daikon because if we don't pass these files to Daikon then 
they are deleted okay.

The .dtrace files are being created and passed to Daikon in the 
genDaikonInvariants method in Daikonizer.java and they get deleted in the 
deleteDaikonFiles method in the same class. It is in this method that the call 
to daikonFile.delete does not delete files on Windows. The problem is that 
Daikon opens the files and does not close them. Resolving this issue requires 
contacting Daikon developers.


Original issue reported on code.google.com by [email protected] on 10 Mar 2014 at 2:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant