search for: valgind

Displaying 2 results from an estimated 2 matches for "valgind".

Did you mean: valgrind
2007 Jun 21
2
segfault during cbind
...call=0xaaba48, args=0xb6abf0, mode=19, rho=0xb6ba40, deparse_level=1) at /home/mtmorgan/src/R-devel/src/main/bind.c:1263 (gdb) p i $7 = 22839 (gdb) p idx $8 = 22840 Both rm and lapply are needed to trigger the fault; an R level gc() before the final line 'cures' the fault (and the valgind complaint). The data file is available (with free registration) at https://www.affymetrix.com/support/file_download.affx?onloadforward=/analysis/downloads/na22/ivt/Barley1.na22.annot.csv.zip Martin -- Martin Morgan Bioconductor / Computational Biology http://bioconductor.org
2006 Nov 30
0
[LLVMdev] Conditional jump or move depends on uninitialised value
llvm-gcc is producing segmentation fault when running with -emit-llvm. Running cc1 in valgind produces the warning: ==12768== at 0x8D042C: llvm::llvm_ostream& llvm::llvm_ostream::operator<< <llvm::Module>(llvm::Module const&) (Streams.h:41) ==12768== by 0x8D0464: llvm::PrintModulePass::runOnModule(llvm::Module&) (PrintModulePass.h:41) ==12768== by 0xED6EB9:...