On Wed, 18 Sep 2013 23:13:26 +0200 Dimitry Andric wrote:
> On Sep 10, 2013, at 18:34, Tijl Coosemans wrote:
>> On Tue, 10 Sep 2013 18:16:01 +0200 Tijl Coosemans wrote:
>>> I've attached a small test program extracted from
>>> multimedia/gstreamer-ffmpeg
>>> (libavcodec/h264_cabac.c:ff_h264_init_c
On Sep 10, 2013, at 18:34, Tijl Coosemans wrote:
> On Tue, 10 Sep 2013 18:16:01 +0200 Tijl Coosemans wrote:
>> I've attached a small test program extracted from multimedia/gstreamer-ffmpeg
>> (libavcodec/h264_cabac.c:ff_h264_init_cabac_states(H264Context *h)).
>>
>> When you compile and run it li
On Tue, 10 Sep 2013 18:16:01 +0200 Tijl Coosemans wrote:
> I've attached a small test program extracted from multimedia/gstreamer-ffmpeg
> (libavcodec/h264_cabac.c:ff_h264_init_cabac_states(H264Context *h)).
>
> When you compile and run it like this on FreeBSD/i386, it results in a
> SIGBUS:
>
>
Hi,
I've attached a small test program extracted from multimedia/gstreamer-ffmpeg
(libavcodec/h264_cabac.c:ff_h264_init_cabac_states(H264Context *h)).
When you compile and run it like this on FreeBSD/i386, it results in a
SIGBUS:
% cc -o paddd paddd.c -O3 -msse2 -fPIE -fomit-frame-pointer
% ./p