Closed
Bug 673017
Opened 12 years ago
Closed 11 years ago
Intermittent segfault while running test_IHistory.cpp on Linux, or bus error on OS X [***NOT: Expected true, got false***][*** [check] Error 139]
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
WORKSFORME
mozilla11
People
(Reporter: cmtalbert, Assigned: espindola)
References
Details
(Keywords: intermittent-failure)
Attachments
(3 files, 12 obsolete files)
1.79 KB,
patch
|
Details | Diff | Splinter Review | |
12.76 KB,
patch
|
mak
:
review+
espindola
:
checkin+
|
Details | Diff | Splinter Review |
1.33 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
There is an intermittent segfault occurring when running the make check test test_nsIHistory.cpp on linux desktop mobile builds. It has happened so far on both a QT (Bq) and standard (Bm) build. Re-running the Bm build on the same changeset caused it to go green, proving this is intermittent. I re-ran the build here: https://build.mozilla.org/buildapi/self-serve/mozilla-central/build/4656276 First known case of this (as far as I can tell) is changeset http://hg.mozilla.org/mozilla-central/rev/a80aa88ded45 today. The one I noticed it on and re-ran the build for was changeset: http://hg.mozilla.org/mozilla-central/rev/5c7a49dfa7f7 = Errors = Changeset: a80aa88ded45 s: moz2-linux-slave16 Linux QT mozilla-central build on 2011/07/20 12:44:02 TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_two_null_links_same_uri. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | 246 of 246 tests passed /bin/sh: line 1: 18859 Segmentation fault XPCOM_DEBUG_BREAK=stack-and-abort ../../../../../dist/bin/run-mozilla.sh ../../../../../dist/bin/$f NEXT ERROR make[5]: *** [check] Error 139 make[5]: Leaving directory `/builds/slave/m-cen-linuxqt/build/obj-firefox/toolkit/components/places/tests/cpp' NEXT ERROR make[4]: *** [check] Error 2 make[4]: Leaving directory `/builds/slave/m-cen-linuxqt/build/obj-firefox/toolkit/components/places/tests' NEXT ERROR make[3]: *** [check] Error 2 make[3]: Leaving directory `/builds/slave/m-cen-linuxqt/build/obj-firefox/toolkit/components/places' make[2]: *** [check] Error 2 make[2]: Leaving directory `/builds/slave/m-cen-linuxqt/build/obj-firefox/toolkit/components' make[1]: *** [check] Error 2 make[1]: Leaving directory `/builds/slave/m-cen-linuxqt/build/obj-firefox/toolkit' make: *** [check] Error 2 program finished with exit code 2 Changeset: 5c7a49dfa7f7 s: moz2-linux-slave21 Linux Mobile Desktop mozilla-central build on 2011/07/20 13:37:57 TEST-INFO | (/builds/slave/m-cen-lnx-mb/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_two_null_links_same_uri. TEST-INFO | (/builds/slave/m-cen-lnx-mb/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | 240 of 240 tests passed /bin/sh: line 1: 15022 Segmentation fault XPCOM_DEBUG_BREAK=stack-and-abort ../../../../../dist/bin/run-mozilla.sh ../../../../../dist/bin/$f NEXT ERROR make[5]: *** [check] Error 139 make[5]: Leaving directory `/builds/slave/m-cen-lnx-mb/build/obj-firefox/toolkit/components/places/tests/cpp' NEXT ERROR make[4]: *** [check] Error 2 make[4]: Leaving directory `/builds/slave/m-cen-lnx-mb/build/obj-firefox/toolkit/components/places/tests' NEXT ERROR make[3]: *** [check] Error 2 make[3]: Leaving directory `/builds/slave/m-cen-lnx-mb/build/obj-firefox/toolkit/components/places' make[2]: *** [check] Error 2 make[2]: Leaving directory `/builds/slave/m-cen-lnx-mb/build/obj-firefox/toolkit/components' make[1]: *** [check] Error 2 make[1]: Leaving directory `/builds/slave/m-cen-lnx-mb/build/obj-firefox/toolkit' make: *** [check] Error 2 program finished with exit code 2
Comment 1•12 years ago
|
||
This looks like the same failure: http://tinderbox.mozilla.org/showlog.cgi?log=Build-System/1311268102.1311273340.12134.gz#err0 It's on a regular desktop Firefox Linux64 build. Linux x86-64 build-system build on 2011/07/21 10:08:22
Comment 2•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311283026.1311287431.14880.gz Linux mozilla-central build on 2011/07/21 14:17:06 make[5]: Entering directory `/builds/slave/m-cen-lnx/build/obj-firefox/toolkit/components/places/tests/cpp' TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Disabling Idle Service. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_set_places_enabled. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_unvisted_does_not_notify_part1. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visited_notifies. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_unvisted_does_not_notify_part2. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_same_uri_notifies_both. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_unregistered_visited_does_not_notify. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_new_visit_notifies_waiting_Link. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_RegisterVisitedCallback_returns_before_notifying. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_observer_topic_dispatched. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_inserts. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_updates. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_preserves_shown_and_typed. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_creates_visit. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_transition_typed. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_transition_embed. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_new_visit_adds_place_guid. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_two_null_links_same_uri. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | 240 of 240 tests passed /bin/sh: line 1: 31114 Segmentation fault XPCOM_DEBUG_BREAK=stack-and-abort ../../../../../dist/bin/run-mozilla.sh ../../../../../dist/bin/$f NEXT ERROR make[5]: *** [check] Error 139 make[5]: Leaving directory `/builds/slave/m-cen-lnx/build/obj-firefox/toolkit/components/places/tests/cpp' NEXT ERROR make[4]: *** [check] Error 2 make[4]: Leaving directory `/builds/slave/m-cen-lnx/build/obj-firefox/toolkit/components/places/tests' make[3]: *** [check] Error 2 make[3]: Leaving directory `/builds/slave/m-cen-lnx/build/obj-firefox/toolkit/components/places' make[2]: Leaving directory `/builds/slave/m-cen-lnx/build/obj-firefox/toolkit/components' make[2]: *** [check] Error 2 make[1]: *** [check] Error 2make[1]: Leaving directory `/builds/slave/m-cen-lnx/build/obj-firefox/toolkit' make: *** [check] Error 2 program finished with exit code 2 elapsedTime=212.060998
Summary: Intermittent segfault while running test_nsIHistory.cpp on desktop mobile builds → Intermittent segfault while running test_nsIHistory.cpp on Linux
Comment 3•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311251763.1311270455.30940.gz
Comment 4•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311282587.1311291235.949.gz
Comment 5•12 years ago
|
||
probably the same as bug 672493, or better, probably same glib bug. we'll see when that patch lands.
Comment 6•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311332463.1311344458.7248.gz
Comment 7•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311343144.1311360135.18974.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311336986.1311345717.13943.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311351756.1311362388.29372.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311354122.1311367218.20093.gz
Comment 8•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311415708.1311430306.5693.gz http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311423938.1311435491.31819.gz
Summary: Intermittent segfault while running test_nsIHistory.cpp on Linux → Intermittent segfault while running test_IHistory.cpp on Linux
Comment 9•12 years ago
|
||
(In reply to comment #5) > probably the same as bug 672493, or better, probably same glib bug. > we'll see when that patch lands. For what its worth, SeaMonkey Linux64 Opt has been frequently hitting this, and that bug looks like its only protecting against a debug case at a quick glance.
Comment 10•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311598589.1311601400.15247.gz can you reproduce locally?
Comment 11•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311596288.1311604592.521.gz http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311596282.1311608673.20927.gz
Comment 12•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1311667862.1311680970.17987.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1311645181.1311654363.1824.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1311635366.1311642368.11819.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1311635382.1311640192.1759.gz http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311681843.1311689494.4181.gz
Comment 13•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311674037.1311685753.15655.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311674207.1311685550.13918.gz
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 15•12 years ago
|
||
ignore comment 14 please, wrong bug.
Comment 16•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311764665.1311779013.29076.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311715088.1311724220.17252.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311714182.1311729051.9222.gz
Comment 17•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1311792997.1311796560.18655.gz
Comment 18•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311831440.1311834212.30899.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311837122.1311844167.7969.gz
Comment 19•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311868413.1311878431.17551.gz
Comment 20•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1311894183.1311907306.27883.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1311889208.1311899447.20910.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1311892922.1311896036.4192.gz ...and some others; I haven't bothered pasting every single one here.
Comment 21•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311963497.1311975230.22235.gz http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1311973543.1311988688.13468.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311967982.1311977920.1956.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311967982.1311978491.4551.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311985531.1311988424.11969.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1311982082.1311991864.26084.gz
Comment 22•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312047302.1312054818.3395.gz
Comment 23•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1312235522.1312246834.19603.gz
Comment 24•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1312235522.1312249559.539.gz
Comment 25•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1312242911.1312253797.22610.gz
Comment 26•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312264209.1312265511.12964.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312264210.1312272263.7317.gz
Comment 27•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312299422.1312313171.11456.gz http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312311962.1312317992.2150.gz
Comment 28•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1312413044.1312416436.17140.gz
Comment 29•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1312419362.1312423490.18210.gz
Comment 30•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312416548.1312424408.22468.gz
Comment 31•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312416542.1312432736.28199.gz
Comment 32•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312461612.1312464918.15966.gz
Comment 33•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312449782.1312464140.11286.gz
Comment 34•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1312433605.1312440020.28228.gz
Comment 35•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1312465011.1312468272.1458.gz
Comment 36•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312450742.1312463476.7323.gz tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312452008.1312465643.19461.gz tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312429808.1312437099.15888.gz
Comment 37•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312459978.1312473743.31259.gz
Comment 38•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312459978.1312474883.4538.gz
Comment 39•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312481642.1312482631.6208.gz
Comment 40•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312481642.1312491608.17021.gz
Comment 41•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1312495971.1312514595.27760.gz
Comment 42•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312571109.1312581213.14739.gz
Comment 43•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312572002.1312585961.6592.gz
Comment 44•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312585656.1312600065.31094.gz
Comment 45•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312623482.1312637146.30178.gz
Comment 46•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Electrolysis/1312317633.1312322304.22426.gz
Comment 47•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312670555.1312673775.24206.gz
Comment 48•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312741688.1312754924.23261.gz
Comment 49•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1312798568.1312808320.13106.gz
Comment 50•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312806238.1312821186.16635.gz
Comment 51•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312829762.1312843584.26394.gz
Comment 52•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312839848.1312847477.13390.gz
Comment 53•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312846189.1312859194.1848.gz
Comment 54•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=ThunderbirdTrunk/1312851288.1312855146.17745.gz&fulltext=1 http://tinderbox.mozilla.org/showlog.cgi?log=ThunderbirdTrunk/1312844897.1312849608.23228.gz&fulltext=1 http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird-Aurora/1312841129.1312848511.18186.gz&fulltext=1
Comment 55•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312898277.1312907505.12896.gz
Comment 56•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1312925093.1312936732.29998.gz
Comment 57•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1312947728.1312948591.26313.gz
Comment 58•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1312415992.1312427321.3393.gz
Comment 59•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1312940162.1312953483.17838.gz
Comment 60•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312954764.1312967574.14737.gz
Comment 61•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312986403.1312989326.29647.gz
Comment 62•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1312940702.1312942735.28424.gz
Comment 63•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1312999280.1313003266.31071.gz
Comment 64•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Jaegermonkey/1313006228.1313010483.32533.gz
Comment 65•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Try/1312990016.1313003654.700.gz
Comment 66•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313010368.1313021378.24391.gz
Comment 67•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313024090.1313030473.3696.gz
Comment 68•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313017611.1313028488.27149.gz
Comment 69•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313030308.1313033726.18469.gz
Comment 70•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313030009.1313033967.19542.gz
Comment 71•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313022062.1313027057.19931.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313022062.1313032713.13524.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313022062.1313031313.7348.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313015882.1313029569.31908.gz
Comment 72•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313070604.1313079625.9353.gz
Comment 73•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Jaegermonkey/1313081169.1313085875.5308.gz
Comment 74•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Jaegermonkey/1313081169.1313091904.3449.gz
Comment 75•12 years ago
|
||
tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313094896.1313097201.29198.gz
Comment 76•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313110331.1313115244.23186.gz
Comment 77•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313098142.1313114479.19819.gz
Comment 78•12 years ago
|
||
This one's different! It's a bus error! http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313157524.1313168265.2882.gz OS X 10.6.2 mozilla-central build on 2011/08/12 06:58:44 make[5]: Nothing to be done for `check'. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Disabling Idle Service. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_set_places_enabled. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_unvisted_does_not_notify_part1. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visited_notifies. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_unvisted_does_not_notify_part2. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_same_uri_notifies_both. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_unregistered_visited_does_not_notify. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_new_visit_notifies_waiting_Link. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_RegisterVisitedCallback_returns_before_notifying. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_observer_topic_dispatched. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_inserts. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_updates. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_preserves_shown_and_typed. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_creates_visit. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_transition_typed. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_visituri_transition_embed. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_new_visit_adds_place_guid. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_two_null_links_same_uri. TEST-INFO | (/builds/slave/m-cen-osx64/build/toolkit/components/places/tests/cpp/test_IHistory.cpp) | 246 of 246 tests passed /bin/sh: line 1: 79922 Bus error XPCOM_DEBUG_BREAK=stack-and-abort ../../../../../dist/bin/run-mozilla.sh ../../../../../dist/bin/$f make[5]: *** [check] Error 138 make[4]: *** [check] Error 2 make[3]: *** [check] Error 2 make[2]: *** [check] Error 2 make[1]: *** [check] Error 2 make: *** [check] Error 2 program finished with exit code 2 elapsedTime=946.137366 TinderboxPrint: check<br/>10574/0 Unknown Error: command finished with exit code: 2 === Output ended ===
OS: Linux → All
Summary: Intermittent segfault while running test_IHistory.cpp on Linux → Intermittent segfault while running test_IHistory.cpp on Linux, or bus error on OS X
Comment 79•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313168151.1313173290.22065.gz
Comment 80•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313168166.1313177383.4188.gz
Comment 81•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313167929.1313181883.2301.gz
Comment 82•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313173822.1313189280.32282.gz
Comment 83•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313175163.1313178475.21158.gz
Comment 84•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313172362.1313180989.30802.gz
Comment 85•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313346368.1313356275.16996.gz
Comment 86•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1313417130.1313421509.23033.gz
Comment 87•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Electrolysis/1312317633.1312322304.22426.gz
Comment 88•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1313424762.1313428566.14860.gz
Comment 89•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313419088.1313433903.2044.gz
Comment 90•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313421903.1313438326.20051.gz
Comment 91•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313431126.1313442542.4216.gz
Comment 92•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313437568.1313453739.16217.gz
Comment 93•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313449229.1313453138.14063.gz
Comment 95•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313457242.1313468715.4183.gz
Comment 96•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313447648.1313461821.13524.gz
Comment 97•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313450402.1313465051.24360.gz
Comment 98•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313450408.1313464888.24087.gz
Comment 99•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313456342.1313459409.4389.gz
Comment 102•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1313532049.1313542958.3651.gz
Comment 110•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6010220 http://tbpl.allizom.org/php/getParsedLog.php?id=6010554 http://tbpl.allizom.org/php/getParsedLog.php?id=6010701
Comment 113•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6015407 http://tbpl.allizom.org/php/getParsedLog.php?id=6017122 http://tbpl.allizom.org/php/getParsedLog.php?id=6015887
Comment 117•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1313697991.1313708940.28226.gz
Comment 118•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Jaegermonkey/1313628488.1313637929.24016.gz
Comment 119•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313693882.1313701684.4261.gz
Comment 120•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313620144.1313632314.4530.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313620144.1313627993.24962.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313620135.1313633419.8087.gz
Comment 121•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Build-System/1313672740.1313684143.13489.gz
Comment 124•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313712532.1313719178.27853.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313701742.1313714660.13929.gz http://tinderbox.mozilla.org/showlog.cgi?log=Ionmonkey/1313701742.1313712114.5326.gz
Comment 130•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1314025922.1314029184.23833.gz
Comment 142•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6106160 http://tbpl.allizom.org/php/getParsedLog.php?id=6106519
Comment 146•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6114078 http://tbpl.allizom.org/php/getParsedLog.php?id=6114087
Assignee | ||
Comment 149•12 years ago
|
||
I am trying to run the test under valgrind to see if there is some non deterministic behavior in it.
Assignee | ||
Comment 151•12 years ago
|
||
This patch fixes the problems valgrind was finding. Given the comment just after the memset I am inserting, it looks like the problem is xpc_UnmarkGrayObject being called before the first gc cycle. I will try to debug this a bit more, but have just been preempted by another bug.
Assignee | ||
Comment 157•12 years ago
|
||
Comment on attachment 555813 [details] [diff] [review] demo patch This makes the program "valgrind clean", but it is probably not the fix we want. Do you think it is a good idea to check it in for a day or so to see if there is some other problem that is not seem by valgrind?
Attachment #555813 -
Flags: review?(ehsan)
Assignee | ||
Comment 161•12 years ago
|
||
I was unable to reproduce the problem on my desktop today. Will try it on one of the reference machines.
Updated•12 years ago
|
Attachment #555813 -
Flags: review?(ehsan) → review?(jorendorff)
Assignee | ||
Comment 162•12 years ago
|
||
The interesting bits from valgrind: ==12911== Conditional jump or move depends on uninitialised value(s) ==12911== at 0x5FDAADF: xpc_UnmarkGrayObject(JSObject*) (xpcpublic.h:177) ==12911== by 0x63CE437: _ZL12FinishCreateR14XPCCallContextP21XPCWrappedNativeScopeP18XPCNativeInterfaceP14nsWrapperCacheP16XPCWrappedNativePS8_.clone.173 (xpcprivate.h:2469) ==12911== by 0x63D0FC2: XPCWrappedNative::GetNewOrUsed(XPCCallContext&, xpcObjectHelper&, XPCWrappedNativeScope*, XPCNativeInterface*, int, XPCWrappedNative**) (xpcwrappednative.cpp:610) ==12911== by 0x63B85B0: nsXPCComponents::AttachNewComponentsObject(XPCCallContext&, XPCWrappedNativeScope*, JSObject*) (xpccomponents.cpp:4370) ==12911== by 0x63AB3E6: nsXPConnect::InitClasses(JSContext*, JSObject*) (nsXPConnect.cpp:1014) ==12911== by 0x63C7A26: XPCJSContextStack::GetSafeJSContext(JSContext**) (xpcthreadcontext.cpp:290) ==12911== by 0x623CA4D: nsScriptSecurityManager::GetSafeJSContext() (nsScriptSecurityManager.cpp:326) .... ==12911== Uninitialised value was created by a heap allocation ==12911== at 0x4A05016: memalign (vg_replace_malloc.c:532) ==12911== by 0x4A0506F: posix_memalign (vg_replace_malloc.c:660) ==12911== by 0x63C49B9: XPConnectGCChunkAllocator::doAlloc() (xpcjsruntime.cpp:1469) ==12911== by 0x6945024: void* js::gc::RefillTypedFreeList<JSObject>(JSContext*, unsigned int) (jsgcchunk.h:63) ==12911== by 0x6A419AB: js::GlobalObject::create(JSContext*, js::Class*) (jsgcinlines.h:219) ==12911== by 0x68D35EB: JS_NewCompartmentAndGlobalObject (jsapi.cpp:3044) ==12911== by 0x63AD3BE: CreateNewCompartment(JSContext*, JSClass*, nsIPrincipal*, xpc::CompartmentPrivate*, JSObject**, JSCompartment**) (nsXPConnect.cpp:1052) ==12911== by 0x63AE0C2: xpc_CreateMTGlobalObject(JSContext*, JSClass*, nsISupports*, JSObject**, JSCompartment**) (nsXPConnect.cpp:1122) ==12911== by 0x63C79B0: XPCJSContextStack::GetSafeJSContext(JSContext**) (xpcthreadcontext.cpp:264) ==12911== by 0x623CA4D: nsScriptSecurityManager::GetSafeJSContext() (nsScriptSecurityManager.cpp:326)
Assignee | ||
Comment 163•12 years ago
|
||
I think this is actually the correct fix. If the bit is marked gray in the uninitiated memory, a call to xpc_UnmarkGrayObject will call xpc_UnmarkGrayObjectRecursive. I am not familiar with this part of the code, but even if the objects themselves are initialized and calling xpc_UnmarkGrayObjectRecursive is safe, it is probably more expensive than clearing the bitmap early.
Attachment #555813 -
Attachment is obsolete: true
Attachment #556095 -
Flags: review?(jorendorff)
Attachment #555813 -
Flags: review?(jorendorff)
Updated•12 years ago
|
Attachment #556095 -
Flags: review?(jorendorff) → review?(wmccloskey)
Comment on attachment 556095 [details] [diff] [review] updated patch Thanks, Rafael! This is a really scary bug. I'd like to fix it the other way though.
Attachment #556095 -
Flags: review?(wmccloskey)
This returns early from UnmarkGray if we haven't done the first GC yet.
Attachment #556134 -
Flags: review?(continuation)
Comment on attachment 556134 [details] [diff] [review] alternate fix Actually, I realize this won't fix the valgrind warning. It's still going to see those bits as undefined. Maybe the other patch would be better. I'll try to measure the cost of zeroing out the mark bits while running V8, which allocates a lot of new chunks.
Attachment #556134 -
Flags: review?(continuation)
Comment 167•12 years ago
|
||
Yeah, I was just going to say that. We probably don't want to do any fancy tests in GetWrapper() either. You don't need to do the zeroing after the GC has run once, so maybe you could guard the bitmap clearing with a check that the GC has run? I don't know the perf implications of any of it. Can we zero out the mark bits for an object when it is put into a wrapper cache? If that only happens once per wrapper cache maybe it isn't so terrible? I'm not quite sure of their lifetime...
Comment 169•12 years ago
|
||
Comment on attachment 556095 [details] [diff] [review] updated patch Review of attachment 556095 [details] [diff] [review]: ----------------------------------------------------------------- I have a few drive-by nits on the comments. Also, the comments should probably be // to match the rest of the file. Good work, though! Pretty scary that this has been like this. I wonder how many random crashes this will fix... ::: js/src/jsgc.cpp @@ +339,5 @@ > for (size_t i = 0; i != JS_ARRAY_LENGTH(markingDelay); ++i) > markingDelay[i].init(); > > + /* We clear the bitmap to guard againt xpc_UnmarkGrayObject being > + called before the first gc cycle. */ The clearing is guarding against xpc_IsGrayGCThing being called on uninitialized data, not to keep xpc_UnmarkGrayObject from being called. minor typo: against, not againt capitalize "GC". @@ +342,5 @@ > + /* We clear the bitmap to guard againt xpc_UnmarkGrayObject being > + called before the first gc cycle. */ > + bitmap.clear(); > + > + /* The rest of info fields is initailzied in PickChunk. */ is initailzied -> are initialized
Comment 170•12 years ago
|
||
Oops, sorry, I was confused about what file this is in. I think the two line comment should be formatted more like this: /* * foo... * bar... */ The format of the single line one is okay.
Attachment #556134 -
Attachment is obsolete: true
Comment on attachment 556095 [details] [diff] [review] updated patch This doesn't seem to cause any V8 regressions. I talked to Andrew about this. He realized that we have to worry about new chunks even after the first GC, since their mark bits will also be in an undefined state. So the patch I submitted wouldn't work at all. Given the difficulty of reasoning about this problem, I think this patch is the right way to go. r+ with Andrew's changes.
Attachment #556095 -
Flags: review+
Comment 173•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6150922
Assignee: nobody → respindola
Component: Places → JavaScript Engine
Product: Toolkit → Core
QA Contact: places → general
Version: unspecified → Trunk
Comment 179•12 years ago
|
||
With this patch in place, we might be able to tear out some of the checking-for-GC-before-CC stuff. Though now that we use the GC to recover from UnmarkGrey overflow there's probably less that can be actually removed.
Assignee | ||
Comment 180•12 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/f092ce58bc20
Comment 181•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6179378 (four pushes later on inbound, so apparently that wasn't actually it)
Comment 182•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6180632 (later on inbound again)
Weird. I tried running this test locally. Strangely, I don't get any valgrind warnings even without the patch. Instead I get this output: ... TEST-INFO | (/home/billm/mozilla/in0/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_new_visit_adds_place_guid. TEST-INFO | (/home/billm/mozilla/in0/toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_two_null_links_same_uri. TEST-PASS | /home/billm/mozilla/in0/toolkit/components/places/tests/cpp/test_IHistory.cpp TEST-INFO | (/home/billm/mozilla/in0/toolkit/components/places/tests/cpp/test_IHistory.cpp) | 240 of 240 tests passed WARNING: nsExceptionService ignoring thread destruction after shutdown: file /home/billm/mozilla/in0/xpcom/base/nsExceptionService.cpp, line 197 WARNING: could not open zipfile for write: file /home/billm/mozilla/in0/startupcache/StartupCache.cpp, line 364 WARNING: An event was posted to a thread that will never run it (rejected): file /home/billm/mozilla/in0/xpcom/threads/nsThread.cpp, line 388 WARNING: An event was posted to a thread that will never run it (rejected): file /home/billm/mozilla/in0/xpcom/threads/nsThread.cpp, line 388 WARNING: An event was posted to a thread that will never run it (rejected): file /home/billm/mozilla/in0/xpcom/threads/nsThread.cpp, line 388 WARNING: NS_ENSURE_TRUE(asyncCloseWasCalled) failed: file /home/billm/mozilla/in0/storage/src/mozStorageConnection.cpp, line 822 WARNING: NS_ENSURE_TRUE(asyncCloseWasCalled) failed: file /home/billm/mozilla/in0/storage/src/mozStorageConnection.cpp, line 822 Finished running IHistory tests. Am I maybe running the test incorrectly? I just did a Linux 64 build and then said: make -C objdir-ff-dbg/toolkit/components/places/tests/cpp
Assignee | ||
Comment 185•12 years ago
|
||
I got different results in different systems, which I guess is because of the use before initialization problem was sensitive to the timing of the GC pass. I will try to reproduce this again tomorrow.
Comment 189•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/f092ce58bc20 However leaving open given comment 181.
Status: NEW → ASSIGNED
Comment 193•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6192418 http://tbpl.allizom.org/php/getParsedLog.php?id=6192438
Comment 197•12 years ago
|
||
http://tbpl.allizom.org/php/getParsedLog.php?id=6192242 (Beta)
Comment 199•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1314780481.1314786821.20046.gz
Comment 201•12 years ago
|
||
The patch clearly did not fix this problem, but since the bug now has a landed patch associated with it, should we dupe this bug into a new one, use the new one for the orange, and turn this bug into something for just the landed patch?
Comment 204•12 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #201) > The patch clearly did not fix this problem, but since the bug now has a > landed patch associated with it, should we dupe this bug into a new one, use > the new one for the orange, and turn this bug into something for just the > landed patch? No, we can keep it open. The patch landed in this bug has not fixed it.
Comment 205•12 years ago
|
||
Right, but how do we track the patch that we did land? I may want to request that we put the patch in Aurora and Beta, but it seems bizarre to request that in this bug that is basically unrelated. And setting "fixed in 8" here or whatever doesn't make any sense either.
Comment 206•12 years ago
|
||
It's quite common for orange bugs to have multiple patches because people try different things. I don't like multiple patches per bug myself, but if you do want to get this landed on Aurora, I suggest you file a new bug, attach the desired patch for branch and request approval there.
Comment 211•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6221981 https://tbpl.mozilla.org/php/getParsedLog.php?id=6222924 https://tbpl.mozilla.org/php/getParsedLog.php?id=6220254 https://tbpl.mozilla.org/php/getParsedLog.php?id=6222770 https://tbpl.mozilla.org/php/getParsedLog.php?id=6222371
Comment 212•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Fx-Team/1314794993.1314810337.17828.gz
Assignee | ||
Comment 214•12 years ago
|
||
Not a fix, but this turns the the segmentation fault into a test_IHistory: ../../../dist/include/nsTArray.h:171: nsTArray_base::size_type nsTArray_base<Alloc>::Length() const [with Alloc = nsTArrayDefaultAllocator, nsTArray_base::size_type = unsigned int]: Assertion `this' failed.
Comment 229•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1315149156.1315152699.2474.gz
Comment 231•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6275215 https://tbpl.mozilla.org/php/getParsedLog.php?id=6275378 https://tbpl.mozilla.org/php/getParsedLog.php?id=6275596 https://tbpl.mozilla.org/php/getParsedLog.php?id=6277347
Comment 233•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6279477 https://tbpl.mozilla.org/php/getParsedLog.php?id=6278570
Comment 236•12 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Aurora/1314992128.1315004101.21449.gz http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Beta/1315022582.1315033526.10761.gz
Assignee | ||
Comment 237•12 years ago
|
||
I have just been preempted by another bug, but will try to get back to this one this week. The backtrace I got was #0 0x00237410 in __kernel_vsyscall () #1 0x0087bd26 in nanosleep () from /lib/libc.so.6 #2 0x0087bb4f in sleep () from /lib/libc.so.6 #3 0x080493e3 in crap_handler (signum=6) at /home/espindola/mozilla-central/toolkit/components/places/tests/cpp/test_IHistory.cpp:149 #4 <signal handler called> #5 0x00237410 in __kernel_vsyscall () #6 0x00984e61 in raise () from /lib/libpthread.so.0 #7 0x0115b869 in nsContentUtils::AddScriptBlocker () at /home/espindola/mozilla-central/content/base/src/nsContentUtils.cpp:4354 #8 0x01784a3b in nsAutoScriptBlocker (this=0x9978110, aURI=0x9ba35e0) at ../../../dist/include/nsContentUtils.h:1947 #9 mozilla::places::History::NotifyVisited (this=0x9978110, aURI=0x9ba35e0) at /home/espindola/mozilla-central/toolkit/components/places/History.cpp:1325 #10 0x01784c5a in mozilla::places::(anonymous namespace)::VisitedQuery::NotifyVisitedStatus (this=0x9978cf0) at /home/espindola/mozilla-central/toolkit/components/places/History.cpp:402 #11 0x01784d2d in mozilla::places::(anonymous namespace)::VisitedQuery::HandleCompletion (this=0x9978cf0, aReason=0) at /home/espindola/mozilla-central/toolkit/components/places/History.cpp:394 #12 0x016f33ee in mozilla::storage::(anonymous namespace)::CompletionNotifier::Run (this=0x99cbf40) at /home/espindola/mozilla-central/storage/src/mozStorageAsyncStatementExecution.cpp:179 #13 0x019004fc in nsThread::ProcessNextEvent (this=0x97edc98, mayWait=1, result=0xbfd7fc0c) at /home/espindola/mozilla-central/xpcom/threads/nsThread.cpp:631 #14 0x018cf4a4 in NS_ProcessNextEvent_P (thread=<value optimized out>, mayWait=1) at /home/espindola/mozilla-central/obj-i686-pc-linux-gnu/xpcom/build/nsThreadUtils.cpp:245 #15 0x01900821 in nsThread::Shutdown (this=0x9b5af48) at /home/espindola/mozilla-central/xpcom/threads/nsThread.cpp:494 #16 0x019042b2 in TimerThread::Shutdown (this=0x97ede10) at /home/espindola/mozilla-central/xpcom/threads/TimerThread.cpp:172 #17 0x019030c8 in nsTimerImpl::Shutdown () at /home/espindola/mozilla-central/xpcom/threads/nsTimerImpl.cpp:194 #18 0x018d38b2 in mozilla::ShutdownXPCOM (servMgr=0x0) at /home/espindola/mozilla-central/xpcom/build/nsXPComInit.cpp:612 #19 0x00609e99 in NS_ShutdownXPCOM (svcMgr=0x0) at /home/espindola/mozilla-central/xpcom/stub/nsXPComStub.cpp:167 #20 0x080496f5 in ScopedXPCOM::~ScopedXPCOM (this=0xbfd7fda8, __in_chrg=<value optimized out>) at ../../../../../dist/include/testing/TestHarness.h:204 #21 0x0804c6c3 in main (aArgc=Cannot access memory at address 0xb50 ) at /home/espindola/mozilla-central/toolkit/components/places/tests/cpp/places_test_harness_tail.h:117
Attachment #557538 -
Attachment is obsolete: true
Assignee | ||
Comment 242•12 years ago
|
||
I noticed that a crash was happening when sBlockedScriptRunners was set to null in the following backtrace. #0 nsContentUtils::Shutdown () at /home/espindola/mozilla-central/content/base/src/nsContentUtils.cpp:1031 #1 0x0134fae6 in nsLayoutStatics::Shutdown () at /home/espindola/mozilla-central/layout/build/nsLayoutStatics.cpp:326 #2 0x0134e43b in LayoutShutdownObserver::Observe (this=0x81e3c80, aSubject=0x8064ecc, aTopic=0x209fde1 "xpcom-shutdown", someData=0x0) at /home/espindola/mozilla-central/layout/build/nsLayoutModule.cpp:350 #3 0x01c636ca in nsObserverList::NotifyObservers (this=0x823835c, aSubject=0x8064ecc, aTopic=0x209fde1 "xpcom-shutdown", someData=0x0) at /home/espindola/mozilla-central/xpcom/ds/nsObserverList.cpp:130 #4 0x01c63af8 in nsObserverService::NotifyObservers (this=0x8179088, aSubject=0x8064ecc, aTopic=0x209fde1 "xpcom-shutdown", someData=0x0) at /home/espindola/mozilla-central/xpcom/ds/nsObserverService.cpp:182 #5 0x01c5888e in mozilla::ShutdownXPCOM (servMgr=0x0) at /home/espindola/mozilla-central/xpcom/build/nsXPComInit.cpp:595 #6 0x008bbe99 in NS_ShutdownXPCOM (svcMgr=0x0) at /home/espindola/mozilla-central/xpcom/stub/nsXPComStub.cpp:167 #7 0x080496f5 in ScopedXPCOM::~ScopedXPCOM (this=0xbfffe298, __in_chrg=<value optimized out>) at ../../../../../dist/include/testing/TestHarness.h:204 #8 0x0804c6c3 in main (aArgc=0, aArgv=0x0) at /home/espindola/mozilla-central/toolkit/components/places/tests/cpp/places_test_harness_tail.h:117 and the nsIOService was passed NS_XPCOM_SHUTDOWN_OBSERVER_ID after that. The attached patch fixes the issue by having nsIOService react to NS_XPCOM_WILL_SHUTDOWN_OBSERVER_ID. Thanks to ehsan for explaining the xpcom message passing semantics.
Attachment #558902 -
Flags: review?(bzbarsky)
![]() |
||
Comment 243•12 years ago
|
||
Comment on attachment 558902 [details] [diff] [review] proposed patch I _think_ this should be ok, but I'd really like biesi or Jason to double-check it....
Attachment #558902 -
Flags: review?(jduell.mcbugs)
Attachment #558902 -
Flags: review?(cbiesinger)
Attachment #558902 -
Flags: review?(bzbarsky)
Attachment #558902 -
Flags: review+
Comment 244•12 years ago
|
||
Comment on attachment 558902 [details] [diff] [review] proposed patch Review of attachment 558902 [details] [diff] [review]: ----------------------------------------------------------------- I don't know this code at all, so I'm hesitant to review it. But I can learn it if biesi can't get around to it (would ehsan also be a fair reviewer?)
Comment 245•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6318735 https://tbpl.mozilla.org/php/getParsedLog.php?id=6318059
Comment 247•12 years ago
|
||
Comment on attachment 558902 [details] [diff] [review] proposed patch Here's my drive-by r+. Here's the logic of this patch. The "xpcom-will-shutdown" event should be used for the components which may use other components that go away during shutdown. The IO service is currently shutting down during "xpcom-shutdown", but its successful shutdown really depends on whether the layout services are available or not. Those services die during "xpcom-shutdown", which means that nsIOService should self destruct during "xpcom-will-shutdown".
Attachment #558902 -
Flags: review+
Assignee | ||
Comment 248•12 years ago
|
||
Try run: https://tbpl.mozilla.org/?usebuildbot=1&tree=Try&rev=d0523f89b6c6
Comment 249•12 years ago
|
||
Comment on attachment 558902 [details] [diff] [review] proposed patch Looks reasonable.
Attachment #558902 -
Flags: review?(cbiesinger) → review+
Comment 252•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6328431 https://tbpl.mozilla.org/php/getParsedLog.php?id=6327870
Comment 255•12 years ago
|
||
(In reply to Rafael Ávila de Espíndola (:espindola) from comment #237) > #0 0x00237410 in __kernel_vsyscall () > #1 0x0087bd26 in nanosleep () from /lib/libc.so.6 > #2 0x0087bb4f in sleep () from /lib/libc.so.6 > #3 0x080493e3 in crap_handler (signum=6) at > /home/espindola/mozilla-central/toolkit/components/places/tests/cpp/ > test_IHistory.cpp:149 > #4 <signal handler called> > #5 0x00237410 in __kernel_vsyscall () > #6 0x00984e61 in raise () from /lib/libpthread.so.0 > #7 0x0115b869 in nsContentUtils::AddScriptBlocker () at > /home/espindola/mozilla-central/content/base/src/nsContentUtils.cpp:4354 > #8 0x01784a3b in nsAutoScriptBlocker (this=0x9978110, aURI=0x9ba35e0) at > ../../../dist/include/nsContentUtils.h:1947 > #9 mozilla::places::History::NotifyVisited (this=0x9978110, aURI=0x9ba35e0) > at /home/espindola/mozilla-central/toolkit/components/places/History.cpp:1325 > #10 0x01784c5a in mozilla::places::(anonymous > namespace)::VisitedQuery::NotifyVisitedStatus (this=0x9978cf0) > at > /home/espindola/mozilla-central/toolkit/components/places/History.cpp:402 > #11 0x01784d2d in mozilla::places::(anonymous > namespace)::VisitedQuery::HandleCompletion (this=0x9978cf0, aReason=0) > at > /home/espindola/mozilla-central/toolkit/components/places/History.cpp:394 > #12 0x016f33ee in mozilla::storage::(anonymous > namespace)::CompletionNotifier::Run (this=0x99cbf40) > at > /home/espindola/mozilla-central/storage/src/ > mozStorageAsyncStatementExecution.cpp:179 > #13 0x019004fc in nsThread::ProcessNextEvent (this=0x97edc98, mayWait=1, > result=0xbfd7fc0c) at > /home/espindola/mozilla-central/xpcom/threads/nsThread.cpp:631 > #14 0x018cf4a4 in NS_ProcessNextEvent_P (thread=<value optimized out>, > mayWait=1) at > /home/espindola/mozilla-central/obj-i686-pc-linux-gnu/xpcom/build/ > nsThreadUtils.cpp:245 > #15 0x01900821 in nsThread::Shutdown (this=0x9b5af48) at > /home/espindola/mozilla-central/xpcom/threads/nsThread.cpp:494 > #16 0x019042b2 in TimerThread::Shutdown (this=0x97ede10) at > /home/espindola/mozilla-central/xpcom/threads/TimerThread.cpp:172 > #17 0x019030c8 in nsTimerImpl::Shutdown () at > /home/espindola/mozilla-central/xpcom/threads/nsTimerImpl.cpp:194 > #18 0x018d38b2 in mozilla::ShutdownXPCOM (servMgr=0x0) at > /home/espindola/mozilla-central/xpcom/build/nsXPComInit.cpp:612 > #19 0x00609e99 in NS_ShutdownXPCOM (svcMgr=0x0) at > /home/espindola/mozilla-central/xpcom/stub/nsXPComStub.cpp:167 > #20 0x080496f5 in ScopedXPCOM::~ScopedXPCOM (this=0xbfd7fda8, > __in_chrg=<value optimized out>) at > ../../../../../dist/include/testing/TestHarness.h:204 > #21 0x0804c6c3 in main (aArgc=Cannot access memory at address 0xb50 > ) at > /home/espindola/mozilla-central/toolkit/components/places/tests/cpp/ > places_test_harness_tail.h:117 So, this backtrace is the sign of another problem. We try to shutdown the timer thread (and the rest of the threads) here: <http://mxr.mozilla.org/mozilla-central/source/xpcom/build/nsXPComInit.cpp#615>. At this point, "xpcom-shutdown" has been dispatched, and layout is dead. This causes us to lose. I think that the thread shutdown code should be moved to after "xpcom-will-shutdown" and before "xpcom-shutdown". CCing some people who may know this code better than me.
Comment 258•12 years ago
|
||
Comment on attachment 558902 [details] [diff] [review] proposed patch http://hg.mozilla.org/mozilla-central/rev/1d1143dde4bb
Attachment #558902 -
Flags: review?(jduell.mcbugs) → checkin+
Comment 259•12 years ago
|
||
The XPCOM shutdown order is pretty precise, and I don't think we need to mess with it: https://wiki.mozilla.org/XPCOM_Shutdown In this case the places (or storage?) code should be watching xpcom-shutdown and doing all of its cleanup during that notification.
Assignee | ||
Comment 260•12 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #259) > The XPCOM shutdown order is pretty precise, and I don't think we need to > mess with it: https://wiki.mozilla.org/XPCOM_Shutdown > > In this case the places (or storage?) code should be watching xpcom-shutdown > and doing all of its cleanup during that notification. So you think that sBlockedScriptRunners should not be delete in xpcom-shutdown instead of moving code that depend on it existing to will-shutdown?
Comment 261•12 years ago
|
||
I'm saying that it shouldn't be doing it *after* xpcom-shutdown like it is now, and that messing with the thread shutdown sequence is probably not a good idea. Although I also think we could clean up sBlockedScriptRunners from nsLayoutStatics::Shutdown.
Assignee | ||
Comment 262•12 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #261) > I'm saying that it shouldn't be doing it *after* xpcom-shutdown like it is > now, and that messing with the thread shutdown sequence is probably not a > good idea. Although I also think we could clean up sBlockedScriptRunners > from nsLayoutStatics::Shutdown. Are you talking about the timer? Moving it to xpcom-shutdown would still have the same problem as we had with the IO service service, no? It can work or fail depending on the order xpcom-shutdown is delivered.
Comment 263•12 years ago
|
||
What timer? I'm talking about mozilla::places::History::NotifyVisited and mozilla::places::(anonymous namespace)::VisitedQuery::HandleCompletion. Presumably all those queries should be cancelled at shutdown. The order of xpcom-shutdown is LIFO with AddObserver calls. Normally the order in which they are registered is pretty deterministic based on module load, but this is not well documented and there may be hidden dependencies.
Comment 264•12 years ago
|
||
Marco: do you know about how places shuts down these jobs?
Assignee | ||
Comment 270•12 years ago
|
||
> What timer? The one in comment 237. See the TimerThread::Shutdown from nsXPComInit.cpp:612.. > The order of xpcom-shutdown is LIFO with AddObserver calls. Normally the > order in which they are registered is pretty deterministic based on module > load, but this is not well documented and there may be hidden dependencies. Interesting. Do we want to document it? If so my previous patch can be changed to just change the order of AddObserver. IMHO it is better to not depend on it.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 274•12 years ago
|
||
I don't see any interesting timer in comment 237, just a thread-shutdown stack which is pumping the event loop and running an unrelated event (a places event in this case). We can certainly document the LIFO ordering of the observer service, since we depend on it. I'm not sure which observers you'd be reordering, though, since don't they depend on the order in which the module ctors run?
Assignee | ||
Comment 275•12 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #274) > I don't see any interesting timer in comment 237, just a thread-shutdown > stack which is pumping the event loop and running an unrelated event (a > places event in this case). The thread being shutdown from nsTimerImpl::Shutdown which is called from mozilla::ShutdownXPCOM. > We can certainly document the LIFO ordering of the observer service, since > we depend on it. I'm not sure which observers you'd be reordering, though, > since don't they depend on the order in which the module ctors run? If a reordering is done, it should make sure nsIOService gets the message before Layout. That is effective what the patch https://bug673017.bugzilla.mozilla.org/attachment.cgi?id=558902 did (but my using NS_XPCOM_WILL_SHUTDOWN_OBSERVER_ID).
Comment 276•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6383532&tree=Mozilla-Inbound
Assignee | ||
Comment 278•12 years ago
|
||
This patch implements Ehsan's proposed solution in comment 255. I was able to reproduce the crash. This time on a 64 bit bot. With the patch applied, I was able to run the test 1000 times with no crashes. A try run is at https://tbpl.mozilla.org/?tree=Try&usebuildbot=1&rev=b617c8a868d1
Attachment #560031 -
Flags: review?(bzbarsky)
Comment 279•12 years ago
|
||
Comment on attachment 560031 [details] [diff] [review] proposed patch Absolutely not, this must occur after xpcom-shutdown-threads. Otherwise client code will try to use timers and cause very strange/unexpected errors.
Attachment #560031 -
Flags: review?(bzbarsky) → review-
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 281•12 years ago
|
||
The connection were never being closed and their threads never being shut down. These threads were the one responsible for the events after xpcom shutdown. I am no so sure about "calling" profile-change-teardown on ShutdownXPCOM, but I could not find a better place to put it. It also reverts 1d1143dde4bb which is not needed any more.
Attachment #558902 -
Attachment is obsolete: true
Attachment #560031 -
Attachment is obsolete: true
Attachment #560185 -
Flags: review?(benjamin)
Assignee | ||
Comment 282•12 years ago
|
||
The try: https://tbpl.mozilla.org/?tree=Try&usebuildbot=1&tree=Try&rev=cddb05600700
Comment 283•12 years ago
|
||
Comment on attachment 560185 [details] [diff] [review] proposed patch This is all fine except for the profile-change-teardown notification. That notification should only be sent if there is a profile selected, and it is sent during normal Firefox operation from here: http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsXREDirProvider.cpp#776 called from here: http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#1080 It's possible that this test is failing because xpcshell tests don't have a profile by default, and storage assumes that there is always a profile (and that therefore it only has to watch profile-change-teardown and not also one of the xpcom-shutdown observers).
Attachment #560185 -
Flags: review?(benjamin) → review-
Assignee | ||
Comment 284•12 years ago
|
||
This version changes nsNavHistory.cpp to react to NS_XPCOM_SHUTDOWN_OBSERVER_ID.
Attachment #556095 -
Attachment is obsolete: true
Attachment #560185 -
Attachment is obsolete: true
Attachment #560210 -
Flags: review?(benjamin)
Updated•12 years ago
|
Attachment #560210 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 285•12 years ago
|
||
Try at https://tbpl.mozilla.org/?tree=Try&usebuildbot=1&tree=Try&rev=77a5b58e85eb
Comment 286•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6400218&tree=Mozilla-Inbound
Comment 288•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6407267&tree=Mozilla-Inbound
Comment 289•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6413186&tree=Mozilla-Inbound
Assignee | ||
Comment 290•12 years ago
|
||
The only difference from the previous one is + // Finalize all statements. + FinalizeInternalStatements(); That the debug builds found was missing.
Attachment #560210 -
Attachment is obsolete: true
Attachment #560420 -
Flags: review?(benjamin)
Assignee | ||
Updated•12 years ago
|
Attachment #560420 -
Attachment is patch: true
Comment 291•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6405308&tree=Mozilla-Aurora
Assignee | ||
Comment 292•12 years ago
|
||
Try at: https://tbpl.mozilla.org/?tree=Try&rev=92ba71963523
Comment 293•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6406993&tree=Mozilla-Beta
Comment 294•12 years ago
|
||
What component should this be in? It sounds like JS isn't appropriate any more.
Assignee | ||
Comment 295•12 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #294) > What component should this be in? It sounds like JS isn't appropriate any > more. Toolkit/Places maybe?
Comment 296•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6414564&tree=Mozilla-Inbound
Component: JavaScript Engine → Places
Product: Core → Toolkit
QA Contact: general → places
Comment 297•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6415377&tree=Mozilla-Beta https://tbpl.mozilla.org/php/getParsedLog.php?id=6415495&tree=Mozilla-Beta
Comment 298•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6415617&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6415409&tree=Mozilla-Inbound
Comment 299•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6417570&tree=Mozilla-Inbound
Comment 300•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6419782&tree=Mozilla-Inbound
Assignee | ||
Comment 301•12 years ago
|
||
An update on the problems I am having patching this: * We have to shutdown the threads used by the connections, or at least make sure that they are not producing new events. * To do that, I am trying to close the connections. * To do that, we need to finalize the sql statements. * It is not clear how to know which ones have to be finalized.
Comment 302•12 years ago
|
||
Comment on attachment 560420 [details] [diff] [review] new new patch This looks ok to me, but mak should review it also.
Attachment #560420 -
Flags: review?(mak77)
Attachment #560420 -
Flags: review?(benjamin)
Attachment #560420 -
Flags: review+
Assignee | ||
Comment 303•12 years ago
|
||
Try at https://tbpl.mozilla.org/?tree=Try&rev=2984fcdfc0b2 The differences from the previous ones are: * Add a way to get the services (Bookmark, Annotation, Favicon) if they exist. * Notify that we are about to close the connection, so that nsPlacesExpiration.js can finish its statements. I also added a bit of dead code removal. Let me know if you would like for that to be in another patch.
Attachment #560420 -
Attachment is obsolete: true
Attachment #560662 -
Flags: review?(dietrich)
Attachment #560662 -
Flags: feedback?(benjamin)
Attachment #560420 -
Flags: review?(mak77)
Comment 304•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6431124&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6430810&tree=Mozilla-Inbound
Assignee | ||
Updated•12 years ago
|
Attachment #560662 -
Attachment is obsolete: true
Attachment #560662 -
Flags: review?(dietrich)
Attachment #560662 -
Flags: feedback?(benjamin)
Assignee | ||
Comment 305•12 years ago
|
||
The last version of this patch is at https://tbpl.mozilla.org/?tree=Try&rev=086453e7f478 but I think I have convinced myself that AsyncClose should not call Shutdown. That makes it not really async and causes the event loop to spin, which causes the callback to be called with AsyncClose still on the stack, which in turn can cause recursive generator invocations in javascript. What should probably happen is that the history code should be refactored to use the closed callback as a continuation.
Assignee | ||
Comment 306•12 years ago
|
||
A version with shutdown that passed xpcshell-tests locally is at https://tbpl.mozilla.org/?tree=Try&rev=1a1484638ae3 observing TOPIC_PLACES_CONNECTION_CLOSED is probably a hack, if that works I will try to use a lighter test. I will also try to audit the other calls to AsyncClose.
Comment 307•12 years ago
|
||
Places tries to stop using the database at profile-change-teardown, but clearly there may still be runnables or queries on the async thread, canceling them may be bad for a lot of reasons, just think about clear history on shutdown for example. I think the issue of possibly running after xpcom-shutdown is valid for any Storage consumer, not specific to Places (even if this may be visible here since we do lots of stuff for links coloring and visits, so the queue may be long). For this reason spinning the events loop in Places looks like just a workaround to something that may actually happen for any Storage consumer. And actually, may not that be true for anyone relying on xpcom-shutdown-threads and implicit nsThread::shutdown spinning and merge the thread there? Regarding the tests missing a profile (and thus profile notifications), that's a bug in the test, all Places tests ensure to call do_get_profile(), and xpcshell harness in such a case will take care to invoke the right profile shutdown notifications. Places is not supposed to work without a profile, so there's no point in supporting that special case. One interesting fact you found here, is that test_IHistory uses a separate cpp harness, that is indeed lacking profile creation and shutdown (and related notifications). Most likely fixing that harness would fix the randomness. I'dd suggest for now to take your changes to tests and the removal of TOPIC_PLACES_CONNECTION_CLOSING (looks unused atm), that are safe and good fixes, apart the test_browserhistory one that you filed a separate bug for. I'd like the harness in toolkit/components/places/tests/cpp/ to correctly implement something like do_get_profile() and fire the right notifications. The problem with Storage relying on thread shutdown to spin the events loop should most likely be moved and discusses in a Storage bug, Sdwilsh and Asuth have far better knowledge of the implications of changing that and this bug is too spammy to follow a discussion.
Assignee | ||
Comment 308•12 years ago
|
||
OK. I marked the test_browserhistory bug as a dependency of this one and created one just for the missing profile problem. I will split the bits that are unrelated to the missing profile or spinning so that they can go first and then open a forth bug about spinning (I don't do a full shutdown in the last version of the patch patch).
Assignee | ||
Comment 309•12 years ago
|
||
Attachment #561069 -
Flags: review?(mak77)
Comment 310•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6462189&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=6463030&tree=Firefox
Comment 311•12 years ago
|
||
Comment on attachment 561069 [details] [diff] [review] the simple bits Review of attachment 561069 [details] [diff] [review]: ----------------------------------------------------------------- ::: netwerk/base/src/nsIOService.cpp @@ +969,4 @@ > } > } > } > + else if (!strcmp(topic, NS_XPCOM_SHUTDOWN_OBSERVER_ID)) { Hm is this undoing what Bug 673017 did? sounds like a bogus patch queue :) ::: services/sync/tests/unit/test_places_guid_downgrade.js @@ +159,4 @@ > do_check_eq(result.length, 1); > do_check_eq(result[0].id, tbid); > > + stmt.finalize(); nit: the newline before finalize() is not coherent with the others finalize() you added ::: toolkit/components/places/tests/head_common.js @@ +614,4 @@ > aCallback.apply(scope, args); > } > }); > + commit.finalize(); could you please fix the same in all places where this code is duplicated? see http://mxr.mozilla.org/mozilla-central/search?string=db.createAsyncStatement%28%22BEGIN%20EXCLUSIVE%22%29
Attachment #561069 -
Flags: review?(mak77)
Assignee | ||
Comment 312•12 years ago
|
||
The reversal of 1d1143dde4bb is intentional as that didn't fix this orange in the end. https://tbpl.mozilla.org/?tree=Try&rev=ca044377525a
Attachment #561069 -
Attachment is obsolete: true
Attachment #561206 -
Flags: review?(mak77)
Assignee | ||
Comment 313•12 years ago
|
||
Attachment #561206 -
Attachment is obsolete: true
Attachment #561223 -
Flags: review?(mak77)
Attachment #561206 -
Flags: review?(mak77)
Assignee | ||
Comment 314•12 years ago
|
||
Try at https://tbpl.mozilla.org/?tree=Try&rev=14b25bcedfb4
Comment 315•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6470797&tree=Mozilla-Inbound
Assignee | ||
Updated•12 years ago
|
Attachment #561223 -
Attachment is patch: true
Updated•12 years ago
|
Attachment #561223 -
Flags: review?(mak77) → review+
Comment 316•12 years ago
|
||
Regarding bug 687726, while we wait for an answer and discussion results, if current patches won't fix this failure, we may evaluate a patch that spins the events loop in Places. But it should be a separate patch from the current ones, and I think it should spin the Storage async thread used by Places so that all queries and runnables on it are executed. This may be tricky though, since we can only spin the thread we are on, we may try to ->shutdown() it though (need to ensure how Storage reacts to such a thing though).
Assignee | ||
Comment 317•12 years ago
|
||
Comment on attachment 561223 [details] [diff] [review] new with the nsNavHistory.cpp bits that were missing [Checked in: Comment 319] https://hg.mozilla.org/integration/mozilla-inbound/rev/02ce78afb984
Attachment #561223 -
Flags: checkin+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange] → [orange] [more patches before this is fixed]
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 319•12 years ago
|
||
Comment on attachment 561223 [details] [diff] [review] new with the nsNavHistory.cpp bits that were missing [Checked in: Comment 319] https://hg.mozilla.org/mozilla-central/rev/02ce78afb984
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 322•12 years ago
|
||
most of the last reported failures are not this bug, "Expected true, got false" is not the segfault
Updated•12 years ago
|
Summary: Intermittent segfault while running test_IHistory.cpp on Linux, or bus error on OS X → Intermittent segfault while running test_IHistory.cpp on Linux, or bus error on OS X [***NOT: Expected true, got false***]
Assignee | ||
Comment 323•12 years ago
|
||
(In reply to Marco Bonardo [:mak] from comment #322) > most of the last reported failures are not this bug, "Expected true, got > false" is not the segfault This might be another Symptom of the same bug, but it is OK if we want to track it in another bug.
Comment 324•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6525276&tree=Mozilla-Inbound
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 327•12 years ago
|
||
Oops, comment 326 is mis-starred. These are correct, though: https://tbpl.mozilla.org/php/getParsedLog.php?id=6555124&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=6554060&tree=Firefox
Comment 328•12 years ago
|
||
This is still happening very frequently; I haven't pasted every single build that I've starred. Here are some more: https://tbpl.mozilla.org/php/getParsedLog.php?id=6559488&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6559453&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6552986&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6551991&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6550809&tree=Mozilla-Inbound
Comment 329•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6560801&tree=Mozilla-Inbound
Comment 330•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6557970&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6558683&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6560378&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6562802&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6561523&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6561690&tree=Mozilla-Inbound
Comment 331•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6564015&tree=Mozilla-Inbound
Comment 332•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6569970&tree=Mozilla-Inbound
Comment 333•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6572038&tree=Mozilla-Inbound
Comment 335•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6572908&tree=Mozilla-Inbound
Comment 336•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6573071&tree=Mozilla-Inbound
Comment 339•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6580102&tree=Mozilla-Inbound
Comment 340•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6579938&tree=Mozilla-Inbound
Comment 341•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6585746&tree=Mozilla-Inbound
Comment 342•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6586804&tree=Mozilla-Inbound
Comment 343•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6588333&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6587806&tree=Mozilla-Inbound
Comment 344•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6594048&tree=Mozilla-Inbound
Comment 345•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6594827&tree=Mozilla-Inbound
Comment 346•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6596200&tree=Mozilla-Inbound
Comment 347•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6596674&tree=Mozilla-Inbound
Comment 348•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6596198&tree=Mozilla-Inbound
Comment 350•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6599599&tree=Mozilla-Inbound
Comment 352•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6603277&tree=Mozilla-Inbound
Comment 353•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6604349&tree=Mozilla-Inbound
Comment 354•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6605394&tree=Mozilla-Inbound
Comment 355•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6606947&tree=Mozilla-Inbound
Comment 356•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6605847&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6607980&tree=Mozilla-Inbound
Comment 357•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6609704&tree=Mozilla-Inbound
Comment 358•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6610327&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6610450&tree=Mozilla-Inbound
Comment 359•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6613761&tree=Mozilla-Inbound
Comment 360•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6614076&tree=Mozilla-Inbound
Comment 362•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6627799&tree=Mozilla-Inbound
Comment 363•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6630101&tree=Mozilla-Inbound
Comment 364•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6630574&tree=Mozilla-Inbound
Comment 365•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6632270&tree=Mozilla-Inbound
Comment 366•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6633599&tree=Mozilla-Inbound
Comment 368•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6635089&tree=Mozilla-Inbound
Comment 369•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6635778&tree=Mozilla-Inbound
Comment 370•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6636149&tree=Mozilla-Inbound
Comment 373•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6641655&tree=Services-Central
Comment 374•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6649332&tree=Mozilla-Inbound
Comment 375•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6649482&tree=Mozilla-Inbound
Comment 376•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6653722&tree=Mozilla-Inbound
Comment 379•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6658667&tree=Mozilla-Inbound
Comment 380•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6660018&tree=Mozilla-Inbound
Comment 382•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6660204&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6660506&tree=Mozilla-Inbound
Comment 383•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6661920&tree=Mozilla-Inbound
Comment 384•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6662893&tree=Mozilla-Inbound
Comment 385•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6663063&tree=Mozilla-Inbound
Comment 386•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6663048&tree=Mozilla-Inbound
Comment 387•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6664154&tree=Mozilla-Inbound
Comment 388•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6665926&tree=Mozilla-Inbound
Comment 389•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6667927&tree=Mozilla-Inbound
Comment 391•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6679592&tree=Mozilla-Inbound
Comment 392•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6679993&tree=Mozilla-Inbound
Comment 393•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6686152&tree=Mozilla-Inbound
Comment 394•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6686441&tree=Mozilla-Inbound
Comment 395•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6692920&tree=Mozilla-Inbound
Comment 397•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6690783&tree=Mozilla-Inbound
Comment 398•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6694068&tree=Mozilla-Inbound
Comment 399•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6694071&tree=Mozilla-Inbound
Comment 400•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6696483&tree=Mozilla-Inbound
Comment 401•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6696622&tree=Mozilla-Inbound
Comment 402•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6697864&tree=Mozilla-Inbound
Comment 403•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6698009&tree=Mozilla-Inbound
Comment 404•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6705462&tree=Mozilla-Inbound
Comment 405•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6706577&tree=Mozilla-Inbound
Comment 406•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6707083&tree=Mozilla-Inbound
Comment 407•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6708046&tree=Mozilla-Inbound
Comment 408•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6708349&tree=Mozilla-Inbound
Comment 409•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6717316&tree=Mozilla-Inbound
Comment 410•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6714442&tree=Mozilla-Beta
Comment 411•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6725496&tree=Mozilla-Inbound
Comment 412•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6723607&tree=Mozilla-Inbound
Comment 413•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6688929&tree=Try https://tbpl.mozilla.org/php/getParsedLog.php?id=6706091&tree=Try
Comment 414•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6721654&tree=Mozilla-Inbound
Comment 415•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6732280&tree=Mozilla-Inbound
Comment 416•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6733742&tree=Mozilla-Inbound
Comment 417•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6733672&tree=Mozilla-Inbound
Comment 418•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6734994&tree=Mozilla-Inbound
Comment 420•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6741797&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6741564&tree=Mozilla-Inbound
Comment 421•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6748384&tree=Mozilla-Inbound
Comment 422•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6748466&tree=Mozilla-Inbound
Comment 423•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6749037&tree=Mozilla-Inbound
Comment 424•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6749320&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6749263&tree=Mozilla-Inbound
Comment 425•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6749963&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6750060&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6749942&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6750050&tree=Mozilla-Inbound
Comment 427•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6756057&tree=Mozilla-Inbound
Comment 428•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6758670&tree=Build-System
Comment 429•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6759034&tree=Build-System
Comment 430•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6760353&tree=Mozilla-Inbound
Comment 431•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6760443&tree=Mozilla-Inbound
Comment 432•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6760545&tree=Mozilla-Inbound
Comment 433•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6600894&tree=Mozilla-Release
Comment 434•12 years ago
|
||
The frequency seems to have increased in the last 12 hours, or is it just me? https://tbpl.mozilla.org/php/getParsedLog.php?id=6761568&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6761158&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6761122&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6761100&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6761622&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6761726&tree=Mozilla-Inbound
Comment 435•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6767054&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6766881&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=6767385&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=6766502&tree=Firefox
Comment 436•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6767926&tree=Firefox https://tbpl.mozilla.org/php/getParsedLog.php?id=6767925&tree=Firefox
Comment 437•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6768453&tree=Mozilla-Inbound
Comment 438•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6768612&tree=Mozilla-Inbound
Comment 439•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6768782&tree=Mozilla-Inbound
Comment 440•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6768949&tree=Mozilla-Inbound
Comment 441•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6770499&tree=Mozilla-Aurora
Comment 442•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6772647&tree=Jaegermonkey https://tbpl.mozilla.org/php/getParsedLog.php?id=6774425&tree=Mozilla-Inbound
Comment 443•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6776741&tree=Mozilla-Inbound
Comment 444•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6776860&tree=Mozilla-Beta
Comment 445•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6777159&tree=Mozilla-Inbound
Comment 446•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6778007&tree=Services-Central
Comment 447•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6778231&tree=Mozilla-Inbound
Comment 448•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6778346&tree=Mozilla-Inbound
Comment 449•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6778525&tree=Mozilla-Inbound
Comment 450•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6779849&tree=Mozilla-Beta
Comment 451•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6781990&tree=Mozilla-Inbound
Comment 453•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6790987&tree=Mozilla-Inbound
Comment 454•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=6792458&tree=Mozilla-Inbound
Comment 455•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&usebuildbot=1&rev=b92894dab13b linux & linuxqt segv ================ make -C cpp check make[5]: Entering directory `/builds/slave/try-lnx/build/obj-firefox/toolkit/components/places/tests/cpp' TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | Running test_two_null_links_same_uri. TEST-INFO | (../../../../../../toolkit/components/places/tests/cpp/test_IHistory.cpp) | 247 of 247 tests passed /bin/sh: line 1: 27772 Segmentation fault XPCOM_DEBUG_BREAK=stack-and-abort /builds/slave/try-lnx/build/obj-firefox/dist/bin/run-mozilla.sh ../../../../../dist/bin/$f make[5]: *** [check] Error 139 make[5]: Leaving directory `/builds/slave/try-lnx/build/obj-firefox/toolkit/components/places/tests/cpp' make[4]: Leaving directory `/builds/slave/try-lnx/build/obj-firefox/toolkit/components/places/tests' make[4]: *** [check] Error 2
Description
•