Displaying 6 results from an estimated 6 matches for "ts_util".
Did you mean:
ts_xutil
2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
...== by 0xA25EA99: llvm::MCJIT::finalizeObject() (MCJIT.cpp:173)
==27130== by 0xAB57918: LLVMGetPointerToGlobal
(ExecutionEngineBindings.cpp:332)
==27130== by 0x4E4813D: compile_query (ql.c:2286)
==27130== by 0x4E4836A: tusto_ql_compile (ql.c:2322)
==27130== by 0x402D19: process_query (ts_util.c:167)
==27130== by 0x403205: run_shell (ts_util.c:296)
I have source tree checked out at f46e5eadc307beaef6e8dd0602bb4c63ca41fd50.
To create MCJIT i use provided llvm-c apis:
LLVMInitializeMCJITCompilerOptions(&options, sizeof(options));
options.OptLevel = MODULE_OPT_LEVEL; /* 3 of 0 */
o...
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
...:MCJIT::finalizeObject() (MCJIT.cpp:173)
> ==27130== by 0xAB57918: LLVMGetPointerToGlobal
> (ExecutionEngineBindings.cpp:332)
> ==27130== by 0x4E4813D: compile_query (ql.c:2286)
> ==27130== by 0x4E4836A: tusto_ql_compile (ql.c:2322)
> ==27130== by 0x402D19: process_query (ts_util.c:167)
> ==27130== by 0x403205: run_shell (ts_util.c:296)
>
> I have source tree checked out at f46e5eadc307beaef6e8dd0602bb4c63ca41fd50.
> To create MCJIT i use provided llvm-c apis:
>
> LLVMInitializeMCJITCompilerOptions(&options, sizeof(options));
> options.OptLevel...
2007 Feb 25
4
[BUG] Bus Error OS X
.../ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
"test/unit/tc_document.rb" "test/unit/ts_analysis.rb"
"test/unit/ts_index.rb" "test/unit/ts_query_parser.rb"
"test/unit/ts_search.rb" "test/unit/ts_store.rb" "test/unit/ts_utils.rb"
Loading once
Loaded suite
/Applications/Locomotive/Bundles/rmagickRailsJan2007_x86.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader
Started
.........................EEEEEEEE./test/unit/../unit/analysis/../../unit/index/tc_index_reader.rb:539:
[BUG] Bus Erro...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...e.o tsearch/ts_parse.o
> tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o
> tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o
> tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o
> tsearch/to_tsany.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o
> tsearch/ts_utils.o utils/adt/acl.o utils/adt/arrayfuncs.o
> utils/adt/array_expanded.o utils/adt/array_selfuncs.o
> utils/adt/array_typanalyze.o utils/adt/array_userfuncs.o
> utils/adt/arrayutils.o utils/adt/ascii.o utils/adt/bool.o
> utils/adt/cash.o utils/adt/char.o utils/adt/date.o
> utils/adt/da...