Any attempt to print with chromium causes sigsev

George Liaskos geo.liaskos at gmail.com
Thu May 26 07:45:50 UTC 2011


On Wed, May 25, 2011 at 10:52 PM,  <gtodd at iciti.ca> 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


More information about the freebsd-chromium mailing list