http://bugzilla.novell.com/show_bug.cgi?id=602128 http://bugzilla.novell.com/show_bug.cgi?id=602128#c2 Vladimir Botka <vbotka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|vbotka@novell.com | --- Comment #2 from Vladimir Botka <vbotka@novell.com> 2010-05-03 20:36:00 UTC --- I have found the same delay of the "hwinfo --monitor" output in 11.2 . But X is running fine in 11.2. Top shows 100% cpu for hwinfo waiting for the monitor info. in 11.2 ======= strace shows the hwinfo is repeatedly waiting for iopl(0x3) mmap(NULL, 200003584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe883eb8000 brk(0x8ca000) = 0x8ca000 brk(0x90a000) = 0x90a000 iopl(0x3) = 0 iopl(0) = 0 munmap(0x7fe883eb8000, 200003584) = 0 brk(0x82e000) = 0x82e000 brk(0x850000) = 0x850000 brk(0x872000) = 0x872000 mmap(NULL, 200003584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe883eb8000 brk(0x8ca000) = 0x8ca000 brk(0x90a000) = 0x90a000 iopl(0x3) = 0 in 11.3 MS6 =========== strace shows the hwinfo is repeatedly waiting for iopl(0x3) mmap(NULL, 200003584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc6f68cb000 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc6f688a000 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc6f6849000 iopl(0x3) = 0 iopl(0) = 0 munmap(0x7fc6f68cb000, 200003584) = 0 munmap(0x7fc6f688a000, 266240) = 0 munmap(0x7fc6f6849000, 266240) = 0 brk(0x832000) = 0x832000 brk(0x854000) = 0x854000 brk(0x876000) = 0x876000 mmap(NULL, 200003584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc6f68cb000 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc6f688a000 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc6f6849000 iopl(0x3) = 0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.