lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 08 Feb 2010 13:01:26 +0530
From:	Girish Shilamkar <Girish.Shilamkar@....COM>
To:	Ext4 <linux-ext4@...r.kernel.org>
Cc:	adilger@....COM
Subject: e2fsprogs segfaults during make check

Hello,
     I found a problem while creating e2fsprogs rpms. Few of the tests
fail with segfault during make check. The tests are d_loaddump, f_dup4,
f_imagic_fs and r_resize_inode. This failure is only seen on rhel5,
x86_64. 
      On further searching I found that this error can reproduced when
e2fsprogs is configured with shared elf libraries. For example,
configure --enable-elf-shlibs, make; make check 
And this problem is seen from 1.41.7 version onwards.

Any ideas/comments ?

Thanks,
Girish

The test failures from make check:
d_loaddump: debugfs load/dump test: ./d_loaddump/script: line 22: 12573
Segmentation fault      $DEBUGFS -R "write $TEST_DATA test_data" -w
$TMPFILE >> $OUT.new 2>&1
./d_loaddump/script: line 34: 12577 Segmentation fault      $DEBUGFS -R "dump test_data $VERIFY_DATA" $TMPFILE >> $OUT.new 2>&1

f_dup4: find all directory pathnames: ./f_dup4/script: line 41: 13359 Segmentation fault      $DEBUGFS -w $TMPFILE  > /dev/null 2>&1 <<EOF

f_imagic_fs: imagic filesystem with imagic inodes: ./run_e2fsck: line 48: 14602 Segmentation fault      $DEBUGFS -w -R "feature imagic_inodes" $TMPFILE > /dev/null 2>&1
failed

_resize_inode: filesystem resize with a resize_inode present: ./r_resize_inode/script: line 101: 16093 Segmentation fault      $DEBUGFS -R "set_super_value lastcheck 0" -w $TMPFILE > /dev/null 2>&1
./r_resize_inode/script: line 101: 16094 Segmentation fault      $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE > /dev/null 2>&1
./r_resize_inode/script: line 101: 16095 Segmentation fault      $DEBUGFS -R "set_super_value mkfs_time 0" -w $TMPFILE > /dev/null 2>&1
ok


View attachment "typescript" of type "text/plain" (54087 bytes)

Powered by blists - more mailing lists