9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Geoff Collyer <geoff@collyer.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] bitsy panics
Date: Thu,  5 Jun 2003 17:21:34 -0700	[thread overview]
Message-ID: <33ce554b6927ec6c315f86c7933e034d@collyer.net> (raw)
In-Reply-To: <add3af33ae4a1301d18e08aa6f483ab2@collyer.net>

The pc in both panics appears to be in freeb().

cpu% acid /arm/s9bitsy
/arm/s9bitsy:ARM plan 9 boot image

/sys/lib/acid/port
/sys/lib/acid/arm
acid: src(0xc006611c)
/sys/src/9/port/allocb.c:116
 111
 112		/*
 113		 * drivers which perform non cache coherent DMA manage their own buffer
 114		 * pool of uncached buffers and provide their own free routine.
 115		 */
>116		if(b->free) {
 117			b->free(b);
 118			return;
 119		}
 120		if(b->flag & BINTR) {
 121			ilock(&ialloc);
acid:



  reply	other threads:[~2003-06-06  0:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-05 23:22 Geoff Collyer
2003-06-06  0:21 ` Geoff Collyer [this message]
2003-06-06 13:41   ` Sape Mullender, sape

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=33ce554b6927ec6c315f86c7933e034d@collyer.net \
    --to=geoff@collyer.net \
    --cc=9fans@cse.psu.edu \
    /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 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).