tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Tinycc from git still can't compile fossil-scm
Date: Sun, 30 Mar 2014 18:11:58 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Mar 30, 2014 at 04:10:48PM +0100, Domingo Alvarez Duarte wrote:
> I followed the code on fossil-scm with printfs on va_start/va_end using the
> previous tcc stdargs implementation and it showed me that both the parent
> and child do va_end on the same pointer that's why the segfault.

As long as fossil-scm uses fork and not vfork, calling va_end in the
parent and child can't be the reason for the segfault.

Best regards,

  Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]