Displaying 6 results from an estimated 6 matches for "infiniteloop".
2004 Nov 01
0
buffer size for win32-eventlog (was infiniteloop bug...)
...utils-devel-bounces@rubyforge.org
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
> win32utils-devel@rubyforge.org
> Sent: Friday, October 29, 2004 7:12 PM
> To: win32utils-devel@rubyforge.org
> Subject: Re:[Win32utils-devel] buffer size for win32-eventlog
> (was infiniteloop bug...)
>
>
>
> Hi,
> >>I just noticed the bug is not fixed completely.
> >>If run with e.read , the output record number is from 42
> to 2081. If
> >>run with e.read(EventLog::SEEK_READ|EventLog::FORWARDS_READ,250) ,
> >>the output record...
2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Wed, Sep 19, 2007 at 05:24:12PM +1000, Emil Mikulic wrote:
> http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check-debug.txt
Here's an ARM test that cores:
$ llvm-as < /home/emil/ll/llvm-2.1/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll | llc -march=arm -mattr=+v6,+vfp2
Segmentation fault (core dumped)
$ gdb `which llc` llc.core
[...]
(gdb) where
#0 0x0853d606 in llvm::ilist_traits<llvm::MachineInstr>::getNext (
N=0x5a5a5a5a) at MachineBasicBlock.h:37
#1 0x0854d807 in llvm::ilist_iterator<llvm::MachineInstr>:...
2007 Sep 19
4
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Tue, Sep 18, 2007 at 06:41:38PM +1000, Emil Mikulic wrote:
> The "make check" produced:
> === Summary ===
>
> # of expected passes 2209
> # of unexpected failures 41
> # of expected failures 5
> gmake[1]: *** [check-local] Error 1
> gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test'
> gmake: ***
2014 Jan 19
2
USB boot problems on Gigabyte GA-M55Plus-S3G
...# I think this qualifies as a bootloader, sort of
# sincerely hope it helps address Mr. Guilmette curiousity
# -chris graff
printf '
BITS 16
jmp main
nop
main:
mov ax, 07C0h
add ax, 288
mov ss, ax
mov sp, 4096
mov ax, 07C0h
mov ds, ax
call PrintHelloWorld
jmp .InfiniteLoop
.InfiniteLoop:
jmp .InfiniteLoop
HelloWorld db "Hello World Bootloader !!", 0x0d, 0x0a, 0x00
PrintHelloWorld:
mov si, HelloWorld
call PrintStr
ret
PrintStr:
push ax
mov ah, 0Eh
.loop:
lodsb
cmp al, 0x00
je .done
int 10...
2007 Sep 19
2
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...7, at 12:45 AM, Emil Mikulic wrote:
> On Wed, Sep 19, 2007 at 05:24:12PM +1000, Emil Mikulic wrote:
>> http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check-debug.txt
>
> Here's an ARM test that cores:
>
> $ llvm-as < /home/emil/ll/llvm-2.1/test/CodeGen/ARM/2007-01-19-
> InfiniteLoop.ll | llc -march=arm -mattr=+v6,+vfp2
> Segmentation fault (core dumped)
>
> $ gdb `which llc` llc.core
> [...]
> (gdb) where
> #0 0x0853d606 in llvm::ilist_traits<llvm::MachineInstr>::getNext (
> N=0x5a5a5a5a) at MachineBasicBlock.h:37
> #1 0x0854d807 in
> l...
2014 Jan 18
5
USB boot problems on Gigabyte GA-M55Plus-S3G
>
> In message <BLU0-SMTP2805E16A0E7A33B925EDF458BB80 at phx.gbl>,
> Ady <ady-sf at hotmail.com> wrote:
>
> >Now, to move forward with Clonezilla in your USB drive, we need to
> >proceed with some steps that are not as simple as dd'ing an image.
>
> Apologies for my impertinence, but I have one question: Why?
>
> I was under the impression