Bug 1331395
| Summary: | [abrt] [faf] NetworkManager: unknown function(): /usr/sbin/NetworkManager killed by 11 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Vladimir Benes <vbenes> | ||||||||||||
| Component: | NetworkManager | Assignee: | Lubomir Rintel <lrintel> | ||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | ||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | medium | ||||||||||||||
| Version: | 7.3 | CC: | aloughla, atragler, bgalvani, lrintel, mkyral, rkhan, thaller, tpelka | ||||||||||||
| Target Milestone: | rc | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| URL: | http://faf.lab.eng.brq.redhat.com/faf/reports/bthash/b2d302feb13eb7fd27ffebb0313c2b0f3b304f53/ | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | NetworkManager-1.4.0-0.1.git20160606.b769b4df.el7 | Doc Type: | Bug Fix | ||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2016-11-03 19:09:19 UTC | Type: | Bug | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Vladimir Benes
2016-04-28 12:52:37 UTC
Created attachment 1151852 [details]
more info attached not sure why it's not attached in faf report
(In reply to Vladimir Benes from comment #1) > Created attachment 1151852 [details] > more info attached not sure why it's not attached in faf report FAF was misconfigured so it did not accept adding URLs to the report. This was fixed and deferred attachments were added to the reports so they're complete now. Created attachment 1153995 [details]
Patch 1/2
Created attachment 1154121 [details]
Patch 2/2
(In reply to Lubomir Rintel from comment #3) > Created attachment 1153995 [details] > Patch 1/2 I think the finish functions should always be called. like: if (!mm_sim_send_pin_finish (sim, result, &error)) { if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) { return; g_return_if_fail (self->priv->ctx && self->priv->ctx->step == CONNECT_STEP_UNLOCK); /* process failure... */ return; } g_return_if_fail (self->priv->ctx && self->priv->ctx->step == CONNECT_STEP_UNLOCK); /* process success... */ (In reply to Lubomir Rintel from comment #4) > Created attachment 1154121 [details] > Patch 2/2 typo: "suririse" otherwise, lgtm. (I would use NM_IN_SET(new_state, NM_DEVICE_STATE_FAILED, NM_DEVICE_STATE_DISCONNECTED), but as you prefer). Created attachment 1155766 [details]
Patch 1/2
Created attachment 1155767 [details]
Patch 2/2
Patches look good. patches merged: master: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=702b74c9f73d7b6b1c4c082c531eb1fb46ac7d83 https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=aa0b379699fe8cb4ec9ef28fc493c0e499c892d8 with a follow-up patch: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=37827fcafa7ccf2da3756ddc57298db92990c2ba also backported to nm-1-2 branch. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2581.html |