Search:

Type: Posts; User: pronetin

Search: Search took 0.00 seconds.

  1. pcap_loop reads captured file until getting cnt packet

    Hi all,

    I have two programs. First program(P1) reads packets in a live capture and save them to some files. Each file has 1000 packets.

    Second program(P2) open captured files one by one.
    ...
  2. Replies
    4
    Views
    4,076

    mkdir doesn't do that. It only try to create last...

    mkdir doesn't do that. It only try to create last directory("mydir" in my example in first post"). If parent doesn't exist, it will failed.



    That's Ok.
  3. Replies
    4
    Views
    4,076

    Creating path that its parents not existed

    Hi all,

    I want to create a directory that parents doesn't exist. For example i want to create "/etc/dir2/mydir" path. "dir2" directory and "mydir" directory doesn't exist.

    When i use...
  4. Replies
    9
    Views
    2,922

    Ok. In Ubuntu's repository exist Valgrind. I...

    Ok. In Ubuntu's repository exist Valgrind. I tried to install Valgrind from source that showed me glibc compatibility error. When Valgrind is install from repositories, there isn't any problem.
  5. Replies
    9
    Views
    2,922

    I tried it before. It needs glibc 2.2 to 2.10 but...

    I tried it before. It needs glibc 2.2 to 2.10 but in my system(ubuntu 10.04) installed 2.10-1. So it cannt be used.
  6. Replies
    9
    Views
    2,922

    Even if be race condition(for example access to...

    Even if be race condition(for example access to memory before initializing it), should be found by memory leakage detection tools, shouldn't?
  7. Replies
    9
    Views
    2,922

    How can detect memory leakage?

    Hi,

    I wrote an application that use pthread. It has memory management problems.
    It runs well without any problem but after some minutes, hours or day, is created Segmentation fault.

    For...
Results 1 to 7 of 7