Displaying 6 results from an estimated 6 matches for "464c457f".
2006 Dec 02
3
[LLVMdev] invalid bytecode signature
I am trying to disassemble some bytecode using llvm-dis:
llvm-dis -f -o llvmtest/sliceme2.cbc.ll llvmtest/sliceme2.cbc
However, I am getting the following error.
llvm-dis: Invalid bytecode signature: 464C457F (Vers=0, Pos=4)
How do I go about figuring out what the problem is?
llvmtest/sliceme2.cbc is newly compiled using the same version of
llvm-gcc as llvm-dis.
--
Ryan M. Lefever [http://www.ews.uiuc.edu/~lefever]
2008 Oct 26
1
[LLVMdev] Problem executing code with lli...
Hey all,
I am getting this weird error which suddenly popped up today.
Whenever I am trying to execute a piece of code using lli I get this following error.
Error loading program 'sample.bc': Invalid bytecode signature: 464C457F (Vers=0, Pos=4)
I dont know what to do..Please reply to this question. Please...
--
Abhinav Karhu
MS Computer Science
Georgia Institute of Technology
2006 Dec 02
0
[LLVMdev] invalid bytecode signature
Hi Ryan,
On Fri, 2006-12-01 at 18:06 -0600, Ryan M. Lefever wrote:
> I am trying to disassemble some bytecode using llvm-dis:
> llvm-dis -f -o llvmtest/sliceme2.cbc.ll llvmtest/sliceme2.cbc
>
> However, I am getting the following error.
>
> llvm-dis: Invalid bytecode signature: 464C457F (Vers=0, Pos=4)
The problem is most likely that sliceme2.cbc is *not* bytecode. Open the
file and see. This message is checking for llvm or llvc (bytecode
signature) in the first four bytes of the file. Its not finding it and
reporting an error.
>
> How do I go about figuring out what the p...
2014 Nov 09
1
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On 11/09/2014 07:18 AM, Gedalya wrote:
> That memory block is just a bit larger than the size of the initrd in
> the VM, could there be a connection?
Nope. I changed the initrd to 2.6mb and that memory block is still
exactly at 23852 / 14464 / 14464.
Actually the process size is around 12 mb when pygrub is counting down
to boot, then jumps up to 14+ mb
2010 Jul 06
2
expire
hi!
$ dovecot --exec-mail ext /usr/lib/dovecot/expire-tool.sh
/usr/lib/dovecot/expire-tool.sh: 9: Bad substitution
What's the problem, do I miss something?
This is the first time, I trying to use expire.
This is an Ubuntu 10.04 .
Thank you,
tamas
2006 Dec 02
1
[LLVMdev] invalid bytecode signature
...-12-01 at 18:06 -0600, Ryan M. Lefever wrote:
>> I am trying to disassemble some bytecode using llvm-dis:
>> llvm-dis -f -o llvmtest/sliceme2.cbc.ll llvmtest/sliceme2.cbc
>>
>> However, I am getting the following error.
>>
>> llvm-dis: Invalid bytecode signature: 464C457F (Vers=0, Pos=4)
>
> The problem is most likely that sliceme2.cbc is *not* bytecode. Open the
> file and see. This message is checking for llvm or llvc (bytecode
> signature) in the first four bytes of the file. Its not finding it and
> reporting an error.
>>
>> How do I g...