Hi,

Am 03.03.2012 02:16, schrieb m.e.grimm:
> hmmm... well
>
> i added  the --enable-debug flags. recompiled gavl and
> gmerlin-avdecoder and now i get what i should get:
>
> trying to create video converter
> created video converter 0x7fc9124334a0...destroying it
> destroyed video converter 0x7fc9124334a0
> bye
>
> what could have changed? seems to work now...
>
> m

There seems to be some well hidden problem, or an
optimizer bug of the compiler. At this point I see
no other way than adding some fprintf() statements
into the functions and check at which point exactly
the crash happens.

gavl_video_converter_create() (video.c)
   calls gavl_video_options_set_defaults() (videooptions.c)
     calls gavl_accel_supported() (cputest.c)
     calls gavl_init_memcpy() (memcpy.c)

gavl_accel_supported() for example contains some assembler code,
which might cause trouble on some circumstances.

Burkhard

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gmerlin-general mailing list
Gmerlin-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gmerlin-general

Reply via email to