[Webkit-unassigned] [Bug 64848] New: Leopard Intel Release Bot Failure: AppKit, can't map file, errno=12

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 19 23:56:14 PDT 2011


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

           Summary: Leopard Intel Release Bot Failure: AppKit, can't map
                    file, errno=12
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: MakingBotsRed
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: mrowe at apple.com, wsiegrist at apple.com,
                    evan at chromium.org, jam at chromium.org,
                    dpranke at chromium.org


Since r91327 (http://trac.webkit.org/changeset/91327), the Leopard Intel Release build has failed with a linker error:

[[
Ld /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore normal i386
    cd /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/Source/WebCore
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    /Developer/usr/bin/g++-4.2 -arch i386 -dynamiclib -L/Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/Release -F/Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/Release -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -F/System/Library/Frameworks/CoreServices.framework/Frameworks -F/System/Library/PrivateFrameworks -filelist /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/i386/WebCore.LinkFileList -Wl,--no-demangle -exported_symbols_list /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/Release/DerivedSources/WebCore/WebCore.exp -install_name /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore -mmacosx-version-min=10.5 -Wl,-dead_strip -lWebCoreSQLite3 -lobjc -lANGLE -allowable_client WebCoreTestSu
 pport -sub_library libobjc -umbrella WebKit -framework Accelerate -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework Carbon -framework Cocoa -framework CoreAudio -framework IOKit -framework JavaScriptCore -licucore -lobjc -lxml2 -lz -framework OpenGL -framework QuartzCore -framework SystemConfiguration -Wl,-single_module -compatibility_version 1 -current_version 535.1 -o /Volumes/Big/WebKit-BuildSlave/leopard-intel-release/build/WebKitBuild/Release/WebCore.framework/Versions/A/WebCore
ld: in /System/Library/Frameworks//AppKit.framework/AppKit, can't map file, errno=12
collect2: ld returned 1 exit status
]]

See <http://build.webkit.org/builders/Leopard%20Intel%20Release%20%28Build%29/builds/37077/steps/compile-webkit/logs/stdio> for more details.

Obviously r91327 isn't responsible for this since it's a rebaseline.

>From the error message, it looks like we are running into memory resource limits.

>From briefly searching on Google, it seems like a similar issue has arose in the Chromium project. One such reference is in <http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/71514c43342ff0aa>.

-- 
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