Bug 18043

Summary: i386
Product: Ports & Packages Reporter: meshko <meshko>
Component: Individual Port(s)Assignee: andreas <andreas>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description meshko 2000-04-17 06:40:01 UTC
 I am running 4.0 release with apsfilter (from ports) as print filter. I
tried t

starting local daemons:... blah
apsfilter: unsupported file type
international text language from meshko 
or missing filter !
or perhaps
AND BLAH, BLAH, other messages from apsfilter

now panic (come right after apsfilter's message)
panic: lickmgr: pid 370. not exclusive lock holder 116 unlocking
panic: getnewbug : locked buf

Fix: 

again: worked fine after I removed everything from the /var/spool/lpd
How-To-Repeat: not sure if I can repeate it but the panic kept coming until I removed all
files
I would rather not check if every attempt to print from Netscape would do
that
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-04-30 14:32:34 UTC
Responsible Changed
From-To: gnats-admin->andreas

apsfilter is andreas' child. 
Misfiled PR. 
Comment 2 andreas freebsd_committer freebsd_triage 2000-08-24 21:10:27 UTC
State Changed
From-To: open->closed

apsfilter itself can't produce kernel panics 
you must have another problem there ... 
Perhaps access to the wrong print device ? 
Some other kind of misconfiguration in kernel area ? 
Perhaps hardware problem ?? 
Try accessing the print port from shell (root)... 
Build a kernel with DDB support 
if the error shows up again and you are in DDB (kernel debugger) 
type in: 
t 
and 
ps 
to see where it happens ...