SIGSYS needs to be reserved for seccomp-bpf

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

SIGSYS needs to be reserved for seccomp-bpf

Postby RangelReale » Thu Oct 17, 2019 12:31 pm

Hello,

in my CEF application running on Ubuntu 16.04 x64, the render process is terminating right after an iframe calls "postMessage", with the following message:

[1017/111424.317295:ERROR:trap.cc(101)] Existing signal handler when trying to install SIGSYS. SIGSYS needs to be reserved for seccomp-bpf.

Searching google, this looks like related to the linux sandbox, but I couldn't find anything about a relationship of this with postMessage, of how to prevent it crashing the render process.
Does someone knows this error?
RangelReale
Techie
 
Posts: 21
Joined: Mon Mar 25, 2019 12:23 pm

Re: SIGSYS needs to be reserved for seccomp-bpf

Postby magreenblatt » Thu Oct 17, 2019 1:51 pm

What CEF version? Does the problem reproduce with the CEF sample apps?
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: SIGSYS needs to be reserved for seccomp-bpf

Postby RangelReale » Mon Oct 21, 2019 2:38 pm

magreenblatt wrote:What CEF version? Does the problem reproduce with the CEF sample apps?


Sorry for the delay, I was trying to isolate were the error happens.
I compiled branch 3904 (version 78) with ffmpeg/h264 enabled.

We couldn't make the error happen on cefsimple, only on my version compiled on Ubuntu 16.04 x64.

This very simple html seems to triggers this error on my compilation. The application playlist lots of videos without problem, but when parsing a simple XML the renderer crashes.

====================
text = "<bookstore><book>" +
"<title>Everyday Italian</title>" +
"<author>Giada De Laurentiis</author>" +
"<year>2005</year>" +
"</book></bookstore>";

const parser = new DOMParser();
console.log(parser.parseFromString(text, "text/xml"));
RangelReale
Techie
 
Posts: 21
Joined: Mon Mar 25, 2019 12:23 pm


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 198 guests