On Mon, Feb 25, 2013 at 6:25 PM, Maxim Khitrov <[email protected]> wrote:
> I haven't encountered segfaults, but I think this is related: > > http://www.mail-archive.com/[email protected]/msg10510.html That seems, at initial glance, to be something different. Bapt's problem (at least the visible part) is a NULL dereference in code which is commented as being of historical nature. We _might_ be able to fix that by simply if()-ing out that block in the case of a NULL, or... that might just end up delaying the problem until a downstream code path. The machine i'm on now (until tomorrow at work) doesn't have the tools i'd need to try it out - i can look at the code but not compile/test it. If one of you can try either removing the two blocks with the "... can be removed" comment (see my previous post) or wrapping them up in a big if(zVFileDef) { ...here... } block, we might be able to resolve this tonight (it's already evening where i live). I haven't used private branches since running into that problem. Don't > know what the status is. > i unfortunately cannot say. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

