chromium 9 can't open any page

Evan Martin evan at chromium.org
Fri Feb 25 18:35:38 UTC 2011


On Wed, Feb 23, 2011 at 5:40 PM, George Liaskos <geo.liaskos at gmail.com> wrote:
> The renderers die always with the same error:
>
> [1841:194170880:4647631097:FATAL:base/condition_variable_posix.cc(37)]
> Check failed: rv == 0.
> Unable to get symbols for backtrace. Dumping raw addresses in trace:
>        0x11d0ee1
>        0x11bcca8
>        0x12319da
>        0x1231a11
>        0x121565f
>        0x2a33cb2
>        0x10346cf
>        0x1033a97
>        0x107850e
>        0x521745
>        0x520ef8
>        0x5222d2
>        0x52283b
>        0x520cce
>
> I used addr2line, so here are the results
>
> base/logging.cc:603
> base/condition_variable_posix.cc:39

This is saying that a pthread_*() call is failing.  I'm not sure why
that could happen.  It would be helpful to get it into a debugger.
Alternatively you could modify the code around that point to see what
the failing return value is.


More information about the freebsd-chromium mailing list