mutex failing (stupid C++!)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Arggg .. C++ is such a mess.. look at this and spot the bug:

  {
    flx_mutex_locker_t (*ehd->spawner_lock);
    fprintf(stderr,"Thread %p acquired mutex\n", pthread_self());
    *ehd->spawner_flag=true;
    ehd->spawner_cond->broadcast();
    fprintf(stderr,"Thread %p releasing mutex\n", pthread_self());
  }

This baffled me for 3 days now. The code is legal, it just
doesn't do what I expected. The fix is ONE CHARACTER.


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux