[gstreamer-bugs] [Bug 617145] New: Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 28 17:49:07 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=617145
  GStreamer | gst-plugins-bad | git

           Summary: Compile mplex element with with
                    --enable-runtime-pseudo-reloc-v2 on Windows
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lrn1986 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


>From MinGW GCC 4.5.0 README "Known Issues" section:
* When linking C++ modules with shared libstdc++ (the default), the
   linker may warn about activating auto-import. The workaround is to
   add one of the following flags:
   a) -Wl,--enable-runtime-pseudo-reloc-v2
      The warning is still printed, but is now harmless.
   b) -Wl,--enable-auto-import
      Actually does what the warning suggests.
   c) -static-libstdc++
      Avoids creating the issue in the first place.
   d) none of the above.
      You may get a 0xc0000005 error at runtime.

This is exactly what is happening to me - mplex conftest crashes with
0xC0000005 when compiled with GCC 4.5.0

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list