[ python-Bugs-1001869 ] IDLE hangs when inactive more than 2 hours
SourceForge.net
noreply at sourceforge.net
Tue Aug 17 08:40:03 CEST 2004
Bugs item #1001869, was opened at 2004-08-02 03:41
Message generated for change (Comment added) made by kbk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1001869&group_id=5470
Category: IDLE
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Miki Tebeka (tebeka)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE hangs when inactive more than 2 hours
Initial Comment:
When IDLE is left inactive for more than 2 hours it hangs.
The window does not refresh and I can't enter any commands.
This is Python 2.3.4, but started to happen after I
installed python 2.4a1 (also happens there)
----------------------------------------------------------------------
>Comment By: Kurt B. Kaiser (kbk)
Date: 2004-08-17 01:40
Message:
Logged In: YES
user_id=149084
um, run win32 IDLE and cygwin IDLE at the same time?
What happens when you run win32 IDLE without
cygwin IDLE?
----------------------------------------------------------------------
Comment By: Miki Tebeka (tebeka)
Date: 2004-08-16 04:24
Message:
Logged In: YES
user_id=358087
It hangs even if I don't do anything and even without screen
saver.
Seems to be a problem in Tk since if I run both win32 IDLE
and cygwin IDLE both hang. If I run only cygwin IDLE it's OK.
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2004-08-10 20:55
Message:
Logged In: YES
user_id=149084
If you just start IDLE (shell window only) and don't do anything,
does it always hang in two hours? If so, /please/ try this without
your screen saver.
----------------------------------------------------------------------
Comment By: Miki Tebeka (tebeka)
Date: 2004-08-08 02:58
Message:
Logged In: YES
user_id=358087
Hangs means the window content does not refresh. I can move
it, resize it ...
It is killable and task manager show it as "active".
----------------------------------------------------------------------
Comment By: Terry J. Reedy (tjreedy)
Date: 2004-08-04 15:17
Message:
Logged In: YES
user_id=593130
By 'hangs' do you mean <not responding> when viewing the
TasKManager Applications list, and killable with its End Task
button? or something more evil, like locks the computer and
prevents rebooting? Even Outlook Express and Internet
Explore, with MS's billions, still do the former.
With Win95, 98, and XP home and pro, I have had several
problems, often intermittent, and maybe hardware specific,
with bad interactions between programs, screen savers, and
stand-by. On LCDs (and, I believe, modern CRTs) 'screen
savers' save nothing except the boredom of a constant
picture. I would turn it off and also check screen
properites/screensaver/power button and the bios to see if
anything is scheduled to happen at 2 hours. The timing, if
consistent, is definitely suspicious.
A major change for Windows between 2.3.4 and 2.4 is the
compiler 'upgrade' which could change a program's interaction
with Windows and its vulnerability to bugs within.
----------------------------------------------------------------------
Comment By: Miki Tebeka (tebeka)
Date: 2004-08-04 03:11
Message:
Logged In: YES
user_id=358087
1. "Pure" Python (without IDLE) don't hang after 2 hours
2. I didn't try this time but I'm pretty sure it hanged
without screen saver as well.
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2004-08-03 20:57
Message:
Logged In: YES
user_id=149084
1. What happens if you run Python without running IDLE?
2. Have you tried turning off the screensaver?
----------------------------------------------------------------------
Comment By: Miki Tebeka (tebeka)
Date: 2004-08-02 04:05
Message:
Logged In: YES
user_id=358087
I'm using winXP pro.
I don't recall anything funny with power management. This is
IBMT40 (laptop) but it is in the docking station all the time.
Only screen saver (slideshow) is running when computer is
idle for long time, not sleep/hibernate ...
I don't have time to check not but IIRC "idle -n" also hangs.
----------------------------------------------------------------------
Comment By: Raymond Hettinger (rhettinger)
Date: 2004-08-02 03:45
Message:
Logged In: YES
user_id=80475
Miki, what operatiing system are you using?
Also, have you checked to see if something odd is going on
with power management or a screen saver?
One other thought is that it make have to do with the socket
server.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1001869&group_id=5470
More information about the Python-bugs-list
mailing list