#jython IRC Log (v0.9)

Index

IRC Log for 2014-09-05

Timestamps are in GMT/BST.

[3:42] * syl20bnr (d8623829@gateway/web/freenode/ip.216.98.56.41) Quit (Ping timeout: 246 seconds)
[6:05] * a42niem (~niem@p578b7daf.dip0.t-ipconnect.de) has joined #jython
[6:11] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:30] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 272 seconds)
[7:32] * siel (~siel@unaffiliated/motley) has joined #jython
[8:16] * jimbaker (~jbaker@python/psf/jimbaker) Quit (Ping timeout: 240 seconds)
[8:28] * jimbaker (~jbaker@24.9.252.60) has joined #jython
[8:29] * jimbaker (~jbaker@24.9.252.60) Quit (Changing host)
[8:29] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[9:13] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 272 seconds)
[9:20] * siel (~siel@unaffiliated/motley) has joined #jython
[12:11] * xemdetia (xemdetia@nat/ibm/session) has joined #jython
[12:11] * xemdetia (xemdetia@nat/ibm/session) Quit (Changing host)
[12:11] * xemdetia (xemdetia@nat/ibm/x-pbguydzeqsmnawwr) has joined #jython
[12:37] * syl20bnr (d8623829@gateway/web/freenode/ip.216.98.56.41) has joined #jython
[12:37] <syl20bnr> agronholm: hmmmm I take jython.jar from a standard installation
[12:37] <agronholm> syl20bnr: then you're doing it wrong
[12:37] <agronholm> you need to take the standalone jar, available from the download page
[12:37] <agronholm> that one contains the standard library
[12:38] <syl20bnr> agronholm: great, I try this
[12:39] <agronholm> I changed the wording on the download page recently to make this very clear
[13:04] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 268 seconds)
[13:11] * siel (~siel@unaffiliated/motley) has joined #jython
[13:11] <syl20bnr> agronholm: thank you, it works great. I have some http requests and it seems to crash randomly. I read that there is a rewrite of ssl support in progress, it is planned for the beta 4 right ?
[13:11] <agronholm> syl20bnr: it's already done
[13:12] <agronholm> err
[13:12] <syl20bnr> agronholm: Ok I investigate and let you know
[13:12] <agronholm> wait there was a socket rework done on b3
[13:12] <agronholm> I thought the SSL work went there too
[13:12] <agronholm> how does it crash?
[13:14] <syl20bnr> (by the way I cannot do multi-line past in webchat)
[13:14] <agronholm> nor should you
[13:14] <syl20bnr> _socket.error: [Errno 32] Illegal state exception
[13:14] <agronholm> use a pastebin service
[13:14] <xemdetia> syl20bnr, use pastie or pastebin or something
[13:14] <syl20bnr> it it is not blocked here I will
[13:14] <syl20bnr> trying
[13:18] <syl20bnr> oh yeah it is not blocked anymore :-)
[13:18] <syl20bnr> http://pastebin.com/KmqNyH1h
[13:22] <syl20bnr> the issue with socket connections stuck in CLOSE_WAIT state does not occur anymore in b3
[13:36] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 245 seconds)
[14:12] * RMBM_ (~RMBM@ec2-54-76-241-2.eu-west-1.compute.amazonaws.com) Quit (Ping timeout: 246 seconds)
[14:12] * RMBM_ (~RMBM@ec2-54-76-241-2.eu-west-1.compute.amazonaws.com) has joined #jython
[15:30] <syl20bnr> seems to be a race condition
[15:31] <syl20bnr> if I run all the tests (using TestNG) then it may crash
[15:31] <syl20bnr> if I run the tests separately (one class at a time), it works great
[15:31] * xemdetia (xemdetia@nat/ibm/x-pbguydzeqsmnawwr) Quit (Read error: Connection reset by peer)
[15:31] <syl20bnr> I'll fill a bug report for this
[15:39] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[15:42] * xemdetia (xemdetia@nat/ibm/x-xaacvgyuyzgvdutb) has joined #jython
[16:13] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[16:34] <jimbaker> syl20bnr, i don't see the pastebin unfortunately
[16:35] <jimbaker> i just fixed a possible race condition as of the latest version in trunk in socket (namely relying on weakref.WeakKeyDictionary, which is not threadsafe), so it's possible i fixed it. but only possible, since i don't have that report :)
[17:27] <syl20bnr> great I'll check that and let you know
[17:28] <syl20bnr> jimbaker: I guess it has expired
[17:28] <syl20bnr> reposting it
[17:29] <syl20bnr> jimbaker: here it is http://pastebin.com/ZkWaY13e
[17:30] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) has joined #jython
[17:36] * Oti (~ohumbel@adsl-84-227-107-55.adslplus.ch) Quit (Quit: Oti)
[17:59] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 276 seconds)
[19:42] * xemdetia (xemdetia@nat/ibm/x-xaacvgyuyzgvdutb) Quit (Read error: Connection reset by peer)
[19:45] * xemdetia (xemdetia@nat/ibm/x-qncdzgtdishqzgqu) has joined #jython
[20:29] <jimbaker> syl20bnr, any chance you are doing start tls on the server side?
[21:44] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 264 seconds)
[21:59] * xemdetia (xemdetia@nat/ibm/x-qncdzgtdishqzgqu) Quit (Ping timeout: 240 seconds)
[22:15] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[22:49] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) Quit (Remote host closed the connection)
[23:31] * a42niem (~niem@p578b7daf.dip0.t-ipconnect.de) Quit (Ping timeout: 260 seconds)
[23:46] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) has joined #jython

Index

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