Bug 87945
| Summary: | [EFL] Calling WebCore::systemBeep() causes crash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit EFL | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sudarsana Nagineni (babu)
Same as bug 86961.
Chris Dumez
Nice catch Babu, marking as duplicate.
*** This bug has been marked as a duplicate of bug 86961 ***