The strange thing is that on linux 32bits it works fine without the las
hack.


On Fri, Mar 28, 2014 at 5:05 PM, Domingo Alvarez Duarte
<mingo...@gmail.com>wrote:

> I found that on X86_64 linux if I do not free the memory on __va_end(),
> the compiled fossil-scm server works, I suspect is something with the
> fork/threads.
> ---
> void __va_end(struct __va_list_struct *ap)
> {
>     //free(ap);
> }
>
> Cheers !
>
>
> On Thu, Mar 27, 2014 at 12:23 PM, Domingo Alvarez Duarte <
> mingo...@gmail.com> wrote:
>
>> When I say that fossil-scm compiled with tcc segfault I mean on linux
>> X86_64, but on linux 32bits it does compile and work fine.
>> So it's something specific to 64 bits.
>>
>> Cheers !
>>
>>
>> On Thu, Mar 27, 2014 at 11:50 AM, Domingo Alvarez Duarte <
>> mingo...@gmail.com> wrote:
>>
>>> Hello !
>>>
>>> Even with our latest bug fixes tinycc fail to compile fossil-scm, I mean
>>> it does compile but segfault after a few malloc calls.
>>>
>>> Cheers !
>>>
>>
>>
>
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to