Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: A20 hang
On Mon, Sep 10, 2018 at 12:53:26PM +0100, Nick Hudson wrote:
>
>
> On 10/09/18 12:30, Manuel Bouyer wrote:
> > [ 5931.1044194] 0x9def7d7c: netbsd:pool_cache_get_slow+0x1e0
> Where is this?
(gdb) l *(pool_cache_get_slow+0x1e0)
0x8038263c is in pool_cache_get_slow (/dsk/l1/misc/bouyer/HEAD/clean/src/sys/kern/subr_pool.c:2233).
2228 */
2229 pc->pc_misses++;
2230 mutex_exit(&pc->pc_lock);
2231 splx(s);
2232
2233 object = pool_get(&pc->pc_pool, flags);
2234 *objectp = object;
2235 if (__predict_false(object == NULL)) {
2236 KASSERT((flags & (PR_WAITOK|PR_NOWAIT)) == PR_NOWAIT);
2237 return false;
(gdb)
--
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
NetBSD: 26 ans d'experience feront toujours la difference
--
Home |
Main Index |
Thread Index |
Old Index