1 Feb 2004 07:30
Re: [PATCH 2/4] 2.6.1-mm2: sched-domain
Andrew Morton <akpm <at> osdl.org>
2004-02-01 06:30:42 GMT
2004-02-01 06:30:42 GMT
Nick Piggin <piggin <at> cyberone.com.au> wrote: > > This is the core sched domains patch. I'm having a ton of trouble with this on the 4-way ppc64 box. Symptoms are similar to memory corruption: gcc falls over with sig11, filenames corrupted, etc. Often it fails to get through the initscripts without userspace processes failing randomly. One example: cc -Wall -Wall -I../include -c -o search_path.o search_path.c make[1]: B<lots of random binary garbage>: Command not found make[1]: *** [search_path.o] Error 127 make[1]: Leaving directory `/mnt/sdb5/ltp-full-20040108/lib' make: *** [libltp.a] Error 2 and cc -O -Wall -w -o test ./test.c cc -c -Wall -w -o test_arch.o ./test.c cc -Wall -w -o test_D ./test.c make[4]: *** [test] Segmentation fault make[4]: *** Deleting file `test' I'm surprised that nobody else has noticed it. The results of a binary search through my current patch queue: local_bh_enable-warning-fix.patch OK pnp-8250_pnp-fix.patch(Continue reading)
RSS Feed