All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Friesen <cfriesen@nortelnetworks.com>
To: Jeff Dike <jdike@addtoit.com>
Cc: User-mode-linux-devel <User-mode-linux-devel@lists.sourceforge.net>
Subject: [uml-devel] Re: problems with UML -- new data with memory debugging on
Date: Tue, 02 Mar 2004 18:37:15 -0500	[thread overview]
Message-ID: <40451AAB.5050304@nortelnetworks.com> (raw)
In-Reply-To: 200403022322.i22NM8Wo003853@ccure.user-mode-linux.org


I turned on memory debugging, and got the following.  Line 1439 in 
slab.c is

/* Either write before start, or a double free. */

Here's the backtrace:

Breakpoint 1, panic (fmt=0xa01e2d8a "kernel BUG at %s:%d!\n") at panic.c:60
60              bust_spinlocks(1);
(gdb) bt
#0  panic (fmt=0xa01e2d8a "kernel BUG at %s:%d!\n") at panic.c:60
#1  0xa002dc8a in kfree (objp=0xa032c89c) at slab.c:1439
#2  0xa0103ac8 in hostfs_read_super (sb=0xaf332400, data=0xaf036000, 
silent=0)
     at hostfs_kern.c:932
#3  0xa003cae9 in get_sb_nodev (fs_type=0xa022d62c, flags=0,
     dev_name=0xaf037000 "none", data=0xaf036000) at super.c:756
#4  0xa003cc82 in do_kern_mount (fstype=0xaf0d8000 "hostfs", flags=0,
     name=0xaf037000 "none", data=0xaf036000) at super.c:808
#5  0xa004fd62 in do_add_mount (nd=0xaefcbb94, type=0xaf0d8000 "hostfs",
     flags=0, mnt_flags=0, name=0xaf037000 "none", data=0xaf036000)
     at namespace.c:626
#6  0xa0050049 in do_mount (dev_name=0xaf037000 "none",
     dir_name=0xaff46000 "/vob/neptune", type_page=0xaf0d8000 "hostfs",
     flags=3236757504, data_page=0xaf036000) at namespace.c:740
#7  0xa0050416 in sys_mount (dev_name=0x8059e20 "none",
     dir_name=0x8059e30 "/vob/neptune", type=0x8059e48 "hostfs",
     flags=3236757504, data=0x8059eb8) at namespace.c:853
#8  0xa00da41c in execute_syscall_tt (r=0xaefc8274) at syscall_kern.c:120
#9  0xa00da4d9 in syscall_handler_tt (sig=12, regs=0xaefc8274)
     at syscall_user.c:37
#10 0xa00db5eb in sig_handler_common_tt (sig=12, sc_ptr=0xaefcbd28)
     at trap_user.c:37
#11 0xa00d7d0d in sig_handler (sig=12, sc=
---Type <return> to continue, or q <return> to quit---
       {gs = 0, __gsh = 0, fs = 0, __fsh = 0, es = 43, __esh = 0, ds = 
43, __dsh = 0, edi = 134586040, esi = 3236757504, ebp = 2684353448, esp 
= 2684353408, ebx = 134585888, edx = 134585928, ecx = 134585904, eax = 
4294967258, trapno = 14, err = 4, eip = 1074791518, cs = 35, __csh = 0, 
eflags = 582, esp_at_signal = 2684353408, ss = 43, __ssh = 0, fpstate = 
0xaefcbd80, oldmask = 134283264, cr2 = 1074791488}) at trap_user.c:101
#12 <signal handler called>
#13 0x4010045e in ?? ()
#14 0x0804a8b8 in ?? ()
#15 0x0804b4d1 in ?? ()
#16 0x0804c125 in ?? ()
#17 0x0804cf1d in ?? ()
#18 0x4002f9a7 in ?? ()


-- 
Chris Friesen                    | MailStop: 043/33/F10
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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

  parent reply	other threads:[~2004-03-02 23:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01 22:07 [uml-devel] problems with UML, issues with includes Chris Friesen
2004-03-02  1:00 ` [uml-devel] " Jeff Dike
2004-03-02 15:08   ` Chris Friesen
2004-03-02 18:06     ` BlaisorBlade
2004-03-02 20:54     ` Jeff Dike
2004-03-02 22:26       ` Chris Friesen
2004-03-02 23:22         ` Jeff Dike
2004-03-02 23:18           ` Chris Friesen
2004-03-02 23:37           ` Chris Friesen [this message]
2004-03-03  1:33             ` [uml-devel] Re: problems with UML -- new data with memory debugging on Jeff Dike
2004-03-03 16:49               ` Chris Friesen
2004-03-08 21:34                 ` Jeff Dike
2004-03-08 21:08                   ` Chris Friesen
2004-03-02 23:03       ` [uml-devel] Re: problems with UML, issues with includes Chris Friesen

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=40451AAB.5050304@nortelnetworks.com \
    --to=cfriesen@nortelnetworks.com \
    --cc=User-mode-linux-devel@lists.sourceforge.net \
    --cc=jdike@addtoit.com \
    /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.