| Summary: | offsets.rb:183:in `buildOffsetsMap': unhandled exception – is offlineasm dependency tracking broken? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | fpizlo, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Mark Rowe (bdash)
2014-05-07 19:51:02 PDT
This interrupts about every 3rd build that I do. (In reply to comment #1) > This interrupts about every 3rd build that I do. Do you do anything between those three builds, other than WebCore changes? I'm flipping between branches, between architectures and between targets (iOS/OS X).
Possibly related, incremental builds often fail with:
Undefined symbols for architecture x86_64:
"_callToJavaScript", referenced from:
__ZN3JSC7JITCode7executeEPNS_2VMEPNS_14ProtoCallFrameE in JITCode.o
"_callToNativeFunction", referenced from:
__ZN3JSC11Interpreter11executeCallEPNS_9ExecStateEPNS_8JSObjectENS_8CallTypeERKNS_8CallDataENS_7JSValueERKNS_7ArgListE in Interpreter.o
"_llint_entry", referenced from:
__ZN3JSC5LLInt10initializeEv in LLIntData.o
"_sanitizeStackForVMImpl", referenced from:
__ZN3JSC18sanitizeStackForVMEPNS_2VME in VM.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Assigning to Michael since he was the last one to mess with offlineasm. iOS/OS X use different build product directories FWIW Believe this to be a Xcode issue. Tracked in |