tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] A few question


From: Peter Finderup Lund
Subject: Re: [Tinycc-devel] A few question
Date: Wed, 12 Feb 2003 08:27:59 +0100 (MET)

On Wed, 12 Feb 2003, Kieron Dunbar wrote:

> #0  0x081acc92 in bound_error ()

What if you try without tcc's bounds checking?

> If I replace the strcpy() in user_name() with sprintf(), it crashes at the
> same point with:

Okay, so you actually /do/ know where in your code it happens?  A code
snippet would be oh so extremely useful :)

-Peter

PS: and gdb's warnings/errors actually look like gdb errors to me.
Instead of loading the hole symbol table in one go at startup, it loads a
"partial symbol table" first and then loads the rest on demand --
otherwise it would be so slow as to be unusable on many programs.  It
looks like it has some problems with the house keeping...





reply via email to

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