Skip to main content

developerWorks >  Linux  >  Forums  >  Linux tech support forum  >  developerWorks

Applciation hangs on Futex Wait    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 1 - Pages: 1 - Last Post: Oct 26, 2009 10:23 PM Last Post By: Ian Shields
pandi k

Posts: 1
Registered: Oct 22, 2009 09:27:07 AM
Applciation hangs on Futex Wait
Posted: Oct 22, 2009 09:42:51 AM
Click to report abuse...   Click to reply to this thread Reply
I am working on fedora core 7, kernel version 2.6.21, gcc version 4.1.2. I have my user space application which communicate with my char driver using write and read system calls. I have a thread in application to send data to driver and concurrently a signal handler(user space) is registered. write calls is invoking continuously and read call is also invoking continuously on notification from driver. Here am facing a problem of "futex_wait" at one time. Even though my user space application has no mutex locking, FUTEX_WAIT is called and nothing proceeds after this and result is hangs

I got below lines form strace of my process and always getting lock at same address.

      • SIGRT_15 (Real-time signal 13) @ 0 (0) ---
futex(0x4aa700b0, FUTEX_WAIT, 2, NULL

please give guide me to solve this issue or what could be reason for above things since am not familiar with application.
Ian Shields

Posts: 917
Registered: Sep 25, 2002 04:16:07 PM
Re: Applciation hangs on Futex Wait
Posted: Oct 26, 2009 10:23:02 PM   in response to: pandi k in response to: pandi k's post
Click to report abuse...   Click to reply to this thread Reply
You're a bit off-topic for this forum. Some thoughts that might help get you started.
1) Fedora 7 has been out of maintenance for over a year. See Unsupported Fedora Releases. You should probably use a later version.
2) A web search for "FUTEX_WAIT 2 NULL" brings up several hits. You may find some inspiration among them.

Ian Shields
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums