bogl@cray.com
2007-Jan-24 16:31 UTC
[Lustre-devel] [Bug 11283] 1.4.9.pre: SEGV in libcfs_debug_vmsg2: format1 == NULL
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11283 (In reply to comment #31)> Created an attachment (id=9413)Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9413&action=view)> chage magic constant to PAGE_SIZE. > > chage magic constant to PAGE_SIZE. > format bugs described before fixed already for b1_4_sles10.latest long lines patch doesn''t work. build fails. while PAGE_SIZE may be a known quantity elsewhere in liblustre code, it clearly isn''t known in the source where this patch lands. Suspect some additional #includes may be needed. errors seen: make[6]: Entering directory `/notbackedup/bogl/svn.0124/filesystems/lustre-cat/lnet/libcfs'' debug.c: In function `catamount_printline'': debug.c:592: warning: implicit declaration of function `lput'' debug.c: In function `libcfs_debug_vmsg2'': debug.c:611: error: `PAGE_SIZE'' undeclared (first use in this function) debug.c:611: error: (Each undeclared identifier is reported only once debug.c:611: error: for each function it appears in.) debug.c:611: warning: unused variable `buf'' make[6]: *** [libcfs_a-debug.o] Error 1 make[6]: Leaving directory `/notbackedup/bogl/svn.0124/filesystems/lustre-cat/lnet/libcfs'' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/notbackedup/bogl/svn.0124/filesystems/lustre-cat/lnet/libcfs'' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/notbackedup/bogl/svn.0124/filesystems/lustre-cat/lnet''