Closed
Bug 739123
Opened 13 years ago
Closed 13 years ago
Built B2G on MacOS causes "Segmentation fault: 11"
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 555727
People
(Reporter: yury, Unassigned)
Details
(see also https://github.com/andreasgal/gaia/issues/983)
Steps from the wiki at https://wiki.mozilla.org/Gaia/Hacking:
Pull the code: hg clone http://hg.mozilla.org/mozilla-central src and cd src
Create a mozconfig:
mk_add_options MOZ_OBJDIR=../build
mk_add_options MOZ_MAKE_FLAGS="-j9 -s"
ac_add_options --enable-application=b2g
ac_add_options --disable-libjpeg-turbo
Execute b2g: ../build/dist/B2G.app/Contents/MacOS/b2g
That causes the application fail with "Segmentation fault: 11", few lines from OSX crash report:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 XUL 0x0000000101221145 nsIFrame::SetOverflowAreas(nsOverflowAreas const&) + 69 (BaseRect.h:260)
1 XUL 0x0000000101226ea4 nsIFrame::FinishAndStoreOverflow(nsOverflowAreas&, nsSize) + 2786 (nsFrame.cpp:6801)
2 XUL 0x000000010124e875 nsLineLayout::RelativePositionFrames(nsLineLayout::PerSpanData*, nsOverflowAreas&) + 725 (nsLineLayout.cpp:2701)
3 XUL 0x0000000101211921 nsBlockFrame::PlaceLine(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsFloatManager::SavedState*, nsRect&, int&, bool*) + 701 (nsBlockFrame.cpp:4278)
4 XUL 0x000000010121268b nsBlockFrame::DoReflowInlineFrames(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsFlowAreaRect&, int&, nsFloatManager::SavedState*, bool*, LineReflowStatus*, bool) + 1147 (nsBlockFrame.cpp:3760)
5 XUL 0x0000000101212a5c nsBlockFrame::ReflowInlineFrames(nsBlockReflowState&, nsLineList_iterator, bool*) + 506 (nsBlockFrame.cpp:3481)
6 XUL 0x0000000101213ecb nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, bool*) + 681 (nsBlockFrame.cpp:2567)
7 XUL 0x00000001012144bf nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&) + 1053 (nsBlockFrame.cpp:2022)
8 XUL 0x000000010120cc8d nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned int&) + 1147 (nsBlockFrame.cpp:1071)
Comment 1•13 years ago
|
||
Dupe of bug 732467?
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•