Bug 87945

Summary: [EFL] Calling WebCore::systemBeep() causes crash
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, naginenis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2012-05-31 02:31:43 PDT
Calling WebCore::systemBeep() causes crash. The reason for that is that ecore_x_bell(0) is called but ecore_x_init(0) is never called beforehand for initializing. This causes the following test to crash: fast/dom/shadow/cppevent-in-shadow.html
Attachments
Sudarsana Nagineni (babu)
Comment 1 2012-05-31 02:56:01 PDT
Same as bug 86961.
Chris Dumez
Comment 2 2012-05-31 03:05:48 PDT
Nice catch Babu, marking as duplicate. *** This bug has been marked as a duplicate of bug 86961 ***
Note You need to log in before you can comment on or make changes to this bug.