Re: [osol-discuss] kernel threads

2008-01-28 Thread ramana polamarasetti
> On Mon, 28 Jan 2008, [EMAIL PROTECTED] wrote: > > [ ... ] > >> My present code uses thread_create(). I am seeing > kernel panics due to an ASSERT fail in the > sfmmu_tsbmiss_exception(). > > Can you please post the part of the output of > "::msgbuf" (from > mdb on your crashdump) following the

Re: [osol-discuss] kernel threads

2008-01-28 Thread ramana polamarasetti
> On Mon, 28 Jan 2008, [EMAIL PROTECTED] wrote: > > > Hi, > [ ... ] > >>> Calling lwp_create from a kernel driver will get > you > >>> into trouble. Why > >>> would you want to create an LWP from within a > kernel > >>> driver ? > >>> > >>> > >> My present code uses thread_create(). I am seeing >

Re: [osol-discuss] kernel threads

2008-01-27 Thread ramana polamarasetti
> > > On Fri, 25 Jan 2008, ramana polamarasetti wrote: > > > Hi, > > Can anyone tell me what are all the differences > between the threads created with thread_create() and > those created with lwp_create()? > > And is there any way to get an lwp, but using &

[osol-discuss] kernel threads

2008-01-25 Thread ramana polamarasetti
Hi, Can anyone tell me what are all the differences between the threads created with thread_create() and those created with lwp_create()? And is there any way to get an lwp, but using thread_create()? Thanks for any help, Ramana This message posted from opensolaris.org __