On Mon, Jul 19, 2010 at 07:54:14PM +0100, David Kirkby wrote: > I don't know, but suspect so. This page looked interesting, to preload > a Solaris malloc library with LD_PRELOAD. That seemed to display > something semi-useful after I inspected the core file with 'mdb' and > used this 'findleaks command'. There's a lot of pyton and pari stuff > listed, but sorting the wood from the trees might be hard.
Memory leaks aren't interesting here; you want to find corruption issues intead. I have no experience with either libumem or mdb, but some quick googling shows a ::umem_verify command that may be helpful: http://blogs.sun.com/hema/entry/libumem_for_detecting_memory_corruption -Willem Jan -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org