Thiago and Simon
> From Thiago
> It's the JIT'ted code by V8. Nothing except a JIT uses pages
simultaneously
> writeable and executable -- they're a major security nightmare.
> Unfortunately, I need to know what called it. That's why you need to use
5.2.0
> and a debug build. You might need to
>-Original Message-
>
>You're actually describing a bug (which is on-topic for dev@). As I said
>in my other email, there's a condition under which the loop level is 1.
>The level is incremented by 1 on entry to the new loop, plus 1 more when
>delivering events.
>But there are certain
Hi Robin,
> So, your application code will be invoked when there is something to respond
> to (an event) - like a timer, socket activity, user
> input, etc. When that is done, the control has returned to Qt, and Qt goes
> back to sleeping, waiting for new events.
> At some point (I’m not sure
Hello.
I'm looking for good way to handle objects which have called deleteLater.
According to what I understood until now, there are 2 ways to handle them.
One is making control return to the event loop. Another is calling
QCoreApplication::sendPostedEvents(0, QEvent::DeferredDelete) explicit
() at
kernel/qguiapplication.cpp:1037
#46 0x772f1c2e in QApplication::exec () at
kernel/qapplication.cpp:2942
#47 0x00405faf in main (argc=1, argv=0x7fffe428) at main.cpp:51
(gdb)
--
Elvis Lee (이광웅)
Software Engineer @ LG Electronics Inc.
CTO Division / SW Platform Lab
yet.
Would you give me any advice?
Thanks.
Elvis.
--
Elvis Lee (이광웅)
Software Engineer @ LG Electronics Inc.
CTO Division / SW Platform Lab. / Advanced OS Tech Team.
Yang-jae dong 221, Seoul, Korea.
___
Development mailing list
Exactly, you're right. The old headers has been included.
I should separate other install prefixes from Qt.
Really, thanks.
Elvis.
--
Elvis Lee (이광웅)
Software Engineer @ LG Electronics Inc.
CTO Division / SW Platform Lab. / Advanced OS Tech Team.
Yang-jae dong 221, Seoul, Korea.
> -