That is exactly the behavior I'm seeing. When xmms is run by one user
under gnome it crashes after some random amount of time. Other users
or under kde xmms _never_ crashes.
> You could quickly check your system with something like:
>
> find /bin -perm +111 -type f |
> while read bin; do
> objdump --disassemble $bin 2>/dev/null |
> grep -q cmov && echo "$bin has cmov"
> done
Thanks I will check for cmovs.
Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/