Geoff and list: I had to do some other work on Monday and Tuesday. Here's the state of my investigations (and I appreciate knowing if others have seen this problem):
1. Used the wkcgi adapter, and the page still hangs. 2. I haven't put prints into the WebKit code yet; I'm not familiar enough with it to know where to start. 3. I'm running Apache 1.3.23, same as you are. I unloaded the mod_python DSO, but still get the same results. 4. I recompiled and reinstalled mod_webkit from the head of CVS; same results as before. I see this behavior on two different machines on two completely different networks. If others see this behavior, please weigh in. And if I could get one or two pointers to where to start putting print statements to track down the point of hang, I'd be grateful. I'm a procedural sort of person trying to get by in an object-oriented world :-) Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -----Original Message----- From: Geoffrey Talvola [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 9:34 PM To: Hancock, David (DHANCOCK); 'Geoffrey Talvola'; '[EMAIL PROTECTED]' Subject: Re: [Webware-discuss] WebKit Error traceback pages don't close th eir connection? On Friday April 26, 2002 02:52 pm, Hancock, David (DHANCOCK) wrote: > I am seeing the behavior with the included Examples/Error servlet. > One installation that demonstrates the problem can be seen at: > > http://dhancock.2y.net/ADC/Examples/Error > <http://dhancock.2y.net/ADC/Examples/Error> I just visited this link - and it does wedge. > And one more data point--while the above is a machine at home (I'm > taking the day off!), but I see the same behavior on several Linux > machines at work (similar configurations, just WAY faster than my home > box). > > I appreciate all the attention to this issue--I hope we can find > something and fix it. > > Cheers! I can't reproduce the problem on my Linux box at home. I'm running Mandrake 8.2 with a mod_webkit built from CVS on March 24, and I'm using Webware from the tip of CVS. And Python 2.2. The error page comes out just fine and the connection closes -- no wedge. At this point I would recommend: 1) Try changing to the CGI adapter and see if that helps. 2) Throw in a bunch of print statements into the WebKit code to see if you can find a point where it's getting wedged. 3) Try updating Apache if you're using a version significantly older than 1.3.23 which is what I'm using. 4) Recompile mod_webkit from the head of CVS. 5) Find out from other people on the list whether they have the same problem. - Geoff