[Webkit-unassigned] [Bug 117205] Update udis86 to a more recent version
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 5 09:32:27 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117205
--- Comment #14 from Brendan Long <b.long at cablelabs.com> 2013-06-05 09:31:01 PST ---
My Mac builds works now, but I get this error at runtime:
Current executable set to 'WebKitBuild/Debug/JavaScriptCore.framework/Resources/jsc' (x86_64).
(lldb) run
Process 37326 launched: '/Users/blong/workspace/webkit/WebKitBuild/Debug/JavaScriptCore.framework/Resources/jsc' (x86_64)
dyld: Symbol not found: __ZN3JSC13PropertyTable6s_infoE
Referenced from: /Users/blong/workspace/webkit/WebKitBuild/Debug/JavaScriptCore.framework/Resources/jsc
Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
in /Users/blong/workspace/webkit/WebKitBuild/Debug/JavaScriptCore.framework/Resources/jsc
Process 37326 stopped
* thread #1: tid = 0x1f03, 0x00007fff5fc0106d dyld`dyld_fatal_error + 1, stop reason = EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0)
frame #0: 0x00007fff5fc0106d dyld`dyld_fatal_error + 1
dyld`dyld_fatal_error + 1:
-> 0x7fff5fc0106d: nop
dyld`dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*):
0x7fff5fc0106e: pushq %rbp
0x7fff5fc0106f: movq %rsp, %rbp
0x7fff5fc01072: pushq %r15
It doesn't seem related to the patch though, because I get the same error if I build the commit before that. I'm not really sure what's wrong with my environment, but is there any chance you can test this on yours? The patch works for me with QtWebKit on Ubuntu.
--
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