From: Jeff Dike <jdike@addtoit.com>
To: Miao Qingjun <qmiao@centecnetworks.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] [uml-user] UML 2.6.17 problems (section mismatch, get_skas_faultinfo : failed to wait for SIGUSR1/SIGTRAP)
Date: Thu, 6 Jul 2006 20:45:52 -0400 [thread overview]
Message-ID: <20060707004552.GC8756@ccure.user-mode-linux.org> (raw)
In-Reply-To: <007401c69ca6$a6e00040$d4190a0a@centecnetworks.com>
On Sat, Jul 01, 2006 at 08:38:20AM +0800, Miao Qingjun wrote:
> 082c90c8 <stub_segv_handler>:
...
> 82c9102: e8 93 ae db ff call 8083f9a <stub_syscall0>
...
> 82c9120: e8 57 ae db ff call 8083f7c <stub_syscall2>
I guess we should consider a no-O2 compilation to be a case of "it
hurts, so don't do it".
What happened here is that two functions which absolutely have to be
inlined (because this code is mapped into UML processes with no other
UML code, so it must be self-contained) weren't.
It should be possible to detect O2 or greater optimization and fail
the build if it's not there. But that assumes that we know that
non-O2 won't inline stuff, which may not always be true. Hmmmm
Jeff
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2006-07-07 0:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-30 7:50 [uml-devel] UML 2.6.17 problems (section mismatch, get_skas_faultinfo : failed to wait for SIGUSR1/SIGTRAP) Miao Qingjun
2006-06-30 13:45 ` [uml-devel] [uml-user] " Jeff Dike
2006-07-01 0:38 ` Miao Qingjun
2006-07-07 0:45 ` Jeff Dike [this message]
2006-07-07 2:22 ` Daniel Gryniewicz
2006-07-07 3:15 ` Jeff Dike
2006-07-09 13:56 ` Blaisorblade
2006-07-09 13:47 ` [uml-devel] " Blaisorblade
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060707004552.GC8756@ccure.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=qmiao@centecnetworks.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.