Yes it also happens with the latest version:
plimpy:/scratch/lshw/lshw-B.02.12.01# ./src/lshw
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted
plimpy:/scratch/lshw/lshw-B.02.12.01# uname -a
Linux plimpy 2.6.23.16-1-dphys-k8-smp-64gb #1 SMP PREEMPT Tue Feb 12 15:18:10 CET
2008 i686 GNU/Linux
Here's some strace details:
close(4) = 0
ioctl(3, SCSI_IOCTL_GET_PCI, 0xbfd865ec) = 0
access("/dev/scsi0", F_OK) = -1 ENOENT (No such file or directory)
stat64("scsi0", 0xbfd863e0) = -1 ENOENT (No such file or directory)
close(3) = 0
access("/dev/sg1", F_OK) = 0
open("/dev/sg1", O_RDWR|O_NONBLOCK) = 3
ioctl(3, SG_GET_SCSI_ID, 0xbfd8662c) = 0
ioctl(3, SG_EMULATED_HOST, 0xbfd86650) = 0
ioctl(3, SG_GET_VERSION_NUM, 0xbfd864c8) = 0
ioctl(3, SG_IO, 0xbfd86310) = 0
ioctl(3, SG_IO, 0xbfd86310) = 0
write(2, "terminate called after throwing "..., 48terminate called after throwing
an instance of ') = 48
write(2, "std::length_error", 17std::length_error) = 17
write(2, "\'\n", 2'
) = 2
write(2, " what(): ", 11 what(): ) = 11
write(2, "basic_string::_S_create", 23basic_string::_S_create) = 23
write(2, "\n", 1
) = 1
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
gettid() = 20334
tgkill(20334, 20334, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
Process 20334 detached
Cheers,
Gürkan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]