From owner-freebsd-amd64@freebsd.org Sat Jan 7 00:01:56 2017 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9188FCA3769 for ; Sat, 7 Jan 2017 00:01:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817CE1C01 for ; Sat, 7 Jan 2017 00:01:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0701u6k031766 for ; Sat, 7 Jan 2017 00:01:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 215845] process (wine) freezes in STOP state and can't be killed Date: Sat, 07 Jan 2017 00:01:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: threads X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: andrey@bsdnir.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-threads@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2017 00:01:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215845 Bug ID: 215845 Summary: process (wine) freezes in STOP state and can't be killed Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: threads Assignee: freebsd-threads@FreeBSD.org Reporter: andrey@bsdnir.info CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Hello! Similar Bug 208138. Wine freeze after random time work, not killed only reboot. % uname -a FreeBSD des.local 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r310777: Thu Dec 29 19:02:50 MSK 2016 root@des.local:/usr/obj/usr/src/sys/DES amd64 % uname -UK 1200019 1200019 % ps aux | grep wine andrey 2728 0.0 0.0 12432 6968 - Is 00:01 3:19.37 /usr/local/bin/../lib32/../bin32/wineserver andrey 2769 0.0 3.2 1384544 537380 - Ts 00:01 16:01.45 C:/Program Files/Hearthstone/Hearthstone.exe (wine) % procstat -k 2769 PID TID COMM TDNAME KSTACK=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 2769 100106 wine - mi_switch thread_suspend_switch thread_single exit1 sigexit postsig ast doreti_ast=20 2769 100291 wine - mi_switch sleepq_wait _sleep vm_page_busy_sleep vm_page_sleep_if_busy vm_fault_hold vm_fault trap_pfault trap calltrap=20 % procstat -i 2769 PID COMM SIG FLAGS 2769 wine HUP --- 2769 wine INT --C 2769 wine QUIT --C 2769 wine ILL --C 2769 wine TRAP --C 2769 wine ABRT --C 2769 wine EMT --- 2769 wine FPE --C 2769 wine KILL P-- 2769 wine BUS --C 2769 wine SEGV --C 2769 wine SYS --- 2769 wine PIPE -I- 2769 wine ALRM --- 2769 wine TERM P-- 2769 wine URG -I- 2769 wine STOP --- 2769 wine TSTP --- 2769 wine CONT --- 2769 wine CHLD -I- 2769 wine TTIN --- 2769 wine TTOU --- 2769 wine IO -I- 2769 wine XCPU --- 2769 wine XFSZ --- 2769 wine VTALRM --- 2769 wine PROF --- 2769 wine WINCH -I- 2769 wine INFO -I- 2769 wine USR1 --C 2769 wine USR2 --- 2769 wine 32 --C ... 2769 wine 126 --- 2769 wine 127 --- 2769 wine 128 --- % pkill CONT 2769 % pkill KILL 2769 % ps aux | grep wine andrey 2728 0.0 0.0 12432 6968 - Ss 00:01 3:19.37 /usr/local/bin/../lib32/../bin32/wineserver andrey 2769 0.0 3.2 1384544 537380 - Ts 00:01 16:01.45 C:/Program Files/Hearthstone/Hearthstone.exe (wine) --=20 You are receiving this mail because: You are on the CC list for the bug.=