From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by lists.bufferbloat.net (Postfix) with ESMTPS id 139D93ED14 for ; Mon, 21 Dec 2015 16:00:22 -0500 (EST) Received: from hms-beagle.home.lan ([217.247.221.45]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M3i8r-1aT45a0CIr-00rLCK; Mon, 21 Dec 2015 22:00:19 +0100 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) From: moeller0 In-Reply-To: <87mvt3jzbp.fsf@toke.dk> Date: Mon, 21 Dec 2015 22:00:16 +0100 Cc: =?utf-8?Q?Dave_T=C3=A4ht?= , cake@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: References: <87y4cnk828.fsf@toke.dk> <83E16502-552B-4989-BE27-B2FC86194106@gmx.de> <87mvt3jzbp.fsf@toke.dk> To: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= X-Mailer: Apple Mail (2.2104) X-Provags-ID: V03:K0:uPLVn99RfjqIcG7DkDVzyY0dja3XaU6EW657TITrCBVTjdHToPB yvSMNVCsRgezLK44WkJ2BBZPdvWfTfCTl6AoZ4U/o2bXUKOv1AJkiG1E/q9Y5j1dOsprqQP KxRMcpvMlxE4FUmOr24vP4N5j9dhDWIhJNV2IuriERiy1L3O8bzkfxGZBbTEiL1wRsPqLmD 7hEhcVFZTEXzoIAv7GE3g== X-UI-Out-Filterresults: notjunk:1;V01:K0:pj9/Ka71HII=:IJl0Q2nVQdTxkKCpz1xgtN TEKpJhREp6r2EmJj4VkYJKn/G5FcqJ5SZfgdtmVpDgH6qytIbDuZtd+dYb9NlphKMpYHHsnn6 51hgEomW5Wu88f7Rl00TckQNmHVJfunuEkccneQmsiS5XhFsHAkRTkgTCbCN34cDuI0yfgLnW 52r01gWKSJC46crvyzj8U+/kN1FZLYZwj6ArLRKJ9tDkKGqaE9Z2bSZvQVOXrIFRVPppAzf7A HwhzY6Z//ya9K0ZdKOqbSPfwq7QwK1UVCUpQh3TpyHv5VRu/i4LbSAHWUOmoszbHmNBG9zqwE 6M27RhgjeHyR2L68Fy2DDlG156IdCGezRX2ngCDjHl3jpzY6/jfFopjT03HB8HbbjiC8NSQQo Nnq0WVI/lG9F57hsKBjTyZ3gCP4WjU5N8ND+WKYcGwKrqrHchxyKudVkbCb7GnXgac9c55cgE aZ+/8ehzd0vK+qXb71434DPS2/Lv2n1kYHgBcmsTZJlyKfRbgG50v61ltgui4kFomiRY55S/H GhQ3yvth53GwY4O+a/FnuYx8gAgSrXJFOcv/BBSNUnxmZ5wFVgaW9HD0iX5DpMnslLgHN3XuK JScPmZGK2YQCzhSccANt8XKe+wQTkP4sis2sO/MtiVkysjH/ed/V/JeQ4g4ZLlHt9qa1qMAed 4SEF5PN5uuApUdZ2YMKZAlfcZSpN8R6o2ulWXYnmcR5zkEZLfSBhEHkbJVyT0UhHea8jdmF52 U9mltqDG6nbDxBmvt+FV2Hufqcp3Q3dxbTeTe7wRw002T7jhMFKH5E/U1ofIoEkjgwuu6OD2u A/NfQ6u Subject: Re: [Cake] flent crash in head X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 21:00:23 -0000 Hi Toke, > On Dec 21, 2015, at 21:56 , Toke H=C3=B8iland-J=C3=B8rgensen = wrote: >=20 > moeller0 writes: >=20 >>> Well, just fixed the rrul_50_down and a bunch of other tests that = had >>> broken use of the 'duplicates' parameter. Shouldn't crash now, but = won't >>> plot the individual flows >>=20 >> After a git pull the "crashes" are gone, sorry, I was not precise >> enough, python crashed once, but the biggest issue was a failure to >> load the files. >=20 > Cool. >=20 >>> (doing, essentially, `sed s/::::/::/g` on the >>> contents of the data file should fix that; new tests will be fine). >>=20 >> Ah, I guess I need to unzip the files first? >=20 > Yup. Something like this: >=20 > zcat rrul_50_down-2015-12-21T054402.343858.cake_flows.flent.gz | sed = s/::::/::/g | gzip > = rrul_50_down-2015-12-21T054402.343858.cake_flows.fixed.flent.gz Ah, sorry for not writing back, I just went and used gz to unzip = them, applied the sed line you gave and used gz to zip them again = (actually I used mc to select the bunch and at least do the unzipping = and zipping for the whole batch). It just worked, and I now see way more = lines than I actually can visually parse ;) >=20 >>>=20 >>> Can't reproduce the crash Sebastian reported=E2=80=A6 >>=20 >> This only happened once, and I would blame it on my macports = installed >> python/matplotlib=E2=80=A6 >=20 > Yes, it did seem to be something related to PyQt that I'm hoping we = can > just write off as a fluke :) Sure, I could not make it crash again, so noting really to work = on ;) Best Regards Sebastian >=20 > -Toke