the *other* kse test app not working...

Michael Edenfield kutulu at kutulu.org
Fri Jun 27 08:26:40 PDT 2003


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-threads/attachments/20030627/d8ec0fba/attachment.bin


More information about the freebsd-threads mailing list