Search:

Type: Posts; User: nantonop

Search: Search took 0.01 seconds.

  1. sorry found it! see previous post. top sorted by...

    sorry found it! see previous post. top sorted by 'M' and text alligned. thanks
  2. Thanks for your suggestions. i shall be having a...

    Thanks for your suggestions. i shall be having a go at the malloc wrapper asap. However check this out: This is a 'top' for my situation. I'm running the app thorugh valgrind (appears as 'memcheck')....
  3. Replies
    4
    Views
    13,223

    ahhh right as rain you are! and i'm plainly...

    ahhh right as rain you are!
    and i'm plainly embarassed!

    thanks a million!
  4. i've actually been using valgrind to get an...

    i've actually been using valgrind to get an indication of what's going on since the application is rather big... It get's a bit messy since there are external libs used and to this point i can't be...
  5. Replies
    4
    Views
    13,223

    Well, according to the definition of write() the...

    Well, according to the definition of write() the buffer argument is an array of (well 'pointer to' anyway) characters (bytes)...

    NAME
    write - write output

    SYNOPSIS
    int write(fd,...
  6. Replies
    4
    Views
    13,223

    sending zero bytes over TCP socket

    hi,

    i've been having trouble sending zero bytes (0x00) over a TCP socket in a C prog. Apparently, the null byte serves as a terminator and a buffer holding such is "truncated" at the first zero...
  7. leaked memory not freed after process is killed?

    hi,

    i'm trying to verify and track down what seems to be a memleak in a C program that runs in daemon fashion 24/7. I'm using Ubuntu. The process crashes every few days due to lack of memory...
  8. Replies
    15
    Views
    2,751

    well... at the moment i'm trying to fix the leaks...

    well... at the moment i'm trying to fix the leaks reported by valgrind and u can imagine some are not very easy to find... valgrind indicates the allocation spot but not where the leak actually...
  9. Replies
    15
    Views
    2,751

    well, the kernel is the same. glibc too. some...

    well, the kernel is the same. glibc too. some libraries (it's a bit hard to know which) should not be the same. The H/W is the same... The thing is that the Dapper tests show that everything's...
  10. Replies
    15
    Views
    2,751

    thanks & sorry again for misplacing the post, ...

    thanks & sorry again for misplacing the post,

    to answer ur question Salem, i need to reboot to get memory back to normal...

    Some more: it takes a substantial length of time (~1 week) to reach...
  11. Replies
    15
    Views
    2,751

    one more thing... when the program crashes...

    one more thing...

    when the program crashes the memory does NOT drop to normal levels. The memory leaked appears to be unfreed even when the process has been killed. Can this happen or does this...
  12. Replies
    15
    Views
    2,751

    as a matter of fact this post IS on the VLC...

    as a matter of fact this post IS on the VLC developer mailing list as well... but this is not the point. the question that i suppose suits this forum is "how to certify which process has the memory...
  13. Replies
    15
    Views
    2,751

    is a leak... or is it not?

    Hi all,

    For a while now i've been working on a video broadcasting server (namely VLC) under linux. Obviously the program runs (or should run) permanently as a daemon.

    My problem is when...
Results 1 to 13 of 13