IRC log of #zope for Thursday, 2011-10-13

*** dayne has joined #zope00:01
*** TomBlockley has joined #zope00:04
*** TomBlockley has quit IRC00:05
*** zagy has joined #zope00:20
*** zagy1 has joined #zope00:22
*** zagy has quit IRC00:22
*** avoinea has quit IRC00:30
*** zagy1 has quit IRC00:31
*** evilbungle has quit IRC00:35
*** dayne has quit IRC00:37
*** sunew has quit IRC00:42
*** thetet has quit IRC00:47
*** J1m has quit IRC01:13
*** r0ver has joined #zope01:21
*** Spanktar has joined #zope01:23
*** TresEquis has quit IRC01:26
*** m8 has quit IRC01:30
*** sp0cksbeard has quit IRC01:38
*** runyaga has quit IRC01:41
*** supton has quit IRC02:11
*** r0ver has quit IRC02:19
*** _mup_ has quit IRC03:00
*** _mup_ has joined #zope03:00
*** daMaestro has quit IRC03:11
*** mr_jolly has quit IRC03:24
*** SpankyFromBRC has joined #zope03:30
*** Spanktar has quit IRC03:33
*** RaceCondition has quit IRC03:50
*** tiwula has quit IRC04:04
*** do3cc has quit IRC05:04
*** dayne has joined #zope07:01
*** dayne has quit IRC07:18
*** Dikeshwar has joined #zope07:48
*** Rakshith has joined #zope07:48
*** runyaga has joined #zope07:50
*** runyaga has quit IRC07:50
*** runyaga has joined #zope07:50
*** Sada has joined #zope07:50
*** Allmity has joined #zope07:50
*** runyaga has quit IRC08:00
*** Gautam has joined #zope08:12
*** supton has joined #zope08:13
*** patul has joined #zope08:20
*** iana has joined #zope08:27
*** d2m has joined #zope08:54
*** do3cc has joined #zope08:57
*** davisagli has quit IRC09:15
*** davisagli has joined #zope09:15
d2mhey, i just looked and found old.zope.org converted to a static website - login is not working anymore09:20
d2mwill check with zope foundation ...09:20
*** agroszer has joined #zope09:23
*** agroszer has quit IRC09:27
*** __mac__ has joined #zope09:44
*** d2m has quit IRC09:44
*** thetet has joined #zope09:58
*** d2m has joined #zope09:59
*** benji has quit IRC10:00
*** tisto has joined #zope10:04
*** MrWu has joined #zope10:04
*** supton has quit IRC10:06
*** agroszer has joined #zope10:07
*** planetzopebot has quit IRC10:08
*** planetzopebot has joined #zope10:08
betabugd2m: yes, there was some discussion about that on zope-web@10:11
*** thetet has quit IRC10:15
d2mbetabug: ah, ok10:16
*** goschtl has joined #zope10:17
*** do3cc has quit IRC10:17
*** MrTango has joined #zope10:32
*** mr_jolly has joined #zope10:40
*** rogererens has joined #zope10:41
*** rogererens has quit IRC10:45
*** d2m has quit IRC10:53
*** avoinea has joined #zope10:54
*** alexpilz has joined #zope11:01
*** do3cc has joined #zope11:01
*** ccomb has joined #zope11:11
*** mr_jolly has left #zope11:11
*** evilbungle has joined #zope11:16
*** evilbungle has quit IRC11:21
*** sunew has joined #zope11:24
*** eperez has joined #zope11:37
*** sunew has quit IRC11:46
*** sunew has joined #zope11:54
*** TomBlockley has joined #zope11:57
*** evilbungle has joined #zope12:02
*** menesis has joined #zope12:05
planetzopebot#zope Looks like old.zope.org has been retired and converted into a static (Michael Haubenwallner - Google+ User Feed)  https://plus.google.com/108931164613660994654/posts/F4L2RwPmVBe12:08
*** thetet has joined #zope12:14
*** tisto_ has joined #zope12:15
*** sunew has quit IRC12:17
*** tisto has quit IRC12:19
*** mitchell`off is now known as mitchell`12:30
*** d2m has joined #zope12:43
*** yvl has quit IRC12:49
*** teix has joined #zope12:58
mitchell`ZODB/Connection.py", line 569, in commit for oid, serial in self._readCurrent.iteritems():13:04
mitchell`RuntimeError: dictionary changed size during iteration13:04
mitchell`wuh-oh13:04
mitchell`any ZODB experts got any pointers on where to go with this?13:04
*** d2m has quit IRC13:19
*** sunew has joined #zope13:37
*** sunew has quit IRC13:40
*** tisto_ is now known as tisto|lunch14:16
*** mr_jolly has joined #zope14:31
*** dayne has joined #zope14:32
betabugmitchell`: you are working directly on the ZODB? not from inside Zope?14:33
*** d2m has joined #zope14:35
*** hever has joined #zope14:46
*** Cheefrocker has joined #zope14:48
*** fredvd has joined #zope14:48
*** dayne has quit IRC14:48
*** hever has quit IRC14:49
*** hever has joined #zope14:51
*** Cheefrocker has left #zope14:54
*** do3cc has quit IRC14:56
*** eperez has quit IRC14:57
*** do3cc has joined #zope14:57
*** MrWu has quit IRC15:01
*** teix has quit IRC15:13
mitchell`from inside Zope15:27
mitchell`betabug: sorry for the slow response ;)15:28
betabugno problem :-)15:28
betabugso what exactly are you doing there?15:28
betabug"dictionary changed size during iteration" means a key was deleted while looping over a dictionary15:28
mitchell`yes.15:28
mitchell`it appears the connection is being synced while it's committing.15:29
mitchell`due to some fluke of timing15:29
betabughmm, never happened to me15:29
mitchell`I'm checking now to see if the calls are from the same thread15:29
mitchell`it only happens once over many hundreds of commits though15:29
betabugsomething deleting an oid while committing15:30
mitchell`you'd think that, but it actually clears all of _readCurrent15:30
mitchell`64 items at the start of the loop, then partway through, 015:30
mitchell`and if I ignore the error, things happily continue.15:31
mitchell`though I want to make sure the transaction is properly committed.15:31
betabughaha, weird15:31
mitchell`Hopefully it's something weird I'm doing, but it's possible that it's some edge case of bad timing that isn't accounted for.15:31
betabugunlikely (the edge case), this is some seriously shaken down software15:32
mitchell`my thinking exactly.15:32
betabugwhat zope version?15:32
mitchell`2.13.915:34
betabugdunno, I'm still on older Zopes15:34
betabugmaybe someone played around with that stuff15:34
koshhail freaks!15:47
koshmitchell`: if your code is fairly simple could you poste it to a pastebin?15:54
*** MrTango has quit IRC16:01
*** thetet has quit IRC16:07
*** patul has quit IRC16:21
*** tisto|lunch is now known as tisto16:36
*** ajkaanbal has joined #zope16:36
*** supton has joined #zope16:38
*** Rakshith has quit IRC16:44
mitchell`hmm. can't reproduce it again now.16:47
mitchell`either good, or worrying.16:47
*** Sada has quit IRC16:51
*** __mac__ has quit IRC16:52
*** sp0cksbeard has joined #zope16:52
*** Allmity has quit IRC16:54
*** Gautam has quit IRC17:05
*** Dikeshwar has quit IRC17:12
*** avoinea has quit IRC17:21
betabugit has mutated into a Schroedingerbug17:27
*** teix has joined #zope17:33
*** J1m has joined #zope17:38
*** avoinea has joined #zope17:43
*** alexpilz has quit IRC17:44
*** fredvd has quit IRC17:51
*** tiwula has joined #zope18:17
*** supton has quit IRC18:31
*** cwarner has joined #zope18:39
*** alexpilz has joined #zope18:40
*** goschtl has quit IRC18:40
*** MrWu has joined #zope18:57
*** supton has joined #zope19:14
*** agroszer has quit IRC19:16
*** do3cc has quit IRC19:19
mitchell`cracked it.19:27
mitchell`accidentally managed to get hold of a transaction from 1 thread in a different thread.19:28
mitchell`You don't want to know what I'm doing. Trust me.19:28
davisagli:)19:29
*** menesis has quit IRC19:30
*** avoinea has quit IRC19:37
*** daMaestro has joined #zope19:46
*** Spanktar has joined #zope19:51
*** mcdonc is now known as pufnstuf19:57
*** tisto has quit IRC20:05
*** agroszer has joined #zope20:06
*** alexpilz1 has joined #zope20:21
*** alexpilz has quit IRC20:22
*** agroszer has quit IRC20:22
*** Spanktar has quit IRC20:25
*** pufnstuf is now known as mcdonc20:27
*** evilbungle has quit IRC20:29
*** TomBlockley has quit IRC20:33
*** [Arfrever] has quit IRC20:39
*** [Arfrever] has joined #zope20:39
*** Arfrever has quit IRC20:39
*** Arfrever has joined #zope20:39
koshhail freaks!20:43
koshbetabug: so has greece collapsed yet? what is the status of the godzilla attack?20:44
*** Spanktar has joined #zope20:44
*** Spanktar has quit IRC20:46
*** Spanktar has joined #zope20:46
*** MrWu has quit IRC20:56
*** alexpilz has joined #zope20:58
*** alexpilz1 has quit IRC20:59
*** purserj has quit IRC21:07
*** purserj has joined #zope21:07
*** do3cc has joined #zope21:18
*** m8 has joined #zope21:20
*** m8 has quit IRC21:32
*** m8 has joined #zope21:44
*** d2m has left #zope21:53
*** zagy has joined #zope21:55
*** jan_s has joined #zope21:58
*** __mac__ has joined #zope22:13
*** jan_s has quit IRC22:18
*** runyaga has joined #zope22:20
*** daMaestro has quit IRC22:26
*** allisterb has joined #zope22:28
*** runyaga_ has joined #zope22:32
*** runyaga has quit IRC22:35
*** daMaestro has joined #zope22:41
*** teix has quit IRC22:59
*** __mac__ has quit IRC23:21
*** alexpilz1 has joined #zope23:22
*** alexpilz has quit IRC23:24

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!