Re: Large bopm processes
David Leadbeater <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
Jan Chrillesen wrote: [..] > One of the processes grew to 500+ MB and crashed > > #0 0x280ad5f8 in kill () from /usr/lib/libc.so.4 > (gdb) bt > #0 0x280ad5f8 in kill () from /usr/lib/libc.so.4 > #1 0x280e964a in abort () from /usr/lib/libc.so.4 > #2 0x280c6383 in __assert () from /usr/lib/libc.so.4 > #3 0x8050d39 in libopm_MyMalloc (bytes=152) at malloc.c:49 That is simply malloc failing.. Just to check are they running 3.1.1? IIRC there was a potential memory leak fixed around then. If they are I guess we've still got a memory leak..