Bug 205006 - TB3fa42680 threading.py:532:join:AssertionError: cannot join current thread
Summary: TB3fa42680 threading.py:532:join:AssertionError: cannot join current thread
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-02 04:28 UTC by Aidan Amavi
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-06 07:40:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Aidan Amavi 2006-09-02 04:28:12 UTC
Description of problem:
YumEx - Bug Report on attempt to close program while refreshing output. 

Version-Release number of selected component (if applicable):
1.0.2

How reproducible:
First encounter.

Steps to Reproduce:
1. Open YumEx in X Server
2. Attempt to close while updating Output
3.
  
Actual results:
Component: yumex
Version: 1.0.2
Summary: TB3fa42680 threading.py:532:join:AssertionError: cannot join current thread

Traceback (most recent call last):
  File "/usr/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.4/threading.py", line 632, in __exitfunc
    self._note("%s: waiting for other threads", self)
  File "/usr/lib/python2.4/threading.py", line 532, in join
    assert self is not currentThread(), "cannot join current thread"
AssertionError: cannot join current thread

Local variables in innermost frame:
self: <BackgroundRunner(Thread-4, started)>
timeout: None


Expected results:
Clean closing of program.

Additional info:

Comment 1 Tim Lauridsen 2006-09-06 07:40:26 UTC
This is an error that can occour when quiting yumex while running the some action 
i a backgrond Thread, it dont think i can do anything about it.


Note You need to log in before you can comment on or make changes to this bug.