On Sun, Mar 9, 2008 at 3:51 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote:

>  If after full clean build the problem will still exist then please
>  make tests using valgrind and send here stderr output, f.e.:
>    valgrind --tool=memcheck --leak-check=yes --num-callers=16 -v \
>       ./yourapp 2> log.out

Can this help?

==4019== 1 errors in context 1 of 1:
==4019== Invalid write of size 1
==4019==    at 0x80939A4: hb_gt_getClipboard (gtclip.c:85)
==4019==    by 0x8089E8C: hb_gt_def_Info (hbgtcore.c:1529)
==4019==    by 0x80840AE: hb_gtInfo (gtapi.c:893)
==4019==    by 0x80855B6: HB_FUN_HB_GTINFO (gtfunc.c:108)
==4019==    by 0x805C934: hb_vmDo (hvm.c:4868)
==4019==    by 0x8057A33: hb_vmExecute (hvm.c:1057)
==4019==    by 0x8049C37: HB_FUN_MAIN (in /mnt/win_q/dvl/src/mytests/tt97)
==4019==    by 0x805C934: hb_vmDo (hvm.c:4868)
==4019==    by 0x806654D: main (mainstd.c:66)
==4019==  Address 0xF is not stack'd, malloc'd or (recently) free'd
--4019--

where tt97.prg is:

#include "hbcompat.ch"

procedure main()

  ? GTSETCLIPBOARD( "test clip" )

  ? GTGETCLIPBOARD()

  return

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to