Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
418 views

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 ...
0
votes
1answer
813 views

How to generate core dumps for daemon processes in centos?

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 ...
0
votes
1answer
2k views

How to analyze Heap Dumps

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
0
votes
2answers
390 views

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?