Hi

I receive signals 4, 10, and 11 during my buildworlds. Just put in another PSU: same problem. Checking memory next...

Christoph Kukulies wrote:

I tried to sync my source tree and build the world. Yesterday world build failed. Today it seemd to get further but still failed
with signal 4 (SIGILL !?)


cd /usr/include/fs/fdescfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/fifofs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/msdosfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/ntfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/nullfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
*** Signal 4


-- Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"







_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to