[Bug 664695] gst-inspect tries to allocate 6.1 GB of heap

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 25 08:25:16 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=664695
  GStreamer | gstreamer (core) | 0.10.35

--- Comment #9 from John Ralls <jralls at ceridwen.fremont.ca.us> 2011-11-25 16:19:28 UTC ---
The problem is likely that Apple uses a custom compiler flag, -arch, to set the
compile architectures (the choices are x86_64, i386, ppc, and ppc_64). It can
handle more than one and in most cases will automatically build "universal"
binaries (multiple binaries for different architectures lipoed together into a
single file, which the linker knows how to handle to find the appropriate
binary for the architecture it's running). That part all seems to be working,
but your configuration doesn't know about it and is using the values of host
and build to set filenames and to determine when to rebuild the registry file.

-- 
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