Bug 845618
| Summary: | [abrt] Incorrect symbol resolution, load_interfaces() | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Canyon Bliss <canyon> | ||||||||||
| Component: | openchange | Assignee: | Matthew Barnes <mbarnes> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 17 | CC: | abokovoy, asn, gdeschner, jlayton, mbarnes, mcrha, sbose, ssorce | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:04f8c4d0716e8812d2055e309a12878bc48b50a8 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2012-08-18 01:25:38 UTC | Type: | --- | ||||||||||
| 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
Canyon Bliss
2012-08-03 15:20:20 UTC
Created attachment 602154 [details]
File: backtrace
Created attachment 602155 [details]
File: maps
Created attachment 602156 [details]
File: dso_list
Created attachment 602157 [details]
File: build_ids
Thanks for a bug report. I see from the backtrace that this crashed in nss_wins_init() call being done by samba or samba4 code. It calls load_interfaces(), which is defined in two modules, one is openchange, the other is samba itself. The problem is that the system decided to call function from openchange, while it should call the one from samba. A workaround would be to uninstall openchange, though if you are using evolution-mapi, then it's not an option, probably. From what I see this is purely libmapi issue. jkerihuel imported incompatible load_interfaces() from samba4 at some point. Since then Samba went different way and when samba 3 and samba 4 code bases were merged, there is only single load_interfaces() in Samba, with (void) parameter list. Here is the commit: http://websvn.openchange.org/comp.php?repname=OpenChange&path=%2F&compare[]=%2Ftrunk%2Flibmapi%2Fsocket@298&compare[]=%2Ftrunk%2Flibmapi%2Fsocket%2F@342 I'd suggest to work with Openchange upstream to rename load_interfaces to something different. As libmapi/socket/interface.c was imported from Samba but is not the same anymore, it is little sense to maintain compatibility within the file. Also, libmapi will likely get into this conflict on almost all systems where wins NSS module is in use, even with older Samba. Moving to openchange component, I believe it is upstream OpenChange issue. Milan, please discuss it with Julien. I'm on vacation this week but will be back by August 10th. Sure, thanks. I'll file a bug at upstream OpenChange tracker and provide updated package for F17 and rawhide. You can see the upstream filled bug here [1], and I'm currently building new OpenChange packages. When it's done, I'll create an update for Fedora 17. [1] http://tracker.openchange.org/issues/398 openchange-1.0-9.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/openchange-1.0-9.fc17 (In reply to comment #5) > Thanks for a bug report. I see from the backtrace that this crashed in > nss_wins_init() call being done by samba or samba4 code. It calls > load_interfaces(), which is defined in two modules, one is openchange, the > other is samba itself. The problem is that the system decided to call > function from openchange, while it should call the one from samba. > > A workaround would be to uninstall openchange, though if you are using > evolution-mapi, then it's not an option, probably. That makes sense about samba4; the problem did start after I upgraded to samba4. Unfortunately, I am using evolution-mapi so uninstalling openchange is not an option. I could move to evolution-ews, which seems to work fine on another system. (In reply to comment #10) > openchange-1.0-9.fc17 has been submitted as an update for Fedora 17. > https://admin.fedoraproject.org/updates/openchange-1.0-9.fc17 The openchange-1.0-9.fc17 update seems to have fixed the issue, thanks! I already left karma/feedback. (In reply to comment #12) > The openchange-1.0-9.fc17 update seems to have fixed the issue, thanks! I > already left karma/feedback. Thanks. The update will be pushed for stable in a week or two, unless karma makes it sooner. Package openchange-1.0-9.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing openchange-1.0-9.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11549/openchange-1.0-9.fc17 then log in and leave karma (feedback). openchange-1.0-9.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |