Skip to Content.
Sympa Menu

svadev - [svadev] safecode build failure

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] safecode build failure


Chronological Thread 
  • From: Matthew Wala <wala1 AT illinois.edu>
  • To: svadev AT cs.uiuc.edu
  • Subject: [svadev] safecode build failure
  • Date: Thu, 10 Mar 2011 23:37:32 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>

Hi everyone:
I get the following error trying to build SAFECode trunk on gravity
(and g++ 4.1.2):

make[2]: Entering directory
`/home/vadve/wala1/llvm-2.7/projects/safecode/runtime/BBRuntime'
llvm[2]: Compiling BaggyBoundsCheck.cpp for Release build (PIC)
cc1plus: warnings being treated as errors
BaggyBoundsCheck.cpp: In function ‘void bus_error_handler(int,
siginfo_t*, void*)’:
BaggyBoundsCheck.cpp:675: warning: ‘debugmetadataptr’ is used
uninitialized in this function
make[2]: ***
[/home/vadve/wala1/llvm-2.7/projects/safecode/runtime/BBRuntime/Release/BaggyBoundsCheck.o]
Error 1
make[2]: Leaving directory
`/home/vadve/wala1/llvm-2.7/projects/safecode/runtime/BBRuntime'
make[1]: *** [BBRuntime/.makeall] Error 2
make[1]: Leaving directory
`/home/vadve/wala1/llvm-2.7/projects/safecode/runtime'
make: *** [all] Error 1

Right now I set the pointer to NULL to make it go away. I don't know
if that's safe.

Matt





Archive powered by MHonArc 2.6.16.

Top of Page