Hi, On Wed, Jul 6, 2011 at 12:15 AM, Christoph Brendes <[email protected]> wrote: > Am Dienstag, den 05.07.2011, 06:56 -0700 schrieb Ronald S. Bultje: >> On Mon, Jul 4, 2011 at 11:42 PM, Christoph Brendes <[email protected]> wrote: >> > Am Montag, den 04.07.2011, 07:17 -0700 schrieb Ronald S. Bultje: >> >> On Mon, Jul 4, 2011 at 4:06 AM, Christoph Brendes <[email protected]> wrote: >> >> > call .../vcvars.bat >> >> > ./configure --enable-shared --enable-memalign-hack >> >> > make >> >> > make install >> >> > >> >> > Then i compile my project in debug mode and it works. >> >> > Then i compile my project in release mode and is crashed if i call a >> >> > function of libav. >> >> > >> >> > The same works with libav-6.2 both in debug and release mode! >> >> >> >> I wonder what vcvars.bat does. But can you provide a backtrace? >> > >> > This Batchfile sets only environment variables for the MS Compiler (e.g. >> > PATH, etc.). I can't provide a backtrace. I got only a MS Windows >> > message window (access violation); no helpful informations. >> >> To get such information, you'll want to run it in the MSVC++ debugger, >> which will tell you in which function the access violation occurred. > > I already tried this but got no informations. It happens only if I > compiled the project as a RELEASE (no debugging informations). > > What I can say: It happens immediately if I call avcodec_init().
I think you should try running the binary in gdb and see if that leads to any more insights. Ronald _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
