Wojciech Puchar wrote: > > I get this when I run Opera: > > /usr/bin/opera: line 59: 18019 Segmentation fault $OPERA "$@" > or maybe opera uses 686 instructions?! > i have pentium-I It's a SIGSEGV, not a SIGILL. Use gdb to find the reason, though I doubt they compiled it with "-g". (I haven't tried it).