On Mon, 2002-04-22 at 16:11, Keith Owens wrote: > Trying to read a ccd list and it cannot find the record. If you have > the core dump > > cd $KBUILD_OBJTREE > gdb scripts/pp_makefile5 > bt
new file where it crashed: CC fs/ext2/super.o pp_makefile5: /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_db.c:952: read_db_ccd_list: Assertion `__tv.dptr' failed.pp_makefile5: dependencies (pid 2943) did not exit normally due to signal 6 make[1]: *** [fs/ext2/super.o] Error 1 Kernel build failed. Please read the FAQ at http://www.tux.org/lkml/ before sending a bug report. ok, after finding a working gdb on sparc (had to use really old one :( ), here is what I get on a backtrace: #0 0x7005efd8 in __strtod_internal () at strtod.c:1406 #1 0x70060428 in __strtod_internal () at strtod.c:1406 #2 0x70058984 in strtouq () at strtol.c:449 #3 0x1d2d4 in read_db_ccd_list (db=0x41850, list={type = 67 'C', recno = 37176}) at /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_db.c:952 #4 0x1d460 in read_db_ccd_list_cache (db=0x41850, list_p=0x7046c024, owner={ type = 115 's', recno = 189}, owner_p=0x7046c008) at /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_db.c:952 #5 0x14428 in check_config (db=0x41850, token={type = 115 's', recno = 189}, s=0xefff4d50) at /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_makefile5.c:844 #6 0x165bc in do_dependencies (fd=4, command=0xeffff686 "sparc64-linux-gcc", depend=0xefff4e88 "/fs/ext2/super.o.d") at /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_makefile5.c:1331 #7 0x174e8 in process () at /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_makefile5.c:1549 #8 0x17f58 in main (argc=6, argv=0xeffff034) at /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_makefile5.c:1694 this will have a different db from the one I put up since it crashed in a different place. -tduffy _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel