[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with scheduler on Solaris




> I tried replacing the call to Solaris qsort to gnu qsort, and it didn't
> solve the scheduler core dump problem for me.

	In the scheduler there are 3 instances of calls to  qsort().
	None of them have a sanity-check front-end on them, a'la:

	if (n > 1)
	  qsort(basep, n, sizeof(void*), cmpfunct)

	I am curious as to what that value of N is at your
	core-drop ?

	Will the thing repeat if you have that check installed ?
	(No point in sorting 0 or 1 items..)


> --Eric Riehl
...

	/Matti Aarnio <mea@nic.funet.fi>