All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Zimmerman <mdz@debian.org>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: 224431@bugs.debian.org
Subject: Re: [uml-devel] 2.4.22-[67] problems
Date: Sun, 28 Dec 2003 01:33:17 -0800	[thread overview]
Message-ID: <20031228093317.GK17472@alcor.net> (raw)
In-Reply-To: <20031221010656.GH9354@alcor.net>

On Sat, Dec 20, 2003 at 05:06:56PM -0800, Matt Zimmerman wrote:

> On Sat, Dec 20, 2003 at 04:52:57PM -0800, Matt Zimmerman wrote:
> 
> > sh-2.05a# apt-get source -b hello
> > apt-get: error while loading shared libraries: /lib/libm.so.6: cannot read
> > file data: Error 38
> > sh-2.05a# 
> > sh-2.05a# apt-get source -b hello
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > 
> > And of course, I haven't been able to get this to happen in the debugger
> > (yet).
> 
> Well, with enough attempts, I'm able to get it to happen in gdb.  However, I
> can't get it down to a single syscall, and can't do it reliably.  I tried
> setting a breakpoint at the point in syscall_kern.c where it can return
> -ENOSYS, but it never hits it.

It looks like in the case where it breaks, the system call number is 0, so
it is passing the test in execute_syscall_skas, and instead invoking
sys_ni_syscall.  Here is the regs struct in one instance:

$16 = {regs = {tt = {syscall = 2, sc = 0xbfffd68c}, skas = {regs = {2, 
        3221214860, 14, 14, 3221214860, 3221214492, 4294967258, 43, 43, 0, 0, 
        4, 1074631684, 35, 2097815, 3221214444, 43}, fp = {
        0 <repeats 27 times>}, xfp = {2098047, 0 <repeats 31 times>, 
        4294967295, 2734743551, 16401, 0, 0, 3413842944, 16404, 
        0 <repeats 88 times>, 2726428672}, fault_addr = 0, fault_type = 1, 
      trap_type = 0, syscall = 0, is_user = 1}}}

The process isn't invoking syscall 0 (in this case it was actually __NR_select
(82)).  syscall matches ORIG_EAX, though, so I guess something is going wrong
earlier, maybe in move_registers?

-- 
 - mdz


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2003-12-28  9:33 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-20  1:13 [uml-devel] 2.4.22-[67] problems Matt Zimmerman
2003-12-20 17:14 ` Jeff Dike
2003-12-21  0:47   ` Matt Zimmerman
2003-12-21 15:58     ` BlaisorBlade
2003-12-21 22:40       ` Matt Zimmerman
2003-12-21 23:16         ` Matt Zimmerman
2003-12-22  0:25           ` Jeff Dike
2003-12-22  4:08             ` Matt Zimmerman
2003-12-22  5:49               ` Daniel Jacobowitz
2003-12-22  9:08                 ` Matt Zimmerman
2004-01-05 17:51                   ` Adam Heath
2004-01-05 18:10                     ` Matt Zimmerman
2003-12-24 12:48         ` BlaisorBlade
2003-12-21  0:52   ` Matt Zimmerman
2003-12-21  1:06     ` Matt Zimmerman
2003-12-28  9:33       ` Matt Zimmerman [this message]
2003-12-28  9:51         ` Matt Zimmerman
2003-12-28  9:52           ` Matt Zimmerman
2004-01-06  2:59             ` Jeff Dike
2003-12-28 10:12           ` Matt Zimmerman
2003-12-28 11:30             ` Matt Zimmerman
2003-12-30 18:43               ` Resolution (Re: [uml-devel] 2.4.22-[67] problems) Matt Zimmerman
2004-01-06  2:58                 ` Jeff Dike
2004-01-06  7:41                   ` Nuno Silva
2004-01-06  8:02                     ` Matt Zimmerman
2004-01-06  8:20                       ` Nuno Silva
2004-01-06  8:47                         ` Nuno Silva
2004-01-06  9:20                     ` Nuno Silva
2004-01-06 17:13                       ` Matt Zimmerman
2004-01-09  7:22                         ` Nuno Silva
2004-01-08  7:07                   ` Matt Zimmerman
2004-01-12 18:36                     ` [uml-devel] Panic with slirp transport and gcc 3.3 Matt Zimmerman
2004-01-13 15:25                       ` [uml-devel] " Bill Allombert
2004-01-13 17:30                         ` Jeff Dike
2004-01-13 17:44                           ` Bill Allombert
2004-01-13 18:51                           ` Matt Zimmerman
2004-01-16  2:38                             ` Jeff Dike
2004-01-16  2:38                               ` Matt Zimmerman
2004-01-16 20:04                                 ` Jeff Dike
2004-01-16 19:49                                   ` Matt Zimmerman
2004-01-17  0:42                                     ` Matt Zimmerman
2003-12-21  1:29   ` [uml-devel] 2.4.22-[67] problems Matt Zimmerman
2003-12-20 19:05 ` Nick Craig-Wood

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=20031228093317.GK17472@alcor.net \
    --to=mdz@debian.org \
    --cc=224431@bugs.debian.org \
    --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.