search for: bug1

Displaying 20 results from an estimated 37 matches for "bug1".

Did you mean: bug
2012 Nov 05
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
Hi Lang, I looked more into one of the problems I'm now having, and I've attached 3 files: Gcra.cpp is like your version except that for two specific vregs it uses hard-coded pregs instead of the first in the corresponding class. bug1.c is an input that causes the failed assertion for me. If I use the non-debug version of LLVM-3.1 I instead get assembler errors like this: Error: can't encode register '%ah' in an instruction requiring REX prefix. bug1.bc is my bitcode version of bug1.c. The problematic vregs are...
2008 Apr 25
2
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)
...SET_STRING_ELT(source, lines++, mkChar2((char *)SourceLine)); } else { /* over-long line */ char *LongLine =3D (char *) malloc(nc+1); if(!LongLine) error(_("unable to allocate space for source line %d"), xxlineno); bug1 --> strncpy(LongLine, (char *)p0, nc); LongLine[nc] =3D '\0'; SET_STRING_ELT(source, lines++, mkChar2((char *)LongLine)); free(LongLine); } p0 =3D p + 1; } So I guess the test would be for nc...
2013 Jul 22
4
[PATCH V3 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
Hi, This patch set fixes two bugs of splice_write in the virtio-console driver. [BUG1] Although pipe->nrbufs is empty, the driver tries to do splice_write. => This induces oops in sg_init_table(). [BUG2] No lock for competition of splice_write. => This induces oops in splice_from_pipe_feed() by bug of any user application. These reports are written...
2013 Jul 22
4
[PATCH V3 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
Hi, This patch set fixes two bugs of splice_write in the virtio-console driver. [BUG1] Although pipe->nrbufs is empty, the driver tries to do splice_write. => This induces oops in sg_init_table(). [BUG2] No lock for competition of splice_write. => This induces oops in splice_from_pipe_feed() by bug of any user application. These reports are written...
2012 Nov 07
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
....edu> wrote: > Hi Lang, > > I looked more into one of the problems I'm now having, and I've attached 3 > files: > > Gcra.cpp is like your version except that for two specific vregs it uses > hard-coded pregs instead of the first in the corresponding class. > > bug1.c is an input that causes the failed assertion for me. If I use the > non-debug version of LLVM-3.1 I instead get assembler errors like this: > Error: can't encode register '%ah' in an instruction requiring > REX prefix. > > bug1.bc is my bitcode version of bug1...
2008 Jul 03
6
2.6.26-rc8 pv_ops causes Unhandled invalid opcode fault/trap
Xen: 3.2.1-rc5 64bit Dom0: 2.6.18.8 (at cs 524) 32-pae DomU: 2.6.26-rc8 32-pae root at newark13:~# xm create -f /linodes/xencaker/xen.conf -c Using config file "/linodes/xencaker/xen.conf". Started domain xencaker root at newark13:~# root at newark13:~# xm dmesg ... (XEN) traps.c:413:d332 Unhandled invalid opcode fault/trap [#6] on VCPU 0 [ec=0000] (XEN)
2012 Nov 11
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
...d more into one of the problems I'm now having, and I've attached >>> 3 files: >>> >>> Gcra.cpp is like your version except that for two specific vregs it uses >>> hard-coded pregs instead of the first in the corresponding class. >>> >>> bug1.c is an input that causes the failed assertion for me. If I use >>> the non-debug version of LLVM-3.1 I instead get assembler errors like this: >>> Error: can't encode register '%ah' in an instruction requiring >>> REX prefix. >>> >>&g...
2012 Nov 14
1
[LLVMdev] problem trying to write an LLVM register-allocation pass
...gt;>> >>>> Gcra.cpp is like your version except that for two >>>> specific vregs it uses hard-coded pregs instead of >>>> the first in the corresponding class. >>>> >>>> bug1.c is an input that causes the failed assertion >>>> for me. If I use the non-debug version of LLVM-3.1 I >>>> instead get assembler errors like this: >>>> Error: can't encode register '%ah' in...
2012 Nov 08
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
...gt;> >> I looked more into one of the problems I'm now having, and I've attached >> 3 files: >> >> Gcra.cpp is like your version except that for two specific vregs it uses >> hard-coded pregs instead of the first in the corresponding class. >> >> bug1.c is an input that causes the failed assertion for me. If I use the >> non-debug version of LLVM-3.1 I instead get assembler errors like this: >> Error: can't encode register '%ah' in an instruction requiring >> REX prefix. >> >> bug1.bc is my bit...
2012 Nov 11
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...aving, >> and I've attached 3 files: >> >> Gcra.cpp is like your version except that for two >> specific vregs it uses hard-coded pregs instead of the >> first in the corresponding class. >> >> bug1.c is an input that causes the failed assertion for >> me. If I use the non-debug version of LLVM-3.1 I instead >> get assembler errors like this: >> Error: can't encode register '%ah' in an >> instruction...
2012 Nov 13
5
[LLVMdev] problem trying to write an LLVM register-allocation pass
...roblems I'm now having, and I've >>>> attached 3 files: >>>> >>>> Gcra.cpp is like your version except that for two specific vregs it >>>> uses hard-coded pregs instead of the first in the corresponding class. >>>> >>>> bug1.c is an input that causes the failed assertion for me. If I use >>>> the non-debug version of LLVM-3.1 I instead get assembler errors like this: >>>> Error: can't encode register '%ah' in an instruction requiring >>>> REX prefix. >>&gt...
2012 Nov 09
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...oked more into one of the problems I'm now having, and > I've attached 3 files: > > Gcra.cpp is like your version except that for two specific > vregs it uses hard-coded pregs instead of the first in the > corresponding class. > > bug1.c is an input that causes the failed assertion for me. > If I use the non-debug version of LLVM-3.1 I instead get > assembler errors like this: > Error: can't encode register '%ah' in an instruction > requiring REX prefix. > >...
2012 Nov 13
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...attached 3 files: >>> >>> Gcra.cpp is like your version except that for two >>> specific vregs it uses hard-coded pregs instead of >>> the first in the corresponding class. >>> >>> bug1.c is an input that causes the failed assertion >>> for me. If I use the non-debug version of LLVM-3.1 I >>> instead get assembler errors like this: >>> Error: can't encode register '%ah' in an >>&...
2013 Jul 19
6
[PATCH V2 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
Hi, This patch set fixes two bugs of splice_write in the virtio-console driver. [BUG1] Although pipe->nrbufs is empty, the driver tries to do splice_write. => This induces oops in sg_init_table(). [BUG2] No lock for competition of splice_write. => This induces oops in splice_from_pipe_feed() by bug of any user application. These reports are written...
2013 Jul 19
6
[PATCH V2 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
Hi, This patch set fixes two bugs of splice_write in the virtio-console driver. [BUG1] Although pipe->nrbufs is empty, the driver tries to do splice_write. => This induces oops in sg_init_table(). [BUG2] No lock for competition of splice_write. => This induces oops in splice_from_pipe_feed() by bug of any user application. These reports are written...
2013 Jul 19
0
[PATCH V2 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
On (Fri) 19 Jul 2013 [18:19:51], Yoshihiro YUNOMAE wrote: > Hi, > > This patch set fixes two bugs of splice_write in the virtio-console driver. > > [BUG1] Although pipe->nrbufs is empty, the driver tries to do splice_write. > => This induces oops in sg_init_table(). > > [BUG2] No lock for competition of splice_write. > => This induces oops in splice_from_pipe_feed() by bug of any user > application. &...
2013 Jul 22
0
[PATCH V3 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
On (Mon) 22 Jul 2013 [13:00:43], Yoshihiro YUNOMAE wrote: > Hi, > > This patch set fixes two bugs of splice_write in the virtio-console driver. > > [BUG1] Although pipe->nrbufs is empty, the driver tries to do splice_write. > => This induces oops in sg_init_table(). > > [BUG2] No lock for competition of splice_write. > => This induces oops in splice_from_pipe_feed() by bug of any user > application. &...
2008 Apr 25
1
Bug in R 2.7 for over long lines
While trying to fix swig & R2.7 I actually discovered that there is a bug in R 2.7 causing a crash (so R & swig might actually work): the bug is in ./src/main/gram.c line 3038: } else { /* over-long line */ fixthis --> char *LongLine = (char *) malloc(nc); if(!LongLine) error(_("unable to allocate space for source line %d"),
2019 Oct 25
2
git llvm push not working?
...to stderr: From https://github.com/llvm/llvm-project * branch master -> FETCH_HEAD Nothing to push -bash-4.4$ I have the commit to be pushed in my local branch as below: -bash-4.4$ git log --pretty=oneline 6fdc593fc973365dcd5cf4a582d97c0ae44900f6 (HEAD -> bug1) [BPF] fix a CO-RE issue with -mattr=+alu32 3c7c3717932aba864c23edd2e48f1b28a6d532d5 (origin/master, origin/HEAD, master) [CVP] add test for poison propagation bug (PR43802); NFC 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc build: remove `LLVM_CXX_STD` extension point The `git llvm push` used to w...
2008 May 10
0
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11438)
...r2((char *)SourceLine)); > > } else { /* over-long line */ > > char *LongLine =3D (char *) malloc(nc+1); > > if(!LongLine) > > error(_("unable to allocate space for source line %d"), > > xxlineno); > > bug1 --> strncpy(LongLine, (char *)p0, nc); > > LongLine[nc] =3D '\0'; > > SET_STRING_ELT(source, lines++, > > mkChar2((char *)LongLine)); > > free(LongLine); > > } > > p0...