Mike Kupfer writes: > >>>>> "meem" == Peter Memishian <peter.memish...@sun.com> writes: > > Juergen> Is there are problem with the on-closed-bin nightly updates, at > Juergen> http://dlc.sun.com/osol/on/downloads/nightly-bins/ ? > Juergen> > Juergen> Seems these haven't been updated in the last three days; the > Juergen> last update was from 2009-04-15. > Juergen> > Juergen> I think I need a new kernel/misc/klmmod module, after the > Juergen> 2009-04-16 putback for 6565817 has changed the kernel kthread > Juergen> structure; opensolaris kernel bits compiled from mercurial > Juergen> sources panic in klmmod`lm_svc()... > > meem> A critical machine got moved inside Sun which led to this not > meem> being updated for a few days. It should be working again now > meem> though. > > Yeah, the staging server is back up. > > The most recent change in the closed tree is from 2009-04-14. Perhaps > the nightly closed binaries are only updated automatically when > something changes in the closed source tree? > > I'll ask the gatekeepers to push out new binaries.
Thanks. Btw. the 2009-04-17 putback for 6752891 "p_lock gets hot with mysql (syslwp_park)" has changed the proc structure, and is another candidate for breaking the closed source klmmod kernel module. For now I'm working around the problem with a custom change to sys/proc.h and sys/thread.h; I moved the new structure members to the end of the ktread / proc structure, so that klmmod can continue to use the old compiled in structure offsets... Seems to work; no more panics ... -- This message posted from opensolaris.org _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org