Search:

Type: Posts; User: tux_mind

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    8,346

    so, changing these lines ...

    so, changing these lines


    if(option_index < NET_CHK_TIMEOUT)
    {
    report(debug,"I've wait internet check for %d ms.",option_index);
    ...
  2. Replies
    9
    Views
    8,346

    here i am

    sorry for the late reply but i just give an exam and i have another on 18/09...
    so, i'm quite familiar with GDB and valgrind but i cannot analyze the locked mutex since i don't known what it is....
  3. Replies
    9
    Views
    8,346

    Ad you can see in the source code, the network...

    Ad you can see in the source code, the network check is never spawned if there isn't valid options.
    So...alla the code beign executed is in Main & option_handler...where i cannot find anything that...
  4. Replies
    9
    Views
    8,346

    exit() call pthread_mutex_lock()

    hi all,
    i my C program when i call exit() it calls pthread_mutex_lock() without any reason.
    thus send the prcess in deadlock....
    for the backtrace:
    c - exit() call pthread_mutex_lock() - Stack...
Results 1 to 4 of 4