From: "Alvise Nicoletti" <[EMAIL PROTECTED]>
Hi... backtracing misterious crashes in wince with gdb i found a segmentation fault on binary loading on that row: (collect.inc row 169)
Notify(Item,cnAdded);

I'm not expert enough to debug this things, but I tryed to uncomment that row and got that new error:
Segmentation fault on collect.inc:144, that is that row:
FPropName:='';     //!! Should be replaced by the proper routines.

Does your project crash with the same error when run without debugger?

For one of my projects (non LCL) I encountered AV error under debugger in some place of code, but after pressing continue the program run fine. There was no error if the program was run directly on device without debugger.

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

Reply via email to