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

Thiago Macieira thiago.macieira at intel.com
Mon Dec 30 12:23:05 CET 2013


On segunda-feira, 30 de dezembro de 2013 10:44:15, Elvis Lee wrote:
> #24 0x3b60a0a8 in ?? ()
> #25 0x3b60a0a8 in ?? ()
> Backtrace stopped: previous frame identical to this frame (corrupt stack?)
> 
> I don't know what's here.
> 3b60a000-3b60b000 rwxp 00000000 00:00 0
> 3b60b000-3b60c000 ---p 00000000 00:00 0

It's the JIT'ted code by V8. Nothing except a JIT uses pages simuntaneously 
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 turn JIT off in V4 too.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20131230/4a3638a8/attachment.sig>


More information about the Development mailing list