Lonnie 

  i do not know who originally posted the problem, but the offending
line here: wisdomio.c:104: internal error: Segmentation fault
seems to be the fault. Seg faults are general one of two things:
1: Null pointer
2. putting data int array passed it set index length, ie 

char data[10]

  data = "How now brown cow";  This is too long and causes a se fault.
Start the trouble shooting at line 104 of file wisdomio.c..
hope that helps the person with the problem.

cheers

-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
[EMAIL PROTECTED]
Caldera Open Linux eWorkStation 3.1.1
Registered Linux User

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to