I would like to evaluate the performance & functionality of cobalt browser on my Ubuntu PC.
Then I follow the steps based on this URL to build it.
However, I get the SIGABRT when launching it.
Error message was
@ubuntu:~/cobalt/src/out/linux-x64x11_gold$ ./cobalt
Caught signal: SIGABRT (6)
[0x7f077696ecc9]
[0x7f07769720d8]
[0x46e426]
cobalt::renderer::backend::TextureDataPBO::InitAndMapPBO() [0x8b2920]
cobalt::renderer::backend::(anonymous namespace)::RunAndSignal() [0x8b279d]
MessageLoop::RunTask() [0x43536e]
MessageLoop::DoWork() [0x435a8a]
base::MessagePumpDefault::Run() [0x437c8a]
base::RunLoop::Run() [0x43ef01]
MessageLoop::Run() [0x434d5a]
base::Thread::ThreadMain() [0x44f635]
base::(anonymous namespace)::ThreadFunc() [0x45d231]
(anonymous namespace)::ThreadFunc() [0x46e92b]
start_thread [0x7f0777976182]
[0x7f0776a3247d]
Aborted (core dumped)