search for: abiv8

Displaying 4 results from an estimated 4 matches for "abiv8".

Did you mean: abiv3
2020 Jun 16
2
Plugin ABI compat between v2.3.8 and v2.3.9
...up to date dovecot headers, > > I didn't get crashes anymore. > > > > So I suspect there were ABI incompatible changes and it was > > forgotten to bump the minimum Plugin-ABI version supported. > > dovecot-2.3.8/configure > #define DOVECOT_ABI_VERSION "2.3.ABIv8($PACKAGE_VERSION)" > > dovecot-2.3.9/configure > #define DOVECOT_ABI_VERSION "2.3.ABIv9($PACKAGE_VERSION)" > > Did you disable version checking? (version_ignore = yes) Thanks for the hint. I couldn't find version_ignore anywhere in the configs. I also don't r...
2020 Jun 15
2
Plugin ABI compat between v2.3.8 and v2.3.9
Hi all! This is my first post on this list. Please pardon me if I overlooked or misunderstood some things. I had some imap crashes (sig11) starting at the end of 2019 after an upgrade of dovecot. I found out, that I didn't have any problems using version v2.3.8, but any version v2.3.9 and higher would trigger the crashes. After investigating more deeply and creating a core dump, I saw that
2020 Jun 16
0
Plugin ABI compat between v2.3.8 and v2.3.9
...After recompiling that plugin with up to date dovecot headers, > I didn't get crashes anymore. > > So I suspect there were ABI incompatible changes and it was > forgotten to bump the minimum Plugin-ABI version supported. dovecot-2.3.8/configure #define DOVECOT_ABI_VERSION "2.3.ABIv8($PACKAGE_VERSION)" dovecot-2.3.9/configure #define DOVECOT_ABI_VERSION "2.3.ABIv9($PACKAGE_VERSION)" Did you disable version checking? (version_ignore = yes)
2020 Jun 16
0
Plugin ABI compat between v2.3.8 and v2.3.9
...gt; > I didn't get crashes anymore. > > > > > > So I suspect there were ABI incompatible changes and it was > > > forgotten to bump the minimum Plugin-ABI version supported. > > > > dovecot-2.3.8/configure > > #define DOVECOT_ABI_VERSION "2.3.ABIv8($PACKAGE_VERSION)" > > > > dovecot-2.3.9/configure > > #define DOVECOT_ABI_VERSION "2.3.ABIv9($PACKAGE_VERSION)" > > > > Did you disable version checking? (version_ignore = yes) > > Thanks for the hint. > > I couldn't find version_ignore...