=== doko_ [n=doko@dslb-088-073-097-164.pools.arcor-ip.net] has joined #ubuntu-toolchain === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-toolchain === mlpug [n=user@a84-231-238-186.elisa-laajakaista.fi] has joined #ubuntu-toolchain === jbailey [n=jbailey@montreal.canonical.com] has joined #ubuntu-toolchain [07:41] doko: around? [07:43] jbailey: pong [07:43] doko: The SIGILL, is it common? [07:44] doko: I'm wondering if it's better to dig out the binaries, do an objdump -d and search for the bad instruction, and target those for rebuilds. [07:44] jbailey: we do have two bug reports, one found in mysql, the other just reported to gcc [07:45] So by implication, probably gnome, kernel, basic shell stuff, etc. is mostly working fine. [07:45] jbailey: yeah, need to lear all instructions which are affected [07:45] s /lear/learn/ [07:45] I wonder how ugly it is for us to do that search? I remember we did something like that for looking for a symbol leak at one point. [07:45] apparently he could install on this machine [07:46] I have to find out about the instructions [08:04] jbailey: for the __builtin_prefetch case it's enough to scan the sources [08:06] Well, if we can look for a particular set of instructions it might be nice to do a scan once. [08:07] Dunno how easy that is, though.