Summary: | странное поведение fstype | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Starodumoff Ilya <ripper.mail> |
Component: | libhw | Assignee: | Denis Smirnov <mithraen> |
Status: | CLOSED WONTFIX | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P2 | CC: | mike |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Starodumoff Ilya
2007-09-06 20:30:14 MSD
на XFS -- то же самое. set_thread_area({entry_number:-1 -> 6, base_addr:0xb7cec6d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xb7e42000, 4096, PROT_READ) = 0 mprotect(0xb7f2e000, 12288, PROT_READ) = 0 munmap(0xb7f87000, 143729) = 0 stat64("/dev/hda2", {st_mode=S_IFBLK|0640, st_rdev=makedev(3, 2), ...}) = 0 open("/dev/hda2", O_RDONLY) = 3 lseek(3, 1024, SEEK_SET) = 1024 read(3, "XAGI\0\0\0\1\0\0\0\0\0\0\37`\0\0\5\300\0\0\0\3\0\0\0\1\0\0\0\33"..., 228) = 228 lseek(3, 0, SEEK_SET) = 0 read(3, "XFSB\0\0\20\0\0\0\0\0\0\0\373\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 8192 lseek(3, 0, SEEK_SET) = 0 read(3, "XFSB\0\0\20\0\0\0\0\0\0\0\373\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 576) = 576 brk(0) = 0x804a000 brk(0x806b000) = 0x806b000 close(3) = 0 open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 3 writev(3, [{"*** stack smashing detected ***:"..., 33}, {"fstype", 6}, {" terminated\n", 12}], 3*** stack smashing detected ***: fstype terminated ) = 51 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0 gettid() = 5925 tgkill(5925, 5925, SIGABRT) = 0 --- SIGABRT (Aborted) @ 0 (0) --- +++ killed by SIGABRT +++ А fstype ещё нужен ? Я нигде не применял. Я так понимаю это уже все равно никому не нужно |