Hi Pritpal,

If I do 2), this is the new error appearing:

---
Unrecoverable error 6005: Exception SIGSEGV at address 0x20
Called from QT_QWIDGET_SHOW(0)
Called from (b)QWIDGET(0) in ../../TQWidget.prg
Called from QMAINWINDOW:SHOW(0) in ../../TQWidget.prg
Called from XBPDIALOG:SHOW(0) in ../../xbpwindow.prg
Called from BUILDADIALOG(170) in demoxbp.prg
Called from MAIN(80) in demoxbp.prg
---

It's somewhere inside QT:
---
[...]
==28863==    by 0x81561EA: hb_errInternal (errint.c:64)
==28863==    by 0x81159DE: hb_signalExceptionHandler (extrap.c:354)
==28863==    by 0x5C3C5FF: (within /lib/tls/i686/cmov/libpthread-2.9.so)
==28863==    by 0x5D9B826: XSetCommand (in /usr/lib/libX11.so.6.2.0)
==28863== by 0x5DA010B: XSetWMProperties (in /usr/lib/libX11.so. 6.2.0) ==28863== by 0x4460FE0: QWidgetPrivate::create_sys(unsigned long, bool, bool) (in /usr/lib/libQtGui.so.4.5.0) ==28863== by 0x4422E1B: QWidget::create(unsigned long, bool, bool) (in /usr/lib/libQtGui.so.4.5.0) ==28863== by 0x442686D: QWidget::setVisible(bool) (in /usr/lib/ libQtGui.so.4.5.0)
==28863==    by 0x80B83B1: HB_FUN_QT_QWIDGET_SHOW (qwidget.h:473)
==28863==    by 0x810AAA9: hb_vmProc (hvm.c:5720)
[...]
---

Brgds,
Viktor

On 2009.07.12., at 9:50, Pritpal Bedi wrote:


Hello Viktor


Viktor Szakáts wrote:

Yes, I can confirm. Only with -mt, though.


Can you guess what could be the issue?

1. #define hbqt_par_QString( n ) ( ( QString ) hb_parcx( n )
)
  or its variants?

2. MT core issue which transfers these calls.

Can you try with changing TQWidget():setWindowTitle( ctitle ) with INLINE
NIL
I want to check if it is "string" issue of something else.

Regards
Pritpal Bedi



--
View this message in context: 
http://www.nabble.com/HBQT---Linux-Ubuntu-9.4-tp24451011p24451806.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

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

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

Reply via email to