Messages in this thread |  | | Date | Sun, 18 Nov 2001 03:41:38 +0100 | From | David Sanchez <> | Subject | Re: Possible bug; latest kernels with LinuxThreads |
| |
>The line marked >>>> is line 488 in pthread.c , are you plain sure that >you're not passing a NULL thread id ptr ?
Totally sure :-)
#0 0x40053f0f in __pthread_create_2_1 (thread=0x40244fc4, attr=0x40244fc8,
thread = 0x40244fc4 and attr=0x40244fc8, both parameters are inside a class of type MCThread, which begins with:
class MCThread {
protected: pthread_t m_thread; pthread_attr_t m_thread_attr;
Class is correctly allocated with "new", and also remember that the daemon runs without any problem and in a production environment with kernel 2.4.9 and lowers.
Thank you very much,
David Sánchez Veloxia Network,S.L.
dsanchez@veloxia.com
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |