Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vivaldi browser still wont start (clone syscall) #1029

Closed
iz0eyj opened this issue Aug 31, 2016 · 1 comment
Closed

Vivaldi browser still wont start (clone syscall) #1029

iz0eyj opened this issue Aug 31, 2016 · 1 comment

Comments

@iz0eyj
Copy link

iz0eyj commented Aug 31, 2016

I goth the new build 14915, some issues are solved but still a bit of work to do.
this is the new strace:
clock_gettime(CLOCK_MONOTONIC, {183, 37642000}) = 0
access("/opt/vivaldi/vivaldi-sandbox", F_OK) = 0
socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, [6, 7]) = 0
shutdown(6, SHUT_RD) = 0 *** WSL 14905 CRASHES HERE ***
shutdown(7, SHUT_WR) = 0
pipe([8, 9]) = 0
mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f125a660000
mprotect(0x7f125a660000, 4096, PROT_NONE) = 0
clone(child_stack=0x7f125ae5fcf0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f125ae609d0, tls=0x7f125ae60700, child_tidptr=0x7f125ae609d0) = 214
clock_gettime(CLOCK_MONOTONIC, {183, 38609000}) = 0
clone(child_stack=0, flags=CLONE_NEWUSER|SIGCHLD) = -1 EINVAL (Invalid argument)
socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, [10, 11]) = 0
setsockopt(10, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
access("/opt/vivaldi/vivaldi-sandbox", F_OK) = 0
stat("/opt/vivaldi/vivaldi-sandbox", {st_mode=S_IFREG|S_ISUID|0755, st_size=14528, ...}) = 0
access("/opt/vivaldi/vivaldi-sandbox", X_OK) = 0
pipe([12, 13]) = 0
close(13) = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1266cb0cd0) = 215
rt_sigprocmask(SIG_SETMASK, [], ~[KILL STOP RTMIN RT_1], 8) = 0
close(12) = 0
recvmsg(10, clone: Invalid argument

To download Vivaldi browser: https://downloads.vivaldi.com/stable/vivaldi-stable_1.3.551.38-1_amd64.deb

@iz0eyj
Copy link
Author

iz0eyj commented Aug 31, 2016

Sorry, duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants