You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
I'm also seeing crashes in test/text/local_glyph_rasterizer.test.cpp. If I comment out all the tests in both test/text/local_glyph_rasterizer.test.cpp and test/api/query.test.cpp I get 100% passing tests. Is anyone else able to replicate this problem? /cc @mapbox/gl-core
@alexshalamov thanks for testing. I also cannot reproduce now if I build and run the tests in a new clone:
git clone [email protected]:mapbox/mapbox-gl-native mbgl-clean
cd mbgl-clean
build/macos/Debug/mbgl-test --gtest_catch_exceptions=0
That gives:
[----------] Global test environment tear-down
[==========] 757 tests from 101 test cases ran. (48862 ms total)
[ PASSED ] 757 tests.
YOU HAVE 3 DISABLED TESTS
And no crashes now.
So, perhaps this had something to due with stale results after upgrade to 10.15. If I see it again I'll re-open but for now this seems spurious.
When running
make run-test
on OS X I'm seeing a segfault.Platform: Mac OS X 10.15.1
Mapbox SDK version: HEAD@5b38cfe
I reduced the segfault to:
Happens every time.
Running with
lldb
gives:The backtrace is:
In a second run I get a slightly different backtrace:
Expected behavior
The tests don't segfault.
Actual behavior
They segfault.
The text was updated successfully, but these errors were encountered: