Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 21:22:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 206083] opera (version 32) crashes under linuxulator (64)
Message-ID:  <bug-206083-6-Ke9zb3kKak@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206083-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206083-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206083

--- Comment #3 from Yaroslav <yaroslavfyodor.pushkin@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=3D0x104aa30 mask=3D0x0 code=3DS=
I_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=3D0x104aa30 mask=3D0x0 code=3DS=
I_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""

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206083-6-Ke9zb3kKak>