Re: [Development] [Q] Good way to handle QEvent::DeferredDelete

2013-12-31 Thread Elvis Lee(KwangWoong Lee)
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

Re: [Development] [Q] Good way to handle QEvent::DeferredDelete

2013-12-29 Thread Elvis Lee(KwangWoong Lee)
>-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

Re: [Development] [Q] Good way to handle QEvent::DeferredDelete

2013-12-26 Thread Elvis Lee(KwangWoong Lee)
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

[Development] [Q] Good way to handle QEvent::DeferredDelete

2013-12-26 Thread Elvis Lee(KwangWoong Lee)
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

[Development] Debugging qwindow-compositor with example/opengl/hellogl_es2

2012-07-19 Thread Elvis Lee
() 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

[Development] Patches for QPA KMS

2012-07-19 Thread Elvis Lee
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

Re: [Development] Compile fails after Q_DECLARE_SHARED(QDebug)

2012-07-17 Thread Elvis Lee
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. > -