Bug 134892

Summary: [UNIX] Log error description when failing to create shared memory file.
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, cgarcia, commit-queue, darin, gustavo, mrobinson, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Carlos Alberto Lopez Perez 2014-07-14 12:26:02 PDT
On the ARM GTK bot the API test WebKit2Gtk/TestFrame:hide is failing with the following errors:


http://build.webkit.org/builders/GTK%20Linux%20ARM%20Release/builds/3035/steps/API%20tests/logs/stdio :
[..............]
 /webkit2/WebKitFindController/hide:                                  Failed to create shared memory file /WK2SharedMemory.2654833468

Failed to create shared memory file /WK2SharedMemory.252736190

Failed to create shared memory file /WK2SharedMemory.1351846665

Failed to create shared memory file /WK2SharedMemory.2627554507

Failed to create shared memory file /WK2SharedMemory.1604822939

**

ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitFindController.cpp:271:void testFindControllerHide(FindControllerTest*, gconstpointer): assertion failed: (originalSurface)

FAIL
[..............]

The error isn't very helpful, so logging the cause (errno description) will help to identify the underlying problem.
Comment 1 Carlos Alberto Lopez Perez 2014-07-14 12:32:10 PDT
Created attachment 234873 [details]
Patch
Comment 2 WebKit Commit Bot 2014-07-14 14:37:45 PDT
Comment on attachment 234873 [details]
Patch

Clearing flags on attachment: 234873

Committed r171084: <http://trac.webkit.org/changeset/171084>
Comment 3 WebKit Commit Bot 2014-07-14 14:37:48 PDT
All reviewed patches have been landed.  Closing bug.