public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Probable seamless bug: can't pop es
@ 2001-10-12  0:19 Robboy, David G
  2001-10-12  1:11 ` David Mosberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robboy, David G @ 2001-10-12  0:19 UTC (permalink / raw)
  To: linux-ia64

The following simple program runs on a P4 linux system, but gets a SIGSEGV
on an Itanium.  Most likely a seamless bug rather than a hardware bug.  Even
though we don't use segment registers in Linux, it is legal to push and pop
them, isn't it?

main()
{
        asm ("pushl %ds");
        asm ("popl %es");
}

David Robboy


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

end of thread, other threads:[~2001-10-15 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-12  0:19 [Linux-ia64] Probable seamless bug: can't pop es Robboy, David G
2001-10-12  1:11 ` David Mosberger
2001-10-14 18:35 ` n0ano
2001-10-15 17:11 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox