dumps

Best Flags for Crash dumps

I currently have some code that will produce a crash dump when my application crashes however i cant work out what are the best flags to use for it are. At the moment i have it using Full Memory (MiniDumpWithFullMemory) but this produces 32mg crash files. What flags should i use as to not make the crash file huge but give me the most po...

Python TypeError when using json.dumps

When I do json.dumps with a dictionary that maps strings to a list of unicodes, python raises a type error. Why does that not work? ...

How to analyze Heap Dumps

Hi Guys, I am successful in generating Heap Dumps of my application machine but I do not know how to analyze it. Can someone tell me how to? Thanks and Regards, Deepti ...

How to generate core dumps for daemon processes in centos?

Hi, I have some daemon processes that crashes every now and then and I want to know how I can enable core dump generations. I know that by default on linux ulimit for core dumps is zero so I need to set it to unlimited if I want to see core dumps for processes that I am running. But what I want to do is to generate core dumps for daemon...