-
Notifications
You must be signed in to change notification settings - Fork 683
Open
Labels
Description
Line 147 in ae971c9
| char *log_first_err(void) |
^ function that returns NULL here:
Line 141 in ae971c9
| resp->cr_errmsg = log_first_err(); |
So if you add print(resp.cr_errmsg) here:
Lines 291 to 292 in ae971c9
| if not resp.success: | |
| raise CRIUExceptionExternal(req.type, resp.type, resp.cr_errno) |
the output is empty: