From owner-freebsd-chromium@FreeBSD.ORG Thu May 26 07:45:50 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D1D106566B for ; Thu, 26 May 2011 07:45:50 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 746AC8FC0C for ; Thu, 26 May 2011 07:45:50 +0000 (UTC) Received: by yxl31 with SMTP id 31so229951yxl.13 for ; Thu, 26 May 2011 00:45:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=p7tPxRe0/1CQI9HDOiMlhonncizZLvHKv0zIlCgecAw=; b=tSWsmGFJbMHOtOgrx0mFUT/GE/forlDVmf2vRNee8fuhHXm1E5OX6YEsDLNeAgYGE9 aRSOs0FYfaRGmQuLvgSF/COfYv8Kto4cFW2lBiDRfxI0WJ7Xvb2jQUI1NrVJcl7cmfFM Nw1G9cRFRODp/by7grdd/H6HdZz7Q71X08PD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bECSjoPj3r9uREel6jbLBCW7bWG3ux8tmZr0AZRb24S8Nxi17esKHCeDn6e+9L8mAf Qk/2qKHPU81csFccjkRgrkop9SBnfR5mHCzFFasl0B4mf3MW2igTomnYvtCLWxz+WVv+ 0MBnw1G3aFxf5qjCIDEYXog4pBQSjHxlVG2KQ= MIME-Version: 1.0 Received: by 10.100.255.2 with SMTP id c2mr377603ani.41.1306395949584; Thu, 26 May 2011 00:45:49 -0700 (PDT) Received: by 10.100.32.14 with HTTP; Thu, 26 May 2011 00:45:49 -0700 (PDT) In-Reply-To: <20110525195202.73393.qmail@wawanesa.iciti.ca> References: <20110525195202.73393.qmail@wawanesa.iciti.ca> Date: Thu, 26 May 2011 10:45:49 +0300 Message-ID: From: George Liaskos To: gtodd@iciti.ca Content-Type: text/plain; charset=UTF-8 Cc: chromium@freebsd.org Subject: Re: Any attempt to print with chromium causes sigsev X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 07:45:50 -0000 On Wed, May 25, 2011 at 10:52 PM, wrote: > Hi, I think this is a well known bug? Should I file a PR on > the port? > > The main chromium development platform seems to be Windows (and > some Linux) where the bug does not manifest. Upstream they'd like > bug reports with backtraces and patches! I am attempting to build > a debug version of trunk to see if this has been resolved and get > a meaningful trace on the crash with our latest version. > > These are non-trivial operations at this site ;-) > > Since this seems difficult to patch/fix for FreeBSD should the crash > be mentioned in UPDATING or pkg-message? > > Regards, > > GRT >From chrome/browser/browser_main_posix.cc: 23 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) 24 #include "chrome/browser/printing/print_dialog_gtk.h" 25 #endif this seems to be a good starting point. It is in my todo list for some time now :p I will take a look at it. Regards, George