Ulrich Weigand wrote:
> Hello,
>
> I've just committed a whole bunch of bugfixes to CVS. Everyone who was
> experiencing crashes recently, could you please try again with this
> version?
Hello,
I tried the new cvs code, but it still reboots :
1) ./user -g ../guest/virtcode/virtcode.elf
works well.
Loading guest code: ../guest/virtcode/virtcode.elf
Allocating 0x138c bytes of memory for reading file
ok, this is an ELF-Binary
Opening VM
Allocating 4MB of physical memory in VM
Mapping virtualized physical memory into user monitor
Zeroing virtualized physical memory
Loading guest code to virtualized physical memory
Setting up timeout after 15 seconds
Running VM
Timeout reached
Guest counter: 332700197
Unmapping guest physical memory
Tearing down VM
Closing VM
2) ./user -g ../guest/preemptive/kernel.elf
reboots with very little output
Loading guest code: ../guest/preemptive/kernel.elf
Allocating 0x???? bytes of memory for reading file
3) ./user -g ../guest/cooperative/kernel.elf
reboots withlittle more output
Loading guest code: ../guest/cooperative/kernel.elf
Allocating 0x???? bytes of memory for reading file
ok, this is an ELF-Binary
Opening VM
Note that the outputs from cases 2) and 3) are hand-written and
0x???? just means I didn't copy the value.
All this was on a Pentium 133, RH6.1 and kernel 2.3.35
The version prior to last CVS updates gave me almost the same result.
If you need more information let me know.
Best Regards
Lorenzo