6 Apr
2012
6 Apr
'12
1:36 p.m.
On 06.04.2012 11:39, Gergely Nagy wrote:
Peter Eisenlohr <peter.eisenlohr@inform-software.com> writes:
I don't think it's a Problem of the 32bit NVTable patch, though. The following changes also made the segfault go away:
Thanks again for the debugging! I just sent a patch to the list that fixes the issue properly. The problem was that afinter had LogDriver as its parent, while we were casting it from and to LogSrcDriver, which is a bigger structure.
I can confirm that your patch fixes the issue. There is no longer a segfault when a 'mark' is generated. I also tested this with the large NVtable patch (commit bb66711) re-applied. Thanks for the quick fix. Peter