On Tue, Oct 09, 2001 at 11:49:31AM +0900, Tomoo Nmura wrote: | Hello, | | This is the first post. | After installing sid samba, I can't print anything. Samba said the | following message. | What is wrong ? | | [2001/10/09 11:06:18, 0] lib/fault.c:fault_report(40) | =============================================================== | [2001/10/09 11:06:18, 0] lib/fault.c:fault_report(41) | INTERNAL ERROR: Signal 11 in pid 298 (2.2.1a) ^^^^^^^^^
This is also called SIGSEGV or "Segmentation Fault". Basically it doesn't work. Segmentation faults occur when a program tries to access memory that is outside its allocated space. -D