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
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
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
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,
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
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:
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
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
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