[MPlayer-cvslog] r25380 - trunk/etc/codecs.conf
Aurelien Jacobs
aurel at gnuage.org
Thu Dec 20 14:06:09 CET 2007
Diego Biurrun wrote:
> On Wed, Dec 19, 2007 at 11:50:32AM +0100, Reimar Döffinger wrote:
> > On Wed, Dec 19, 2007 at 08:56:20AM +0100, Diego Biurrun wrote:
> > > On Wed, Dec 19, 2007 at 01:13:56AM -0500, Rich Felker wrote:
> > [...]
> > > > Probably using cmov...
> > >
> > > How can I find out?
> >
> > Find out on which instruction it crashes. Everything you need is the
> > bug-report howto :-P
>
> Hmm...
>
> (gdb) bt
> #0 0x100026db in ?? ()
^^^^^^^^^^
address of the crash...
> 0x100026db: pshufw $0xa0,%mm1,%mm1
^^^^^^
instruction which crash...
Google tells me that pshufw is an SSE instruction (so it's not
available on K6-III).
Aurel
More information about the MPlayer-cvslog
mailing list