[Bug 215845] process (wine) freezes in STOP state and can't be killed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 7 00:01:56 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215845

            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 at FreeBSD.org
          Reporter: andrey at bsdnir.info
                CC: freebsd-amd64 at FreeBSD.org
                CC: freebsd-amd64 at 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 at 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                     
 2769 100106 wine                -                   mi_switch
thread_suspend_switch thread_single exit1 sigexit postsig ast doreti_ast 
 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 
% 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)

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


More information about the freebsd-amd64 mailing list