We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80408e9 commit 17cb66bCopy full SHA for 17cb66b
src/hooks/abrt-hook-ccpp.c
@@ -795,6 +795,8 @@ int main(int argc, char** argv)
795
unlink(core_basename);
796
}
797
798
+/* Because of #1211835 and #1126850 */
799
+#if 0
800
/* Save JVM crash log if it exists. (JVM's coredump per se
801
* is nearly useless for JVM developers)
802
*/
@@ -827,6 +829,7 @@ int main(int argc, char** argv)
827
829
close(src_fd);
828
830
831
832
+#endif
833
834
/* We close dumpdir before we start catering for crash storm case.
835
* Otherwise, delete_dump_dir's from other concurrent
0 commit comments