Search:

Type: Posts; User: diefast9

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    11,529

    I use MMU less chips mostly. I don't have too...

    I use MMU less chips mostly. I don't have too much experience with threads. Usually, I make my own scheduler and know everything about it. In this case, I am in the dark. Thanks for input.
  2. Replies
    11
    Views
    11,529

    Can you explain? I am not sure, what you mean....

    Can you explain? I am not sure, what you mean. Thanks
  3. Replies
    11
    Views
    11,529

    I will run a batch later today. Thanks for your...

    I will run a batch later today. Thanks for your input.
  4. Replies
    11
    Views
    11,529

    I experience a hang most of the time. Sometimes I...

    I experience a hang most of the time. Sometimes I get a Seg error. However,occasionally I get this



    pthread_mutex_lock.c:289: __pthread_mutex_lock: Assertion `(-(e)) != 3 || !robust' failed

    ...
  5. Replies
    11
    Views
    11,529

    I think that the error is due to memory or fd max...

    I think that the error is due to memory or fd max limit. I don't know, if there are resources that I fail to release. I see almost identical case, every time I run the code.

    I see the same count...
  6. Replies
    11
    Views
    11,529

    I do. In my original code, it could have been...

    I do.

    In my original code, it could have been locked twice or three times during a run. However, the threads were asleep most of the time. I lock the mutex and unlock right away.
  7. Replies
    11
    Views
    11,529

    C++ thread inside a class hang issue

    I have created a wrapper class with two threads for a serial line based interface. I ended up seeing Segmentation errors about once every 10 to 20 times of stopping and starting threads again in a...
Results 1 to 7 of 7