Bug 16549
Summary: | WebKit nightly build failing to launch on PowerPC G3s | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pyro <pyro3d> |
Component: | WebKit Misc. | Assignee: | Mark Rowe (bdash) <mrowe> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrowe, nicoya |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (PowerPC) | ||
OS: | OS X 10.4 | ||
URL: | http://paste.lisp.org/display/52855 |
Pyro
every-time I open webkit, it almost immediately crashes. I have tried my on build, but to a build error.
I have made sure my software. I am on an iBook G3 (Dual USB) 14' with 256MB of RAM and a 900mhz processor.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
The first build in which this is broken is r27031, which is the first super-fat (10.4 + 10.5) nightly build. I must have broken something in my build scripts.
Mark Rowe (bdash)
And the cause is:
$ otool -arch ppc -hV "WebKitLibraries/libWebKitSystemInterfaceTiger.a(cuEnc64.o)"
WebKitLibraries/libWebKitSystemInterfaceTiger.a(cuEnc64.o):
Mach header
magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
MH_MAGIC PPC ppc7400 0x00 OBJECT 3 1248 SUBSECTIONS_VIA_SYMBOLS
The copy of libWebKitSystemInterfaceTiger.a in SVN is not very Tiger-friendly.
Mark Rowe (bdash)
*** Bug 16566 has been marked as a duplicate of this bug. ***
Mark Rowe (bdash)
Fix landed in r28949.