Re: Wheezy Mencoder Floating Point Crash (follow-up)

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: Wheezy Mencoder Floating Point Crash (follow-up)
Jim Lind <spoon.vw@???> writes:

> I created a bug on their bugzilla and eventually got some feedback.
> http://bugzilla.mplayerhq.hu/show_bug.cgi?id=2017
>
> When it seemed clear that nobody else was having the issue I had to dig in.
> I started a fresh VM of Debian Wheezy and installed next to nothing.
>
> Installed just enough to build mencoder from the source
> http://thisoldspoon.blogspot.com/2011/12/build-mencoder-from-source-on-debian.html


Her is the gdb output :

,----
| VIDEO CODEC ID: 0
| AUDIO CODEC ID: 0, TAG: 0
| Writing header...
| [mp4 @ 0x89f6320]Codec for stream 0 does not use global headers but container format requires global headers
| [mp4 @ 0x89f6320]Codec for stream 1 does not use global headers but container format requires global headers
| [mp4 @ 0x89f6320]track 0: could not find tag, codec not currently supported in container
|
| Program received signal SIGFPE, Arithmetic exception.
| 0x088f66f3 in __divdi3 ()
| (gdb) bt
| #0 0x088f66f3 in __divdi3 ()
| #1 0x083a5a6d in compute_pkt_fields2 ()
| #2 0x083afc76 in av_interleaved_write_frame ()
| #3 0x080f7f10 in write_chunk ()
| #4 0x080eb6a9 in muxer_flush ()
| #5 0x080eb928 in muxer_write_chunk ()
| #6 0x080e6822 in main ()

`----

With the working version :

,----
| videocodec: framecopy (528x478 24bpp fourcc=34363248)
| VIDEO CODEC ID: 28
| AUDIO CODEC ID: 15002, TAG: 0
| Writing header...

`----

Christian