On Fri, 26 Aug 2005 15:53:41 +0200
Ger Remmers <[EMAIL PROTECTED]> wrote:

> On Friday 26 August 2005 15:21, Mattias Gaertner wrote:
> > On Fri, 26 Aug 2005 14:08:57 +0200
> >
> [..]
> >
> > Either use the IDE or use command line:
> >
> > cd project_directory
> > gdb project1
> > run
> > ... wait ... press Ctrl-C
> > backtrace
> > continue
> > ... wait ... press Ctrl-C
> > backtrace
> > ...
> >
> after 10, 20, 60 seconds running. I hope it'll tell you something
> 
> (gdb) run
> Starting program: /home/laz/projecten/designer/project1
> Filename : /home/laz/projecten/designer/No-Parts.bmp
> File size : 167836678
> Start loading at : 15:45:54
> 
> Program received signal SIGINT, Interrupt.
> 0x08053680 in SYSTEM_MOVE$formal$formal$LONGINT ()
> (gdb) backtrace
> #0  0x08053680 in SYSTEM_MOVE$formal$formal$LONGINT ()
> #1  0x0807bb63 in CLASSES_TMEMORYSTREAM_$__REALLOC$LONGINT$$POINTER ()
> #2  0x0807ba83 in CLASSES_TMEMORYSTREAM_$__SETCAPACITY$LONGINT ()
> #3  0x0807bd50 in CLASSES_TMEMORYSTREAM_$__WRITE$formal$LONGINT$$LONGINT
> () #4  0x0807ad40 in CLASSES_TSTREAM_$__COPYFROM$TSTREAM$INT64$$INT64 ()
> #5  0x081053dc in TBITMAP__READSTREAM (STREAM=0x404b4154, USESIZE=true, 
> SIZE=167836678, this=0x404bca54)
>     at bitmap.inc:542

Did you update your lazarus?
At line 542 there is no CopyFrom call.
There should be a SetSize call just in front the CopyFrom.


Mattias

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

Reply via email to