On Mon, Nov 16, 2009 at 05:41:01PM -0800, Matthew Dillon wrote: > > :I have tested patch for some days, and was going to write that I see no iss= > :ues, > :when I got a panic (consistent): 'ssh localhost' panics immediately. > : > :kgdb doesn't show panic message when kernel & core dump loaded; > :will upload to leaf if it is of any use. > : > :SMP kernel used, with HEAD from today. > : > : -thomas > :- > :panic: assertion: port=3D&curthread->td_msgport in syncache socket > > Yah, please upload it. I can't reproduce it trivially, ssh localhost > is working on my test box.
A-ha, you have to try `ssh ::1', then. You must have `options INET6' in your kernel config file, of course. Cheers.