Kristofer wrote: > I'm trying to figure out what is going on with freshclam, or perhaps > my usage of it? > > - - - > spin# freshclam > freshclam in free(): error: modified (chunk-) pointer > Abort (core dumped)
This looks like memory corruption. > - - - > > But when I run with gdb to attempt to troubleshoot the coredump, it > runs fine?... > > - - - > spin# gdb freshclam Try debugging the core file: gdb freshclam core In case debugging the core leads to nothing... When a program runs in gdb but not outside it's usually because it is using different libraries. HTH -- René Berber _______________________________________________ http://lurker.clamav.net/list/clamav-users.html