From owner-freebsd-chromium@FreeBSD.ORG Thu Jan 31 22:02:50 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA96334E for ; Thu, 31 Jan 2013 22:02:50 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3CC677 for ; Thu, 31 Jan 2013 22:02:49 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id cr7so2725822qab.1 for ; Thu, 31 Jan 2013 14:02:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type:x-gm-message-state; bh=6QiPOoMCSZ+ZFUPy99feOzr6iNjoOtk/OElQU8PsEo0=; b=UlGzsN7CeCgOrXfu0nlg/eXsrBIub6oN35vbAjmgLkPPSmHPdqBJ1pBQO3fBjbbhiQ Shhc2xSlljOxtv/tCfWSXnFSEcTo+Q2mqVr8oq3VF0x53Lqz6B6I4rNHzgXYFxnTtkAb hCk5CzII5tumNY3/frmUuU+8dU7ov/pmWXbzR5WGreErQ1Ex8G9R6KZ9+bURtnrdJvED HD7xujFTjBx8dVljHYQEOrm5toffkRwGz0JR/IISlUxR7piVhTPe1GMVC+H6ry0RoIKt TpvLouSFMi3xKt4TSVMGQ4HBplyIlwiFOMzsdJ9Dqjc2R67RWCKQCFGJIoA9N4cb2Cl/ Ef9g== MIME-Version: 1.0 X-Received: by 10.49.133.195 with SMTP id pe3mr11962267qeb.58.1359669381792; Thu, 31 Jan 2013 13:56:21 -0800 (PST) Received: by 10.49.74.10 with HTTP; Thu, 31 Jan 2013 13:56:21 -0800 (PST) X-Originating-IP: [203.99.129.1] Date: Fri, 1 Feb 2013 10:56:21 +1300 Message-ID: Subject: IPC memory leakage on latest chromium-24.0.1312.57 From: Jonathan Chen To: freebsd-chromium@freebsd.org X-Gm-Message-State: ALoCoQlxkTgtHS/1aHTmxxGjZfsxcPG3n8eNeW//nv7s/hQSA68pJgDQnrNLEXrrd6oWafF+KL6g Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 22:02:50 -0000 Hi, I've just installed the latest chromium-24.0.1312.57; and it appears to suffer from the same IPC memory leakage as the version just before it. When no more IPC shared memory can be allocated, chromium will only display a blank page. Loading pages full of javascript will hurry this behaviour. The last usable version which doesn't display this bug is chromium-24.0.1312.52. Cheers. -- Jonathan Chen