help-bison
[Top][All Lists]
Advanced

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

Re: bison and malloc


From: Tim Van Holder
Subject: Re: bison and malloc
Date: Wed, 11 Oct 2006 15:03:36 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

s88 wrote:
> Hi all:
>   I'm confused with the bison and malloc right now...
> I'm using the Bison 2.0 on Ubuntu(Linux) 6.06, and everytime when I use
> the malloc(actually is strdup) in the production rules. It will cause an
> unpredictable
> segmentation fault. The stack size on my system is set unlimited.
> Every time after using the dynamic allocate memory, I'll free the memory by
> myself.
> 
> What cause this fault, and how to fix it?
> 
> Any idea?
> 
> Thankx!!!!!
> Dave.

The most likely cause would be that you're free()ing twice.
But without a little bit of code to illustrate what you're doing, it's
very hard to diagnose a crash bug.






reply via email to

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