Bug 218431 - Process hangs in uninterruptable state 'cgticb'
Summary: Process hangs in uninterruptable state 'cgticb'
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 11.0-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-06 16:27 UTC by Yuri Victorovich
Modified: 2017-04-06 16:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-04-06 16:27:15 UTC
scanimage from sane-backends-1.0.25 can't be killed (-9):

>   PID  PPID  PGID   SID  TSID THR LOGIN    WCHAN     EMUL          COMM        
> 34808 34807 34807 25735 25735   1 yuri     cgticb    FreeBSD ELF64 scanimage   

I think it's almost always a bug in kernel when some system call never exits like this.

The original command was:
> scanimage --resolution 600

cam_periph_getccb in cam/cam_xpt.c

r308114