[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2014-12-10 Thread Bug Watch Updater
** Changed in: squid Status: Unknown = Fix Released ** Changed in: squid Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/955883 Title: Squid3

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-04-11 Thread Martin Pitt
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/955883 Title: Squid3 Crash assertion failed: comm.cc:349 To

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package squid3 - 3.1.14-1ubuntu0.2 --- squid3 (3.1.14-1ubuntu0.2) oneiric-proposed; urgency=low * Add 16-skip-read-if-closed.dpatch: Check if connection is still open and bail out if not before attempting to read more data. Fixes crash in squid

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-04-02 Thread Ubuntu user
Hi, 3rd day after implementing the patch no crash of squid3 was daemon seen. So from my point i would say it seems to be stable. Cheers, ubuntu user -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu.

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-29 Thread Ubuntu user
Hello, i have implement the patch yesterday on the live system. Actualy i doesn't have a valid test scenario, but i will check the logs in the next days. Hope the best. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/squid3 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/955883 Title: Squid3 Crash assertion failed: comm.cc:349 To manage notifications

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-23 Thread Martin Pitt
Hello Ubuntu, or anyone else affected, Accepted squid3 into oneiric-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-22 Thread Bryce Harrington
** Description changed: - The Squid Proxy crash sometimes a day with this Message: + [Impact] + fill me in with explanation of severity and frequency of bug on users and justification for backporting the fix to the stable release + + [Development Fix] + fill me in with an explanation of how

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-22 Thread Bryce Harrington
** Description changed: [Impact] - fill me in with explanation of severity and frequency of bug on users and justification for backporting the fix to the stable release + The Squid Proxy crash sometimes a day with this Message: + assertion failed: comm.cc:349: !fd_table[fd].closing()

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-22 Thread Bryce Harrington
I had to rejigger the patch to get it to apply with the proper path. Verified it's the same change as upstream. Packaged as dpatch and verified it builds. Upload sponsored, thanks for your contribution to Ubuntu. -- You received this bug notification because you are a member of Ubuntu Server

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-21 Thread Ubuntu user
--- client_side.cc.org 2012-03-21 10:12:58.0 + +++ client_side.cc 2012-03-21 10:15:43.0 + @@ -2934,6 +2934,9 @@ { if (!handleRequestBodyData()) return; +// fix of Squid Bug 3131 +if (!isOpen() || closing()) // too late to read more body +

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-21 Thread Ubuntu user
** Patch added: squid3_fix_955883.patch https://bugs.launchpad.net/ubuntu/oneiric/+source/squid3/+bug/955883/+attachment/2909089/+files/squid3_fix_955883.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu.

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-19 Thread Ubuntu user
Hi, the version installed on the System is: Squid3 - 3.1.14-1ubuntu0.1 squid3-common - 3.1.14-1ubuntu0.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/955883 Title: Squid3 Crash

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-19 Thread Clint Byrum
Thanks, sounds like it is worthwhile to consider for SRU to 11.10. Perhaps you could isolate the change from the upstream bug and post it here as a patch? If you are able to do that, subscribe 'ubuntu-sponsors' and hopefully someone with upload rights can get it into oneiric- proposed. ** Also

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-16 Thread Clint Byrum
Hello ms193, can you run 'apport-collect 955883' on the affected system so we can get enough details to confirm this is the same upstream bug, and so we can figure out what version of squid3 you have installed? Thanks! -- You received this bug notification because you are a member of Ubuntu

[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

2012-03-16 Thread Clint Byrum
BTW that particular bug is fixed in 3.1.19 which is available in the latest dev release, precise. As such, I'm marking this bug as Fix Released. It seems serious enough to accept a backport to earlier releases as well. ** Bug watch added: Squid Bugzilla #3131