Issue2177

classification
Title: Temporary files created on jython startup
Type: Severity: normal
Components: Versions: Jython 2.7, Jython 2.5
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: sarnu, w_hunger, zyasoft
Priority: low Keywords:

Created on 2014-07-08.09:03:57 by sarnu, last changed 2016-01-11.04:25:45 by zyasoft.

Files
File name Uploaded Description Edit Remove
jffi7664648753162499690.tmp sarnu, 2014-07-08.09:03:56
Messages
msg8868 (view) Author: Simon Arnu (sarnu) Date: 2014-07-08.09:03:56
I have the problem that on every startup of jython a temporary file (as attached) is created in my temproray folder. How can I get rid of this?
Some data on the environment:
 * Windows 7/ Windows server 2008
 * JRE 7 
 * Jython 2.5.2, 2.5.3, 2.7-b2 
 * Version 2.2.1 does not show this behaviour
 * Jython is called without adding extra libraries:
   java -jar jython-2.7-b2.jar -c "print 'Hello'"
msg9389 (view) Author: Jim Baker (zyasoft) Date: 2015-01-14.17:23:16
This is due to the use of Java Native Runtime, specifically JFFI. Apparently JRuby sees somewhat similar issues: https://github.com/jruby/jruby/issues/1237

It's worth fixing, ideally by JNR itself. It's also a temporary file, so marking low accordingly.
msg10623 (view) Author: Jim Baker (zyasoft) Date: 2016-01-11.04:25:45
Same as #2269. This is earlier, but we have been tracking in that specific issue, so closing as "duplicate".
History
Date User Action Args
2016-01-11 04:25:45zyasoftsetstatus: open -> closed
resolution: duplicate
messages: + msg10623
2015-01-14 17:23:17zyasoftsetpriority: low
nosy: + zyasoft
messages: + msg9389
2014-07-08 09:05:23sarnusetnosy: + w_hunger
2014-07-08 09:03:57sarnucreate