In <20050411054202.347.qmail at web25802.mail.ukl.yahoo.com> lars ebeling <dhd733 at yahoo.se> writes:
I have tested to run make install on 2 machines (32-bits and 64-bits kernels). I get the same error on both:
cd webfiles; find . � grep -v RCS � grep -v DIST � ../../build/setup-newfiles /opt/hobbit/server/web/ ../../build/md5.dat Loading md5-data ... OK Installing new file /opt/hobbit/server/web/report_form_daily Installing new file /opt/hobbit/server/web/report_form_weekly /bin/sh: 23720 Memory fault(coredump)
This turned out to be a file-descriptor leak in the "setup-newfiles" tool used during installation. (It's an old bug - just haven't seen it before). If you do run into this, there's a patch at http://www.hswn.dk/hobbitsw/hobbit-4.0.2-setup.patch that fixes it.
Regards, Henrik