Georg Schwarz <[EMAIL PROTECTED]> writes: > Making check in dd > No suffix list. > make check-TESTS > No suffix list. > Segmentation fault - core dumped > ... > > obviously that's less than 100% OK. Do you have any suggestions what > I should start to investigate?
You can start by doing the checks more verbosely. Something like this: cd tests/dd VERBOSE=yes make check and from that, most likely you can figure out exactly how 'dd' is failing, and then perhaps get into GDB or some other debugger and figure out what actually is causing the bug. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
