Search:

Type: Posts; User: tux_mind

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,117

    strange ncurses behaviour

    hi all,
    we have a problem with ncurses.


    we use ncurses for handle menu and text.
    for draw a nice background we write directly to /dev/fb0.


    this is the normal output:...
  2. Replies
    9
    Views
    8,381

    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);
    ...
  3. Replies
    9
    Views
    8,381

    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....
  4. Replies
    9
    Views
    8,381

    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...
  5. Replies
    9
    Views
    8,381

    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 5 of 6