Apr 20 14:41:02 BJ-IT-Leona gdm-binary[3238]: WARNING: Unable to load file \'/etc/gdm/custom.conf\': No such file or directory Apr 20 14:41:02 BJ-IT-Leona init: gdm main process (3238) killed by ABRT signal Apr 20 14:41:02 BJ-IT-Leona NetworkManager: <info> Wireless now e...
else if(!strcasecmp(optarg, "ABRT")) kill_tincd = SIGABRT; else { kill_tincd = atoi(optarg); if(!kill_tincd) { fprintf(stderr, "Invalid argument `%s'; SIGNAL must be a number or one of HUP, TERM, KILL, USR1, USR2, WINCH, INT or ALRM.\n", optarg); usage(true); return...
self.createJobs() myResourceControl.changeSiteState("testSite1","Aborted")## Now check the tempDir for a FWJR for the killed jobreportPath = os.path.join(self.tempDir,"Report.0.pkl") report = Report() report.load(reportPath) self.assertEqual(report.getExitCode(),71301)return 开发者ID:...
I get a return code of 134, which means the child process got killed by signal 6 (134-128). Signal 6 is SIGABRT on my machine. $ kill -l | grep SIGABRT 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 strace from the first run where yarn called node directly: 29799 write...