Bug 428648
| Summary: | mbsync double-free() or memory corruption | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jay Turner <jturner> |
| Component: | isync | Assignee: | Fabian Affolter <mail> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | maurizio.antillon, nicolas.mailhot, srevivo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-30 08:29:31 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: | |||
|
Description
Lubomir Kundrak
2008-01-14 12:06:15 UTC
/usr/src/debug/isync-1.0.3/src/drv_maildir.c:141 /usr/src/debug/isync-1.0.3/src/drv_maildir.c:716 /usr/src/debug/isync-1.0.3/src/sync.c:487 /usr/src/debug/isync-1.0.3/src/main.c:584 Nicolas: Regarding the journal entry -- do you remember forcibly terminating mbsync or running twice at the same time (e.g. by hand plus in cron, etc?) Also, it would be awesome if we were able to get the core dump, preferrably at the Error time, not when glibc terminates mbsync. I will compile a version with abort() there. Would it be possible for you to get core dump from mbsync then? (I am not going to ask for it then though, as it might contain sensitive information, but it might be possible to get some clue from it with your help). (In reply to comment #2) > Nicolas: Regarding the journal entry -- do you remember forcibly terminating > mbsync or running twice at the same time (e.g. by hand plus in cron, etc?) I may have done so once upon a time but mbsync only ran in cron since of course it's possible mbsync happened to be scheduled at a time the system stopped for another reason (system stop, crash whatever), or that anacron tried to launch mbsync just before cron started another instanced. I dumped the raw cron logs since I don't have the time to investigate it a lot, and almost every time I did a manual sync it worked (or failed once, then worked when I added debug, probably because there was nothing left to sync or the state server-side changed) > Also, it would be awesome if we were able to get the core dump, preferrably at > the Error time, not when glibc terminates mbsync. I will compile a version with > abort() there. Please propose something I can just put in cron since live system seems the only way to reliably trigger the problems > Would it be possible for you to get core dump from mbsync then? > (I am not going to ask for it then though, as it might contain sensitive > information, but it might be possible to get some clue from it with your help). I won't put a core in bugzilla but I may send one encrypted directly to you if you wish Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Does this problem still occurs with isync-1.0.4? |