search for: stack_chk_fail

Displaying 4 results from an estimated 4 matches for "stack_chk_fail".

Did you mean: __stack_chk_fail
2012 Feb 10
2
Compiling flac for OSX 10.4
...4.0 to be used without much luck but I can't recall was command I used to do so (so can't post it here) As I've spend a ridiculous amount of time on this, including trying to compile the source using an xcode project (which did work until the app that requires flac gave me all sorts of stack_chk_fail errors (http://tinyurl.com/76uegap) ) I thought I'd post here to inquire if any one has been able to compile using 10.4 SDK Any help with this would be greatly appreciated. Cheers Glenn
2013 Feb 07
2
CLANG and -fstack-protector
Hello, Does the -fstack-protector option work on CLANG 3.1 and 3.2? There is thread on FreeBSD forums about the stack protector and ports and I'm wondering if it's possible to use the -fstack-protector option with CLANG. http://forums.freebsd.org/showthread.php?t=36927 -Kimmo
2010 Oct 07
31
[RFC][QEMU] ATI graphics VBIOS passthru support
Hi Ian, There have been a lot of interest on gfx passthru recently. This patch enables ATI VBIOS in passthru mode. The guest VM system BIOS (including Windows boot logo) can now show in passthru screen. We have tested with various Windows and Linux guest VMs. Please help review it. We are also looking forward to comments and suggestions from Xen community users. Signed-off-by: Wei Huang
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -