chromium crashes on latest version

2020-03-09 Thread fro
Synopsis:      chromium crashes when loading certain websites or resizes window while sites are loaded Category:      user Environment:         System      : OpenBSD 6.6         Details     : OpenBSD 6.6-current (GENERIC.MP) #40: Sun Mar  8 20:17:34 MDT 2020                          

Re: Process killed on self-exec after pledge+unveil

2020-03-09 Thread Theo de Raadt
Sebastien Marie wrote: > On Sun, Mar 08, 2020 at 12:04:07AM +, int3resting27 wrote: > > Example program: > > > > #include > > #include > > int main(int argc, char **argv) { > > char *const args[] = { "Z", NULL, }; > > char *const env[] = { NULL, }; > > > > if (argv[0][0] ==

Re: Process killed on self-exec after pledge+unveil

2020-03-09 Thread Sebastien Marie
On Sun, Mar 08, 2020 at 12:04:07AM +, int3resting27 wrote: > Example program: > > #include > #include > int main(int argc, char **argv) { > char *const args[] = { "Z", NULL, }; > char *const env[] = { NULL, }; > > if (argv[0][0] == 'Z') { >

Re: Process killed on self-exec after pledge+unveil

2020-03-09 Thread Theo de Raadt
int3resting27 wrote: > Example program: > > #include > #include > int main(int argc, char **argv) { > char *const args[] = { "Z", NULL, }; > char *const env[] = { NULL, }; > > if (argv[0][0] == 'Z') { > printf("success\n"); > return (0); >

Process killed on self-exec after pledge+unveil

2020-03-09 Thread int3resting27
Example program: #include #include int main(int argc, char **argv) { char *const args[] = { "Z", NULL, }; char *const env[] = { NULL, }; if (argv[0][0] == 'Z') { printf("success\n"); return (0); } unveil(argv[0], "x");

Re: -current 100% CPU, softdep related

2020-03-09 Thread Mark Patruck
I can confirm that the softdep related hangs i saw are gone. No more issues since the beginning of my tests almost one week ago. Thanks, -Mark On 2020-03-09 17:51, Todd C. Miller wrote: I just committed my minimal fix. - todd -- Mark Patruck ( mark at wrapped.cx ) GPG key

Re: -current 100% CPU, softdep related

2020-03-09 Thread Todd C . Miller
I just committed my minimal fix. - todd

Re: -current 100% CPU, softdep related

2020-03-09 Thread Alexander Bluhm
On Sun, Mar 08, 2020 at 10:15:08AM -0600, Todd C. Miller wrote: > On Sat, 07 Mar 2020 19:35:10 -0700, Bob Beck wrote: > > > makes sense to me and has my ok. could we see if bluhm@ can be sure this > > still works with his workload? > > Thanks, waiting to see if bluhm@ can confirm this doesn't