Unkillable process
Snv_92 has been entertaining me since I upgraded from quite stable snv_88. I'm hitting a bug after a bug. (See here).
This is the latest – unkillable process, which can't be killed with kill -9 or zone reboot. Reboot just hangs. Truss ends up with:
xeon# kill -9 22131
xeon# ps -ef | fgrep 22131
root 22728 5471 0 00:49:27 pts/5 0:00 fgrep 22131
alekz 22131 1 0 20:48:30 zoneconsole 0:03 /opt/sfw/lib/firefox/firefox-bin -P Sun –no-remote
xeon# truss -p 22131
^Ctruss: unanticipated system error: 22131
xeon# ps -ef | fgrep 22131
root 22728 5471 0 00:49:27 pts/5 0:00 fgrep 22131
alekz 22131 1 0 20:48:30 zoneconsole 0:03 /opt/sfw/lib/firefox/firefox-bin -P Sun –no-remote
xeon# truss -p 22131
^Ctruss: unanticipated system error: 22131
dtrace shows nothing. The only workaround is to reboot the entire system.
See also:
Revenge of the unkillable process
Unkillable process
Bug ID 6455727
Related posts:
- What process is using this port? If lsof is installed in your system: xeon# lsof 2>/dev/null...
- Firefox and profiles In order to run several Firefox-es with individual profiles simultaneously,...
- Firefox 3.0 and Solaris Just a brain dump. Firefox for Solaris can be downloaded...
- Solaris and ATA and SCSI errors After upgrading from snv_88 to snv_92 (Solaris 11 or Nevada...
- IOAT fatal failures See I/OAT description here. Solaris (at least snv_93 and and...
3 Responses to “Unkillable process”
Blog updates

[...] becomes an unkillable process if started from a zone Posted by AlekZ @ 1.15 am :: Comment RSS :: Trackback URI [...]
Pingback :: July 1, 2008 at 00:03 :: Quote
Related post: http://osdir.com/ml/os.solaris.opensolaris.help/2007-03/msg00011.html
ZFS related?
Comment :: October 15, 2009 at 00:58 :: Quote
Actually, it's getting worse. snv_123, snv_125 still have the same problem. It's mostly firefox in the global zone, but once it was squid in a non-global zone.
init 6 or reboot simply hang the system.
The unkillable processes do not load CPU, but apparently still take memory:
PID USERNAME NLWP PRI NICE SIZE RES STATE TIME CPU COMMAND
9107 alekz 2 57 4 1147M 912M sleep 248:03 0.00% firefox-bin
Comment :: October 15, 2009 at 01:03 :: Quote