Displaying 3 results from an estimated 3 matches for "compile_query".
2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
...ons()
(RuntimeDyld.cpp:51)
==27130== by 0xEAE8236: llvm::RuntimeDyld::resolveRelocations()
(RuntimeDyld.cpp:561)
==27130== 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:
L...
2007 Oct 18
2
Class works on Ruby, does not work on Rails controller.
...res_message). But when I use the class in a
controller I get nil as the response
any help will be highly appreciated.
thanks.
J
--------------------------------------
class is like this.
class FlickrClient
def initialize(key)
@key = key
end
def query(text)
payload = compile_query(text)
@client = WSMyClient.new(Hash[:to => "http://api.flickr.com/
services/soap"])
res_message = @client.request(payload)
return "Res Message : " << res_message.to_s
rescue => exception
return "Exception : #{exception}"...
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
...; ==27130== by 0xEAE8236: llvm::RuntimeDyld::resolveRelocations()
> (RuntimeDyld.cpp:561)
> ==27130== 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...