[Bug 206083] opera (version 32) crashes under linuxulator (64)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 11 21:22:42 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206083
--- Comment #3 from Yaroslav <yaroslavfyodor.pushkin at mail.ru> ---
Now it passed the first prctl and failed at the second
Before patching kernel
" 1364 opera RET linux_setsockopt -1 errno 92 Protocol not available
1364 opera CALL linux_rt_sigprocmask(0x1,0x7fffffffc9d0,0,0x8)
1364 opera RET linux_rt_sigprocmask 0
1364 opera CALL linux_tgkill(0x554,0x554,0x6)
1364 opera RET linux_tgkill 0
1364 opera PSIG SIGIOT caught handler=0x104aa30 mask=0x0 code=SI_LWP
1364 opera CALL linux_rt_sigaction(0x6,0,0x373ee9cabcc0,0x8)
1364 opera RET linux_rt_sigaction 0
1364 opera CALL linux_prctl(0x4,0x1,0,0,0)
1364 opera RET linux_prctl -1 errno 22 Invalid argument
1364 opera CALL linux_gettid
1364 opera RET linux_gettid 1364/0x554
1364 opera CALL linux_pipe(0x373ee9cab6b8)
1364 opera RET linux_pipe 0
1364 opera CALL linux_fork
1364 opera RET linux_fork 1365/0x555
1364 opera CALL linux_prctl(0x59616d61,0x555,0,0,0)
1364 opera RET linux_prctl -1 errno 22 Invalid argument
1364 opera CALL write(0xf,0x158bbb1,0x1)
1364 opera GIO fd 15 wrote 1 byte
"o""
After the patch
"1157 opera RET linux_setsockopt -1 errno 92 Protocol not available
1157 opera CALL linux_rt_sigprocmask(0x1,0x7fffffffc9d0,0,0x8)
1157 opera RET linux_rt_sigprocmask 0
1157 opera CALL linux_tgkill(0x485,0x485,0x6)
1157 opera RET linux_tgkill 0
1157 opera PSIG SIGIOT caught handler=0x104aa30 mask=0x0 code=SI_LWP
1157 opera CALL linux_rt_sigaction(0x6,0,0x17e5b32d7cc0,0x8)
1157 opera RET linux_rt_sigaction 0
1157 opera CALL linux_prctl(0x4,0x1,0,0,0)
1157 opera RET linux_prctl 1
1157 opera CALL linux_gettid
1157 opera RET linux_gettid 1157/0x485
1157 opera CALL linux_pipe(0x17e5b32d76b8)
1157 opera RET linux_pipe 0
1157 opera CALL linux_fork
1157 opera RET linux_fork 1158/0x486
1157 opera CALL linux_prctl(0x59616d61,0x486,0,0,0)
1157 opera RET linux_prctl -1 errno 22 Invalid argument
1157 opera CALL write(0xf,0x158bbb1,0x1)
1157 opera GIO fd 15 wrote 1 byte
"o""
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list