[ python-Bugs-1001869 ] IDLE hangs when inactive more than 2 hours

SourceForge.net noreply at sourceforge.net
Tue Aug 17 09:23:55 CEST 2004


Bugs item #1001869, was opened at 2004-08-02 11:41
Message generated for change (Comment added) made by tebeka
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: Miki Tebeka (tebeka)
Date: 2004-08-17 10:23

Message:
Logged In: YES 
user_id=358087

Same thing, it hangs after about 2 hours.

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2004-08-17 09: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 12: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-11 04: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 10: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 23: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 11: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-04 04: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 12: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 11: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