Closed
Bug 211021
Opened 22 years ago
Closed 22 years ago
won't start on Panther
Categories
(Core Graveyard :: GFX: Mac, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: thesin, Assigned: sfraser_bugs)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/85 (KHTML, like Gecko) Safari/85
Build Identifier: Can't get to the about mozilla but it's 1.4.0rc3 nightly build of june 28th
Starting program: /Applications/Mozilla.app/Contents/MacOS/mozilla-bin
Reading symbols for shared libraries +++++.................................................. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
/Applications/Mozilla.app/Contents/MacOS/mozilla-bin: can't map file: /Library/Internet Plug-
Ins/Java Applet.plugin ((os/kern) invalid argument)
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries warning: Pre-compiled symbol file "/usr/libexec/gdb/
symfiles/libjvm.dylib.syms" is out of date (Sat Jun 14 09:22:51 2003 vs. Sat Jun 14 09:48:
40 2003); ignoring
. done
Reading symbols for shared libraries warning: Pre-compiled symbol file "/usr/libexec/gdb/
symfiles/libverify.dylib.syms" is out of date (Tue Jun 17 04:24:40 2003 vs. Tue Jun 17 04:32:
14 2003); ignoring
. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x00e40214 in nsRegionMac::GetRects(nsRegionRectSet**) ()
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
Well, you know that it's a preview only, and you just broke your NDA ? Just
kidding ;-)
Anyway, it looks to me that mRegion isn't initialized properly, or maybe the
native region has changed its structure. See the 'Internal' structure at
http://lxr.mozilla.org/seamonkey/source/gfx/src/mac/nsRegionMac.cpp#212
well talking about Panther doesn't break it since it was shown at WWDC so ppl know it
exists, but your right I can't give much more about the system, I'm hoping it's just a
changed ns or the fact that it now uses gcc 3,3 which breaks all 3.1 ABI so all the C++
stuff just needs a recompile using gcc3.3. I've attempted to rebuild it but I have Xfree
installed and even with --without-x it still wants to build with Xfree using glib and such. I
wouls have no problems in rebuilding it for you guys to test it. But I'd need to OSX build
prodedures. BTW I really miss my Mozilla :)
This happens on the OS X 10.3 (Panther) Developer Preview (build 7A179) on two
different hardware platforms here. Other Gecko-using apps seem to be dying in a
different way, however (hanging, rather than crashing).
Comment 4•22 years ago
|
||
has anyone here tried building on Panther yet to see if those builds fail the
same way?
give me the configure string or the project builder file and I'd be happy to try and build it.
Every time I try it builds an X11 version and not and OSX .app
According to at least one comment on VersionTracker, this also affects Camino &
Firebird.
http://www.versiontracker.com/php/feedback/article.php?story=20030625093313685
In my completely unfounded opinion, it's not improbable that this is the fault
of buggy Panther alphas and will be corrected in the next few months. Someone at
Apple should be consulted directly. Don't suppose Dave Hyatt is available?
Assignee: general → mozbugs-build
Severity: normal → critical
Status: UNCONFIRMED → NEW
Component: Browser-General → Build Config
Ever confirmed: true
QA Contact: general → granrose
Comment 7•22 years ago
|
||
The short story is "lots of stuff suddenly crashes down in OS code". Well, it's
a preview after all.
See http://weblogs.mozillazine.org/pinkerton/
Comment 8•22 years ago
|
||
Runtime issues do not fall under the Build/Config component. If you cannot
build on Panther, then file a bug on Build/Config.
Building on OSX still requires glib & libIDL, see
http://www.mozilla.org/build/mac.html for details. It should only build the X11
version of the client if you specify --enable-default-toolkit=TK, TK is xlib,
gtk or gtk2.
Assignee: mozbugs-build → sfraser
Component: Build Config → GFX: Mac
QA Contact: granrose → ian
| Assignee | ||
Comment 9•22 years ago
|
||
Panther is NDA. This bug should not be here. We're working on this issue internally.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 10•22 years ago
|
||
*** Bug 211254 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 11•22 years ago
|
||
just to clarify camino works fine, but it's just not mozilla
Comment 12•22 years ago
|
||
Note that the crash that was mentioned in comment 0, should be fixed by bug
211476 (just checked in).
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•