search for: secoffset

Displaying 20 results from an estimated 23 matches for "secoffset".

2008 Sep 30
5
GELI partition mount on boot fails after 7.0 -> 7.1-PRERELEASE upgrade
I was using a GELI partition for /usr/home on 7.0, so it attaches and mounts on boot. The problem is it stopped working after the system was upgraded to RELENG_7/7.1-PRERELEASE. Here's how it goes: I have the following /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1d
2013 Oct 10
4
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...t one. >> DwarfDebug.cpp: >> computeSizeAndOffsets: >> I believe this produces the wrong offset for the 3rd CU and >> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >> relative to the Offset passed in, so it should be assigned to SecOffset, >> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >> be (0 + 42) + 57 which isn't right, it should just be 57). Please add more >> test coverage while fixing...
2013 Oct 15
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...: >>>> computeSizeAndOffsets: >>>> I believe this produces the wrong offset for the 3rd CU and >>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>> be (0 + 42) + 57 which isn't right, it should just be 57). Please add more >>>...
2013 Oct 09
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...reviewing this first one. > DwarfDebug.cpp: > computeSizeAndOffsets: > I believe this produces the wrong offset for the 3rd CU and onwards. > computeSizeAndOffset returns the EndOffset which is absolute, not relative > to the Offset passed in, so it should be assigned to SecOffset, not added > to it. (eg: if you have CUs at 0, 42, and 57 - the first pass through > SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll be (0 + > 42) + 57 which isn't right, it should just be 57). Please add more test > coverage while fixing this issue. >...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...DwarfDebug.cpp: >>> computeSizeAndOffsets: >>> I believe this produces the wrong offset for the 3rd CU and >>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>> relative to the Offset passed in, so it should be assigned to SecOffset, >>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>> be (0 + 42) + 57 which isn't right, it should just be 57). Please add more >>> test covera...
2013 Oct 09
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...er to the second patch in reviewing this first one. DwarfDebug.cpp: computeSizeAndOffsets: I believe this produces the wrong offset for the 3rd CU and onwards. computeSizeAndOffset returns the EndOffset which is absolute, not relative to the Offset passed in, so it should be assigned to SecOffset, not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll be (0 + 42) + 57 which isn't right, it should just be 57). Please add more test coverage while fixing this issue. Eric/Manman: rough desi...
2013 Oct 15
4
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...omputeSizeAndOffsets: >>>>>> I believe this produces the wrong offset for the 3rd CU and >>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>>> be (0 + 42) + 57 which isn't right, it should just be 57). Plea...
2012 Aug 16
2
Geom label lost after expanding partition
I have a GPT formatted disk where I recently expanded the size of a partition. I used "gpart resize -i 6 ada1" first to expand the partition to use the remaining free space and then growfs to modify the FFS file system to use the full partition. This was all done in single-user mode, of course, but when I enter "exit" to bring the system up, it failed to mount /usr. This was
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...t;> computeSizeAndOffsets: >>>>> I believe this produces the wrong offset for the 3rd CU and >>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>> be (0 + 42) + 57 which isn't right, it should just be 57). Please add more...
2013 Oct 11
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...: >>>> computeSizeAndOffsets: >>>> I believe this produces the wrong offset for the 3rd CU and >>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>> be (0 + 42) + 57 which isn't right, it should just be 57). Please add more >>>...
2013 Oct 11
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...DwarfDebug.cpp: >>> computeSizeAndOffsets: >>> I believe this produces the wrong offset for the 3rd CU and >>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>> relative to the Offset passed in, so it should be assigned to SecOffset, >>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>> be (0 + 42) + 57 which isn't right, it should just be 57). Please add more >>> test covera...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...dOffsets: >>>>>>> I believe this produces the wrong offset for the 3rd CU and >>>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>>>> be (0 + 42) + 57 which isn't right, it should just...
2013 Oct 15
1
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...t;>>>>>>> I believe this produces the wrong offset for the 3rd CU and >>>>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, not >>>>>>>> added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass through >>>>>>>> SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll be (0 + >>>>>>>> 42) + 57 which isn't right, it...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...dOffsets: >>>>>>> I believe this produces the wrong offset for the 3rd CU and >>>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>>>> be (0 + 42) + 57 which isn't right, it should just...
2013 Oct 15
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...t;>>>>>>> I believe this produces the wrong offset for the 3rd CU and >>>>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>>>>> be (0 + 42) + 57 which isn't right, it...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...t;>>>>> I believe this produces the wrong offset for the 3rd CU and >>>>>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>>>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>>>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>>>>>> be (0 + 42) + 57 which isn'...
2013 Oct 15
4
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...t;>>> I believe this produces the wrong offset for the 3rd CU and >>>>>>>>>> onwards. computeSizeAndOffset returns the EndOffset which is absolute, not >>>>>>>>>> relative to the Offset passed in, so it should be assigned to SecOffset, >>>>>>>>>> not added to it. (eg: if you have CUs at 0, 42, and 57 - the first pass >>>>>>>>>> through SecOffset will be zero, then it'll be 0 + 42, then on the 3rd it'll >>>>>>>>>> be (0 + 42) + 57 wh...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...g offset for the 3rd CU >>>>>>>>>>> and onwards. computeSizeAndOffset returns the EndOffset which is absolute, >>>>>>>>>>> not relative to the Offset passed in, so it should be assigned to >>>>>>>>>>> SecOffset, not added to it. (eg: if you have CUs at 0, 42, and 57 - the >>>>>>>>>>> first pass through SecOffset will be zero, then it'll be 0 + 42, then on >>>>>>>>>>> the 3rd it'll be (0 + 42) + 57 which isn't right, it should ju...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...g offset for the 3rd CU >>>>>>>>>>> and onwards. computeSizeAndOffset returns the EndOffset which is absolute, >>>>>>>>>>> not relative to the Offset passed in, so it should be assigned to >>>>>>>>>>> SecOffset, not added to it. (eg: if you have CUs at 0, 42, and 57 - the >>>>>>>>>>> first pass through SecOffset will be zero, then it'll be 0 + 42, then on >>>>>>>>>>> the 3rd it'll be (0 + 42) + 57 which isn't right, it should ju...
2013 Oct 16
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...the 3rd CU >>>>>>>>>>>> and onwards. computeSizeAndOffset returns the EndOffset which is absolute, >>>>>>>>>>>> not relative to the Offset passed in, so it should be assigned to >>>>>>>>>>>> SecOffset, not added to it. (eg: if you have CUs at 0, 42, and 57 - the >>>>>>>>>>>> first pass through SecOffset will be zero, then it'll be 0 + 42, then on >>>>>>>>>>>> the 3rd it'll be (0 + 42) + 57 which isn't right, it s...