[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] SIGSEGV linking GNU scientific library (GSL) with Xen
Hi Ian, Thanks for your email. I am trying to isolate the issue looking at one-off-error and with the patch you mentioned. One of the things I see is the default Xen build does optimization such as -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing. I would like to debug without those optimization and options. I tried changing my build file and overwrite -O2 optimization with -O0. I also changed Config.mk to disable -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing but during make of my code it still shows that its using them. Can you help me figure out how to disable this ? Example - gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .xentop.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -O0 -g -DGCC_PRINTF -Wall -Werror -I../../../tools/xenstat/libxenstat/src -DHOST_Linux -O0 -L../../../tools/xenstat/libxenstat/src xentop.c -lxenstat -lncurses -lgsl -lgslcblas -lm -o xentop Thanks for your help and I am working on debugging this and will update here. Regards Mahendra On Thu, Dec 23, 2010 at 4:59 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |