bugThe Circle - Bugs: bug #3682, NoneType not callable (and others)

 
 

bug #3682: NoneType not callable (and others)

Submitted by:  Charles Twardy <ctwardy>
Submitted on:  Mon 19 May 2003 02:14:37 AM UTC  
 
Category: Graphical version (circle)Severity: 5 - Important: no release until fixed
Item Group: BugStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Tue 20 May 2003 01:47:11 AM UTC, comment #1:

I think what is happening here is the lock is getting free'd before it's Holder, so when the holder tries to release the lock, it isn't there anymore.

Added a try: except: around the lock.release(), should fix it.

There is probably a different error that caused all this excitement but was lost in the flood of tracebacks.

Paul Harrison <pfh>
Project Administrator
Mon 19 May 2003 02:14:37 AM UTC, original submission:

A bunch of tracebacks, on 'NoneType' objects and shutdown. Probably many duplicates. Circle continues to run.

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 288, in chat_tell_task

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/circle.py", line 565, in shutdown_task

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/node.py", line 2043, in farewell_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x1082f448>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x10fce380>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x104cfee0>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x106a9548>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x104d1168>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x1063ad40>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x10961cd8>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x107ca508>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x10968370>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x108e8250>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x106cf130>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Hold.__del__ of <circlelib.utility.Hold instance at 0x1073dce8>> ignored

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/node.py", line 1250, in node_search_subtask

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/node.py", line 455, in poll_link_task

Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/circlelib/utility.py", line 694, in run apply(self.function,(self.manager,) + self.parameters)
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 219, in chan_task
File "/usr/lib/python2.2/site-packages/circlelib/chat.py", line 288, in chat_tell_task

Charles Twardy <ctwardy>
Project Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Tue 20 May 2003 01:47:11 AM UTCpfhStatusNone=>(Error - Not Found)
  Open/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1