Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2003 11:26:37 -0400
From:      Michael Edenfield <kutulu@kutulu.org>
To:        threads@freebsd.org
Subject:   the *other* kse test app not working...
Message-ID:  <20030627152637.GA780@basement.kutulu.org>

index | next in thread | raw e-mail

[-- Attachment #1 --]
The "ksetest" app in the KSE test suite appears to be working for me, 
but the "rr" program is causing a reproduceable panic.  I have two 
crash dumps from this if anyone's interested.  The panic is happening, 
if I'm teading this right, in mi_switch.  The program itself prints 
out three "thread_start" messages and some fraction of kse_create() 
when page faults.


#5  0xc02717c8 in calltrap () at {standard input}:96
#6  0xc018561f in mi_switch () at /usr/src/sys/kern/kern_synch.c:525
#7  0xc01687b3 in ithread_loop (arg=0xc0a08c00) at 
/usr/src/sys/kern/kern_intr.c:557

520             if (td->td_proc->p_flag & P_SA)
521                     thread_switchout(td);
522             sched_switchout(td);
523
524     #if !defined(__alpha__) && !defined(__powerpc__) 
525             newtd = choosethread();
526             if (td != newtd)
527                     cpu_switch(td, newtd);  /* SHAZAM!! */
528     #ifdef SWTCH_OPTIM_STATS
529             else


--Mike


[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+/GIsCczNhKRsh48RAhtoAKC7sNg5Gly5GxDfGLehbLoX9jneWACfUES2
QW6gWscxvwwImUCRJqBif0E=
=nWis
-----END PGP SIGNATURE-----
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030627152637.GA780>