qtRoot

Hi,

I am running on MacOS Snow Leopard. I have root 5.30 successfully installed. I also have qt 4.7.3 installed.

I am getting a crash every time I try to create a TQtWidget object. It appears the error is occuring at the following line: 0x0000000102580798 in QVector<QPaintDevice*>::indexOf ()

Here is more detail. Can you help me get this working?

Jon-Ledermans-MacBook-Pro-5:MacOS jon$ source /Users/jon/developer/apps/root/bin/thisroot.sh
Jon-Ledermans-MacBook-Pro-5:MacOS jon$ pwd
/Users/jon/Desktop/rootest/qtr.app/Contents/MacOS
Jon-Ledermans-MacBook-Pro-5:MacOS jon$ ./qtr

*** Break *** segmentation violation

===========================================================
There was a crash.
This is the entire stack trace of all threads:

Thread 3 (process 97766):
#0 0x00007fff87393a2a in __workq_kernreturn ()
#1 0x00007fff87393e3c in _pthread_wqthread ()
#2 0x00007fff87393aa5 in start_wqthread ()

Thread 2 (process 97766):
#0 0x00007fff87392c0a in kevent ()
#1 0x00007fff87394add in _dispatch_mgr_invoke ()
#2 0x00007fff873947b4 in _dispatch_queue_invoke ()
#3 0x00007fff873942de in _dispatch_worker_thread2 ()
#4 0x00007fff87393c08 in _pthread_wqthread ()
#5 0x00007fff87393aa5 in start_wqthread ()

Thread 1 (process 97766):
#0 0x00007fff873f7b28 in wait4 ()
#1 0x00007fff8740c0e6 in system ()
#2 0x00000001000ed81c in TUnixSystem::StackTrace ()
#3 0x00000001000ea9c1 in TUnixSystem::DispatchSignals ()
#4
#5 0x0000000102580798 in QVector<QPaintDevice*>::indexOf ()
#6 0x000000010257a471 in TGQt::RegisterWid ()
#7 0x00000001025916ea in TQtWidget::Init ()
#8 0x0000000102591b8a in TQtWidget::TQtWidget ()
#9 0x0000000100007403 in main ()

You provide no information to reproduce your issue.
Please be aware that I personally have no access to Mac.
It would be nice if you could try to reproduce your problem with another platform.