14 Sep
2006
14 Sep
'06
3:54 a.m.
On Wed, 2006-09-13 at 12:57 -0400, Alan DeKok wrote:
Which of those fields are NULL? That "if" statement checks a number of fields, so it's difficult to determine what the problem is without more details.
Alan DeKok.
Hi Alan, (gdb) print * (THREAD_HANDLE*) arg $2 = {prev = 0x815cfe8, next = 0x0, pthread_id = 3048315808, thread_num = 5, status = 1, request_count = 1, timestamp = 1158219296, request = 0x0} According to the gdb trace, self->request is NULL. When i look at the code, its already set to NULL a few lines before (line 500 at threads.c) Regards -- Tuyan Ozipek <tuyan@suntel.com.tr>