Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eidsness

    problems with gcc on multi-proc sparc?

    Thanks, that's certainly an idea...I would expect it to give the same results as the single-pro sol 5.8 box. I really think that the problem comes from using an incorrect version of the library...
  2. eidsness

    problems with gcc on multi-proc sparc?

    That's a good idea -- however access to the queue is properly wrapped with a critical section. Originally I thought that the problem might be an incorrect implementation of this utility class, but after alot of testing, it seems pretty solid. Anyhow, I was able to reproduce a variant of the...
  3. eidsness

    problems with gcc on multi-proc sparc?

    I'm using gcc 2.95.2 on multi-processor solaris box and am encountering a transient segmentation fault. I'm creating an element in a thread and adding a pointer to it to an std::queue (and signalling a semaphore). This thread has no more access to the element (it drops the pointer, and never...

Part and Inventory Search

Back
Top