All of lore.kernel.org
 help / color / mirror / Atom feed
* pthread_create hangs.
@ 2011-04-14  7:36 manishbansode
  0 siblings, 0 replies; only message in thread
From: manishbansode @ 2011-04-14  7:36 UTC (permalink / raw)
  To: linux-c-programming

Hi,

Im writing a FactCGI application which creates some threads. I observed that pthread_create call hangs.
I attached the process using GDB. Here is the backtrace:-
(gdb) bt
#0  0x00000032240dfade in __lll_lock_wait_private () from /lib64/libc.so.6
#1  0x0000003224076a5b in _L_lock_1530 () from /lib64/libc.so.6
#2  0x000000322406fe32 in arena_get2 () from /lib64/libc.so.6
#3  0x0000003224074a4b in calloc () from /lib64/libc.so.6
#4  0x000000322300ff33 in _dl_allocate_tls () from /lib64/ld-linux-x86-64.so.2
#5  0x0000003224c06eb9 in pthread_create@@GLIBC_2.2.5 () from /lib64/libpthread.so.0
#6  0x00000000004031ea in main () at ./artemis_pull.c:507


Please give me some pointers.

-Manish.

--
This message was sent on behalf of manishbansode@gmail.com at openSubscriber.com
http://www.opensubscriber.com/messages/linux-c-programming@vger.kernel.org/topic.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-14  7:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-14  7:36 pthread_create hangs manishbansode

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.