From info at mwmediasolutions.de Mon Feb 2 10:21:21 2009 From: info at mwmediasolutions.de (info mwmediasolutions) Date: Mon, 02 Feb 2009 16:21:21 +0100 Subject: [Swiftiply-users] Bug in Swiftiply with Firefox2 when sending a form In-Reply-To: References: <48F9DFDB.9060202@mwmediasolutions.de> Message-ID: <49870F71.2020106@mwmediasolutions.de> Hi Kirk, according to the described problem i tried to install my system in a vmware and was able to reproduce the error. If you have a FF2 installed, i can send you the dyndns-url to see the error. Would be nice if you could give me a time when you will test it. Otherwise my vmware has to run the whole time In FF3 and IE7 it works fine. Marc Willwacher Kirk Haines schrieb: > On Sat, Oct 18, 2008 at 6:08 AM, info mwmediasolutions < > info at mwmediasolutions.de> wrote: > > >> Hi, >> >> I got a problem with firefox2 trying to send a form to swiftiply (latest >> version from 'http://github.com/wyhaines/swiftiply/tree/master') >> >> Only with FF2 it starts sending the form but nothing on the server happens >> and the browsers is waiting. >> With FF3 and IE7 it works without errors. >> >> I checked this by using wireshark - network protocol analyser >> >> - 49518 > http [SYN] Seq=0 Win=8192 [TCP CHECKSUM INCORRECT] Len=0 MSS=1460 >> WS=2 >> - http > 49518 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1452 WS=7 >> - 49518 > http [ACK] Seq=1 Ack=1 Win=66792 [TCP CHECKSUM INCORRECT] Len=0 >> - POST /account/login HTTP/1.1 >> - http > 49518 [ACK] Seq=1 Ack=674 Win=7296 Len=0 >> - Continuation or non-HTTP traffic (application/x-www-form-urlencoded) >> - http > 49518 [ACK] Seq=1 Ack=803 Win=8576 Len=0 >> > > > I am perplexed because, so far, I'm not able to reproduce any sort of hang > behavior using FF2. I'm still poking at this, though, trying to track it > down. > > > Kirk Haines > > -- ______________________________________________________________________ Marc Willwacher (Gesch?ftsf?hrung/Development) mwmediasolutions Schillerstra?e 20 - 15517 F?rstenwalde Tel: 03361 757417 - Mobil: 0176 23388854 www.mwmediasolutions.de - willwacher at mwmediasolutions.de From bmoelk at brainendeavor.com Wed Feb 4 16:31:07 2009 From: bmoelk at brainendeavor.com (Brian Moelk) Date: Wed, 4 Feb 2009 21:31:07 +0000 Subject: [Swiftiply-users] Experiencing crashes of Swiftiply in production Message-ID: <498a091b77e34_ef53fccbfc9698834d0@app01.zenbe.com.tmail> Currently running on RHEL 5 with/ ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-linux] and eventmachine (0.12.2). Over time, about once a day or two swiftiply vanishes without much fanfare. I've got analogger hooked up level 3, but it doesn't show much useful information there. I didn't see a more detailed level of logging. The application that i believe is causing the issue deals with multiple file uploads/downloads up to about 3 mb in size. I'm using my forked copy of swiftiply on github, which as best as I can tell, is identical to the master branch except for a small patch I put in for a reproducible crash I was receiving involving the clean up of temp files. Is there anything you can suggest to pin down the cause of this? Should I try to enhance the logging in some way? Any hints/pointers or things to look for would be appreciated. Regards, Brian Moelk