I experienced that on opening a project or a package Lazarus give an AV error with the follow BackTrace:
 
Program received signal SIGSEGV, Segmentation fault.
$0085e395 in SYSTEM_SYSGETMEM_FIXED$LONGINT$$POINTER ()
FPC r1978
Lazarus r8335
OS Win32
 
Salvatore
 
Mattias Gaertner wrote:
On Fri, 16 Dec 2005 16:08:33 +0100
Joost van der Sluis <[EMAIL PROTECTED]> wrote:

On Fri, 2005-12-16 at 13:35 +0100, Mattias Gaertner wrote:
I'm also experiencing problems. I think the problems are
related to the codetools...
codetools use a lot of ansistrings and is a heavy user of the
memory manager.
I suspected the codetools since ctrl-click doesn't work anymore.
IT can't fnd the sysutils unit. If you do a rescan-fpc-source
manually it works again.
When you start the IDE, do you see an error message, that the FPC
directory defines failed to build?
I see the following. (first line is normal, but it gives the place of
the error:

TApplication.IconChanged - TODO: convert this message...no
implementation in gtk or win32
ERROR: TDefinePool.CreateFPCTemplate: Access violation
Yes, that's the error I meant.
It only appears on some linux distributions. FC4 seems to be one of
them. I don't have one now here. It is definitely a lazarus bug and was
introduced after 8100.
You can try to locate it by doing a binary search with:

svn up -r <number>
make
./lazarus

I will try this on monday.
The problem is introduced in the revisions 8256 and 8257.

Thanks.
Do you mean 8255 works and 8257 not?
Then it is the addition of synchronize support for the gtk interface.


Mattias

_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to