qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks
@ 2006-08-16  8:08 J M Cerqueira Esteves
  2006-08-16  8:36 ` J M Cerqueira Esteves
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: J M Cerqueira Esteves @ 2006-08-16  8:08 UTC (permalink / raw)
  To: qemu-devel

As I said before, under

 Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT)
 Host operating system: Ubuntu 6.06 LTS
 Host kernel: one of the Ubuntu pre-packaged ones,
              2.6.15-26-amd64-k8 (SMP PREEMPT)
 QEMU: 0.8.2, configured with -cc=gcc-3.4 --enable-alsa
 kqemu: 1.3.0pre9

I couldn't install Debian amd64 testing (etch)
in a vm because of an "Unexpected exception 0x0d"
on the host, crashing qemu.

I'm able to install If I *disable* use of kqemu, but:

- grub segfaults, failing to install the boot loader on the guest hard
  disk (previously also noticed this installing a kubuntu guest),
  so I used lilo;

- installing new Debian amd64 kernel packages seems to work, except
  that I get an error like this on the console:
     ld-linux.so.2[5145]: segfault at 00000000ffffbffc rip
       0000000056565019 rsp ffff8100ffffc000 error 6

- I get warnings about lost ticks and the clock runs too fast:

      warning: many lost ticks
      Your time source seems to be instable or some driver is hogging
      interrupts


Best regards
                         J Esteves

-- 
+351 939838775   Skype:jmcerqueira   http://del.icio.us/jmce

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel]  qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks
  2006-08-16  8:08 [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks J M Cerqueira Esteves
@ 2006-08-16  8:36 ` J M Cerqueira Esteves
  2006-08-17  9:47 ` Fabrice Bellard
  2006-12-06 16:51 ` [Qemu-devel] " Ludovic Drolez
  2 siblings, 0 replies; 4+ messages in thread
From: J M Cerqueira Esteves @ 2006-08-16  8:36 UTC (permalink / raw)
  To: qemu-devel

J M Cerqueira Esteves wrote:
>  Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT)
>  Host operating system: Ubuntu 6.06 LTS
>  Host kernel: one of the Ubuntu pre-packaged ones,
>               2.6.15-26-amd64-k8 (SMP PREEMPT)
>  QEMU: 0.8.2, configured with -cc=gcc-3.4 --enable-alsa
>  kqemu: 1.3.0pre9

Also got, at least once, this kernel message:

  rip ide_dma_start+0x28/0x34 [ide_core]

and, on every boot (expected?):

  floppy interrupt on bizarre fdc 1

I forgot to mention that the guest kernel is
the Debian pre-packaged 2.6.16-2-amd64-k8;
I had similar issues using
linux-image-2.6.16-2-amd64-generic.

-- 
+351 939838775   Skype:jmcerqueira   http://del.icio.us/jmce

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel]  qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks
  2006-08-16  8:08 [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks J M Cerqueira Esteves
  2006-08-16  8:36 ` J M Cerqueira Esteves
@ 2006-08-17  9:47 ` Fabrice Bellard
  2006-12-06 16:51 ` [Qemu-devel] " Ludovic Drolez
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Bellard @ 2006-08-17  9:47 UTC (permalink / raw)
  To: jmce; +Cc: qemu-devel

Hi,

You can use gdb in the virtual machine to see where are the segmentation 
faults and provide a register dump and a short disassembly output.

Regards,

Fabrice.

J M Cerqueira Esteves wrote:
> As I said before, under
> 
>  Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT)
>  Host operating system: Ubuntu 6.06 LTS
>  Host kernel: one of the Ubuntu pre-packaged ones,
>               2.6.15-26-amd64-k8 (SMP PREEMPT)
>  QEMU: 0.8.2, configured with -cc=gcc-3.4 --enable-alsa
>  kqemu: 1.3.0pre9
> 
> I couldn't install Debian amd64 testing (etch)
> in a vm because of an "Unexpected exception 0x0d"
> on the host, crashing qemu.
> 
> I'm able to install If I *disable* use of kqemu, but:
> 
> - grub segfaults, failing to install the boot loader on the guest hard
>   disk (previously also noticed this installing a kubuntu guest),
>   so I used lilo;
> 
> - installing new Debian amd64 kernel packages seems to work, except
>   that I get an error like this on the console:
>      ld-linux.so.2[5145]: segfault at 00000000ffffbffc rip
>        0000000056565019 rsp ffff8100ffffc000 error 6
> 
> - I get warnings about lost ticks and the clock runs too fast:
> 
>       warning: many lost ticks
>       Your time source seems to be instable or some driver is hogging
>       interrupts
> 
> 
> Best regards
>                          J Esteves
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks
  2006-08-16  8:08 [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks J M Cerqueira Esteves
  2006-08-16  8:36 ` J M Cerqueira Esteves
  2006-08-17  9:47 ` Fabrice Bellard
@ 2006-12-06 16:51 ` Ludovic Drolez
  2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Drolez @ 2006-12-06 16:51 UTC (permalink / raw)
  To: qemu-devel


> - grub segfaults, failing to install the boot loader on the guest hard
>   disk (previously also noticed this installing a kubuntu guest),
>   so I used lilo;


Hi ! With qemu 0.8.2, I was also unable to install a SLES 10.x EM64T because of
grub-install not working. Even using a 32bits grub did not help.

Cheers,


-- 
http://zaurus.palmopensource.com	- The Zaurus open source portal
http://www.drolez.com		- Personal site

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-06 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-16  8:08 [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks J M Cerqueira Esteves
2006-08-16  8:36 ` J M Cerqueira Esteves
2006-08-17  9:47 ` Fabrice Bellard
2006-12-06 16:51 ` [Qemu-devel] " Ludovic Drolez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).