[Interest] Making use of qt_addObject and qt_removeObject in Windows (Qt5) ?

2015-06-15 Thread Andre Barth
Hi all, Any ideas how would I make use of the extern functions qt_addObject() and qt_removeObject(), respectively? (In Windows) Do I have to write loader / injection code myself that hooks up my functions instead? Thanks ___ Interest mailing list Int

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-24 Thread Andre Barth
Are you on Wifi (only)? We did run into similar issues on 5.3.2 (but I don't know whether this is related to your problem, too): The reason for our problem was/is, that ... "...it looks as if Qt’s “Network Configuration Manager” was polling the Wifi engine every 10 seconds for available network

[Interest] Qt polls available Wifi interfaces every 10 seconds for available networks, Windows 7, Qt 5.3.2

2015-02-04 Thread Andre Barth
mendations? e.g. would one have to keep the life time of a QNetworkAccessManager instance to the bare minimum? Thanks, Andre From: interest-bounces+andre.barth=autodesk@qt-project.org [mailto:interest-bounces+andre.barth=autodesk....@qt-project.org] On Behalf Of Andre Barth Sent: Thurs

Re: [Interest] Running FancyBrowser / QtWebKit example causes periodical wifi network delay & VOIP interruption, Qt 5.3.2, Windows 7 x64

2015-01-28 Thread Andre Barth
llan Sandfeld Jensen [mailto:carew...@gmail.com] On Behalf Of Allan Sandfeld Jensen Sent: Thursday, January 29, 2015 12:43 AM To: interest@qt-project.org Cc: Andre Barth Subject: Re: [Interest] Running FancyBrowser / QtWebKit example causes periodical wifi network delay & VOIP interruption,

[Interest] Running FancyBrowser / QtWebKit example causes periodical wifi network delay & VOIP interruption, Qt 5.3.2, Windows 7 x64

2015-01-28 Thread Andre Barth
Hi all, When running the Fancybrowser example from the Qt 5.3.2 SDK I'm experiencing a periodical delay in transmitting network data over my wifi connection. Doing a parallel [ping -t] to another machine inside the same subnetwork shows a spike-like increase of the ping time every 5 seconds or

Re: [Interest] ASSERT / Debug Crash in Qt 5.3.2. WTF, Windows x64, LLIntData.cpp at bitwise_cast(&testVector)[sizeof(void*)/sizeof(uint32_t) + 1] == 42)

2014-10-12 Thread Andre Barth
he default compiler settings. Apart from that & from your POV - is the failing assert problematic? Thanks, Andre -Original Message- From: Allan Sandfeld Jensen [mailto:carew...@gmail.com] On Behalf Of Allan Sandfeld Jensen Sent: Friday, October 10, 2014 5:22 PM To: Andre Barth Cc:

Re: [Interest] ASSERT / Debug Crash in Qt 5.3.2. WTF, Windows x64, LLIntData.cpp at bitwise_cast(&testVector)[sizeof(void*)/sizeof(uint32_t) + 1] == 42)

2014-10-10 Thread Andre Barth
y did for QWebKit was DEFINES += ENABLE_JIT=0 ENABLE_YARR_JIT=0 ENABLE_ASSEMBLER=0 Thanks, Andre -Original Message- From: Allan Sandfeld Jensen [mailto:carew...@gmail.com] On Behalf Of Allan Sandfeld Jensen Sent: Friday, October 10, 2014 4:25 PM To: Andre Barth Cc: interest@qt-project.org S

Re: [Interest] ASSERT / Debug Crash in Qt 5.3.2. WTF, Windows x64, LLIntData.cpp at bitwise_cast(&testVector)[sizeof(void*)/sizeof(uint32_t) + 1] == 42)

2014-10-10 Thread Andre Barth
lto:carew...@gmail.com] On Behalf Of Allan Sandfeld Jensen Sent: Friday, October 10, 2014 3:09 PM To: interest@qt-project.org Cc: Andre Barth Subject: Re: [Interest] ASSERT / Debug Crash in Qt 5.3.2. WTF, Windows x64, LLIntData.cpp at bitwise_cast(&testVector)[sizeof(void*)/sizeof(uint3

[Interest] ASSERT / Debug Crash in Qt 5.3.2. WTF, Windows x64, LLIntData.cpp at bitwise_cast(&testVector)[sizeof(void*)/sizeof(uint32_t) + 1] == 42)

2014-10-09 Thread Andre Barth
Hi all, I built a JIT-free version of Qt 5.3.2 (Win64) and now run into this assertion in ..\Qt\qtwebkit\Source\JavaScriptCore\llint\LLIntData.cpp Vector testVector; testVector.resize(42); ASSERT(bitwise_cast(&testVector)[sizeof(void*)/sizeof(uint32_t)+ 1]  == 42); Here is a bug report / chang