KeyboardInterrupt errors in ASP pages

Mark Hammond mhammond at skippinet.com.au
Sat Apr 13 10:09:29 EDT 2002


Max M wrote:
> B wrote:
> 
>> I am using Python as the language for creating server side asp pages.
>> The problem is that when using Response.Redirect(page), I seem to get
>> the message below randomly but frequently enough to be a problem.
>>
>> Has anyone else found this problem and is there a way around it. Is it
>> a bug in the Response.Redirect code?
>>
>> Python ActiveX Scripting Engine error '80020009'
>> Traceback (innermost last): KeyboardInterrupt
>> /Default.asp, line 0
> 
> 
> As far as I understand it's a known bug, but without any known solution. 
> I get it too at times.
> 
> I have just signed over a project to a customer on .asp/iis so I am a 
> bit worried about it. But I don't really know what to do about it.
> 
> Maybe I should write a test harness to pound the IIS to see if I can 
> provoke the error.

Yes please - that is exactly what I need.  I need some way to provoke 
the error often enough that I can afford to "wait" for it in a debugger. 
  Anything you can do to get a reliable repro would be a big help!

Mark.




More information about the Python-list mailing list