On Dec 7, 2008, at 8:26 PM, bpathakis@xxxxxxxxxxx wrote: ... snip ...
stat64("/boot", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0statfs64("/sys/kernel/security", 84, {f_type=0x73636673, f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0 stat64("/sys/kernel/security", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0open("/proc/mounts", O_RDONLY) = 5 fstat64(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7af5000read(5, "rootfs / rootfs rw 0 0\nudev /dev"..., 1024) = 425stat64("/sys/kernel/security", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0close(5) = 0 munmap(0xb7af5000, 4096) = 0stat64("/sys/kernel/security", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0statfs64("/media/sles1", 84, <unfinished ...> +++ killed by SIGSEGV +++
This code is being executed in RPM to compute disk space usage accounting.
For diagnosis purposes, try adding --ignoresize to disable disk accounting.
If --ignoresize also avoids the segfault, then look carefully at what you have mounted.That's abt all that I can guess at. FYI, -vv is useful for debugging rpm too.
73 de Jeff
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list