Re: kernel panic w/regard to setting io permissions bitmap

1999-06-28 Thread Anonymous
> >>The panic occurs at 'swtch_com+0x6e: ltr %si'. At the time, %si is > >>0x20, which indexes to what appears to be a busy tss (type=01011b) > >>with a limit of 0x67. That instruction generates a general protection > >>fault with an error code of 0. The current process was Idle. > > The busy

Re: kernel panic w/regard to setting io permissions bitmap

1999-06-26 Thread Anonymous
>>The panic occurs at 'swtch_com+0x6e: ltr %si'. At the time, %si is >>0x20, which indexes to what appears to be a busy tss (type=01011b) >>with a limit of 0x67. That instruction generates a general protection >>fault with an error code of 0. The current process was Idle. The busy tss seems to

Re: kernel panic w/regard to setting io permissions bitmap

1999-06-26 Thread Bruce Evans
>The panic occurs at 'swtch_com+0x6e: ltr %si'. At the time, %si is >0x20, which indexes to what appears to be a busy tss (type=01011b) >with a limit of 0x67. That instruction generates a general protection >fault with an error code of 0. The current process was Idle. >... >Perhaps someone coul

kernel panic w/regard to setting io permissions bitmap

1999-06-26 Thread Brian Dean
Hi, I'm chasing down a panic that occurs when you call 'i386_set_ioperm()' in -current (19990625-SNAP). This call worked correctly in the 19990426-SNAP. I first noticed the problem with the 6/10 snap and it's still with us as of the 6/25 snap. The panic occurs at 'swtch_com+0x6e: ltr %si'. At