Gstreamer Application crashes when compiled in "release mode" , works fine in "Debug mode"

Sebastian Dröge sebastian at centricular.com
Thu Apr 28 06:21:57 UTC 2016


On Do, 2016-04-28 at 11:12 +0530, Shrishty Deorari wrote:
> Hi,
> 
> I am facing an  issue with  Gstreamer Application  when compiled in "release mode"
> 
> The Issue is: We have created a Gstreamer application for windows 7 (64 bit) using Visual studio 10 , When the code is compiled in "Debug mode" , everything works fine. But When complied in "Release mode" , The application crashes at 
>  gst_init(&argc, &argv)  with the following error:
> 
> " unhandled exception at 0x00000000300905a4d in IVApp.exe: 0xC0000005: Access voilation at location 0x00000000300905a4d "
> 
> All the library path , include file/ folders being same in both the modes. 
> 
> 
> The same thing happens when we remove everything from the application except the 
> gst_init(&argc ,&argv)
> So removing the chance of any other issue in rest of the application code. 

Please run the application in gdb and get a backtrace of the crash. You
can get gdb for example from here:
https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160428/0e6eefd1/attachment.sig>


More information about the gstreamer-devel mailing list