#jython IRC Log (v0.9)

Index

IRC Log for 2015-02-17

Timestamps are in GMT/BST.

[0:00] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[4:36] * SMan23 (~sul@73.221.21.40) has joined #jython
[4:41] * SMan23 (~sul@73.221.21.40) Quit (Client Quit)
[4:41] * SMan23 (~sul@73.221.21.40) has joined #jython
[5:00] * SMan23 (~sul@73.221.21.40) Quit (Ping timeout: 265 seconds)
[8:13] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 256 seconds)
[8:14] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) has joined #jython
[8:14] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) Quit (Changing host)
[8:14] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[8:27] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[8:58] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[13:02] <peke> It seems Jython is creating a lot of jffi*.tmp and jansi-*.dll files on Windows. Noticed this when I started to investigate why disk space on my Windows 7 virtual machine was running low.
[13:05] <peke> It turned out I have 1202 jffi*.tmp files in %TMP%. One file is only ~140kB, but altogether that's already ~160MB.
[13:05] <peke> It seems to be caused by this problem:
[13:06] <peke> https://github.com/jruby/jruby/issues/1237
[13:08] <peke> jansi-*.dll files are apparently generated by jline. They are smaller (~20kB) and I "only" have 149 copies so that's a bit below 3MB. Annoying anyway.
[13:16] <peke> jimbaker: fwierzbicki: others: I'll submit issues about these temp files.
[13:16] <peke> This is about jffi*.tmp:
[13:16] <peke> http://bugs.jython.org/issue2269
[13:30] <peke> And here's an issue about jansi*.dll:
[13:30] <peke> http://bugs.jython.org/issue2270
[13:31] <peke> On Windows with the latest 2.7b4 release I get new jffi* and jansi* file to %TMP% every time I run Jython.
[13:31] <peke> I don't see such files added to /tmp on Linux, though.
[14:55] * xemdetia (xemdetia@nat/ibm/x-yrqhytnahuqlpxgq) has joined #jython
[15:54] <jimbaker> peke, ok, looks like jffi now does an immediate delete after load, so we can look into applying that update
[18:40] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[18:41] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 255 seconds)
[19:26] * jimbaker (~jbaker@python/psf/jimbaker) Quit (Ping timeout: 245 seconds)
[19:39] * xemdetia_ (xemdetia@nat/ibm/x-kmhrxhcghawszaar) has joined #jython
[19:43] * xemdetia (xemdetia@nat/ibm/x-yrqhytnahuqlpxgq) Quit (Ping timeout: 256 seconds)
[20:41] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[21:09] * xemdetia_ is now known as xemdetia
[21:22] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[22:23] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[22:40] * G-Guy (~G-Guy@24-117-94-10.cpe.cableone.net) has joined #jython
[23:02] * ebarrett (~edd@88-106-243-41.dynamic.dsl.as9105.com) Quit (Ping timeout: 255 seconds)
[23:04] * ebarrett (~edd@88-105-198-120.dynamic.dsl.as9105.com) has joined #jython
[23:04] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[23:51] * G-Guy (~G-Guy@24-117-94-10.cpe.cableone.net) Quit (Quit: Leaving)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).