http://bugzilla.opensuse.org/show_bug.cgi?id=1200461 http://bugzilla.opensuse.org/show_bug.cgi?id=1200461#c71 Mike DeMicco <mfdemicco@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |SHIP_STOPPER? --- Comment #71 from Mike DeMicco <mfdemicco@gmail.com> --- (In reply to Jiri Slaby from comment #70)
(In reply to Franck Bui from comment #58)
or maybe simply try to dump the config attribute with dd once with "bs=4096" and once with "bs=4097" ?
This was buried and not tested, right? But it still makes sense to test...
i.e. is there any difference: strace dd if=config bs=4096 of=/dev/null # should not hang strace dd if=config bs=4097 of=/dev/null # might hang ?
config is the same you passed to cat.
Neither of those commands causes a hang. -- You are receiving this mail because: You are the assignee for the bug.