The breakpad doesn't generate dump file sometimes

36 views
Skip to first unread message

Janko

unread,
Mar 13, 2019, 9:26:57 PM3/13/19
to google-breakpad-discuss
Hi, I'm using below code to generate the dump on CentOS 7.6:

std::string dataPath = getDataPath();
dataPath += "/dump/";
google_breakpad::MinidumpDescriptor descriptor(dataPath);
dump_handler = new google_breakpad::ExceptionHandler(descriptor,
NULL,
ShowDumpResults,
NULL,
true,
-1);

It's works fine in past months, but these days when I performed the load test for my project, sometimes the program process disappeared but no any dump file generated,
it's occurs a lot of times.

How could I solve this ?

Thanks
Reply all
Reply to author
Forward
0 new messages