[Webkit-unassigned] [Bug 129294] [Inspector][EFL] Can't resume a special break point on EFL inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 18:53:23 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129294





--- Comment #5 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2014-02-26 18:50:28 PST ---
(In reply to comment #4)
> After r164651, it can be reproducible with enabled/disabled JIT
> in release/debug mode too.

According to current our investigation, this problem occurs when events should be processed as a nested loop in ecore_main_loop. Because the ecore_main_loop doesn't support a nested loop basically.

So, ecore_main_loop_iterate() can't process "continue" inspector button as soon as a js click event occurs.


*ecore_main_loop_iterate()*

"Runs a single iteration of the main loop to process everything on the queue.

It does everything that is already done inside an Ecore main loop, like checking for expired timers, idlers, etc. But it will do it only once and return, instead of keep watching for new events.

DO NOT use this function unless you are the person God comes to ask for advice when He has trouble managing the Universe."

http://docs.enlightenment.org/auto/emotion/group__Ecore__Main__Loop__Group.html#ga7f5463c1d4f3f020968ed06d6e5816cb

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list