[Webkit-unassigned] [Bug 60030] New: WebKit's tools and/or build process should prevent adding data exports to JavaScriptCore.def

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 3 09:05:27 PDT 2011


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

           Summary: WebKit's tools and/or build process should prevent
                    adding data exports to JavaScriptCore.def
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: jberlin at webkit.org


Exporting data via JavaScriptCore.def doesn't work. It will make the linker happy, but the behavior at runtime will be wrong (e.g., it can lead to crashes).

Here are some example commits that had to deal with this problem:

http://trac.webkit.org/changeset/85605
http://trac.webkit.org/changeset/79222
http://trac.webkit.org/changeset/49247

We should make our tools and/or build process prevent data exports from being added to JavaScriptCore.def.

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