Displaying 7 results from an estimated 7 matches for "length_error".
2007 Apr 10
1
[PATCH] Add support for DHCP-Options
hi,
I've written a start of an c32-module to do basic substition:
add subst.c32
this is a start of a generic substition module
---
commit 9a1f41a7e6599fe6a162197cd9ddc6610185e780
tree cfb799a0be9844926afe44e21b2eb96630666c44
parent 89478bdbfa7167bc1b627a478d042c99e46f06b7
author Maurice Massar <massar at unix-ag.uni-kl.de> Tue, 10 Apr 2007 20:13:39 +0200
committer Maurice Massar
2018 Feb 13
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
Hi Hans,
I'm seeing one unexpected failure:
libc++ :: std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
Test logs show:
Standard Error:
--
terminating with uncaught exception of type std::length_error: basic_string
--
but only on my big endian MIPS machine. I have filed PR36373 for the above failure.
I've looked at the failures from Msan from the previous rc candidate, and have been unable to reproduce them. What
I have seen is that the observed test failures from rc1, rc1 investigations a...
2011 Aug 09
1
[LLVMdev] llvm-gcc with static libraries
...og.c libctest.a
collect2: ld terminated with signal 6 [Aborted]
/tmp/llvm-gcc4.2-2.9-x86_64-linux/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../x86_64-unknown-linux-gnu/bin/ld:
error: libctest.a: malformed archive header name at 8
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::assign
I have copied over ld.gold to ld:
$ diff ld.gold ld
$
If I use -use-gold-plugin, llvm-gcc says:
llvm-gcc: -use-gold-plugin, but LLVMgold.so not found.
I created the following shell script (called it `ld') and placed it into the
same directory as llvm-gcc:...
2011 Aug 09
0
[LLVMdev] llvm-gcc with static libraries
On Tue, Aug 9, 2011 at 12:03 PM, Ashay Rane <ashay.rane at asu.edu> wrote:
> `/usr/bin/ld -v' says it is not running gold and I suppose fixing that would
> require place LLVMgold.so into /usr/lib/bfd-plugins. Is there any way to
> make this work without requiring root access to the machine?
If you install your own version of binutils into the same prefix as llvm-gcc,
it should
2018 Feb 07
12
[6.0.0 Release] Release Candidate 2 tagged
Dear testers,
There's been a lot of merges since rc1, and hopefully the tests are in
a better state now.
6.0.0-rc2 was just tagged, after r324506.
Please test, let me know how it goes, and upload binaries.
Thanks,
Hans
2020 Oct 21
2
xapian-check sorted order error
Hi,
We were running xapian-check on one of our Xapian indexes and it
returns the following error:
position:
baseB blocksize=8K items=809896869 lastblock=2090419 revision=3161
levels=3 root=2084903
Failed to check B-tree: DatabaseError: Items not in sorted order
The other tables verify without issue. It looks like our oldest backup
of this database (a month old) has the same issue. Searching and
2011 Aug 09
2
[LLVMdev] llvm-gcc with static libraries
`/usr/bin/ld -v' says it is not running gold and I suppose fixing that would
require place LLVMgold.so into /usr/lib/bfd-plugins. Is there any way to
make this work without requiring root access to the machine?
Also, just to confirm, is the gold plugin required even when all of the
files have been compiled/built using llvm-gcc and llvm-ar?
Ashay
On Tue, Aug 9, 2011 at 1:33 PM, Eli Friedman