Skip to content

Instantly share code, notes, and snippets.

@mikemorris
Created December 8, 2014 16:43
Show Gist options
  • Save mikemorris/1defd3862193f5a18af7 to your computer and use it in GitHub Desktop.
Save mikemorris/1defd3862193f5a18af7 to your computer and use it in GitHub Desktop.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
btCore was generated by `node /home/mikemorris/node-mapbox-gl-native/node_modules/.bin/tape test/**/*.te'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007f7fd109fbb9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007f7fd109fbb9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007f7fd10a2fc8 in __GI_abort () at abort.c:89
#2 0x00007f7fd1bc96b5 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007f7fd1bc7836 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007f7fd1bc7863 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007f7fd1bc7aa2 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007f7fcabd09ca in mbgl::Source::addTile(mbgl::Map&, uv::worker&, mbgl::util::ptr<mbgl::Style>, mbgl::GlyphAtlas&, mbgl::GlyphStore&, mbgl::SpriteAtlas&, mbgl::util::ptr<mbgl::Sprite>, mbgl::FileSource&, mbgl::TexturePool&, mbgl::Tile::ID const&, std::function<void ()>) (this=0x7f7f4e282bb8, map=...,
worker=..., style=..., glyphAtlas=..., glyphStore=..., spriteAtlas=..., sprite=..., fileSource=..., texturePool=..., id=..., callback=...)
at ../../src/mbgl/map/source.cpp:195
#7 0x00007f7fcabd16c0 in mbgl::Source::update(mbgl::Map&, uv::worker&, mbgl::util::ptr<mbgl::Style>, mbgl::GlyphAtlas&, mbgl::GlyphStore&, mbgl::SpriteAtlas&, mbgl::util::ptr<mbgl::Sprite>, mbgl::TexturePool&, mbgl::FileSource&, std::function<void ()>) (this=0x7f7f4e282bb8, map=..., worker=..., style=...,
glyphAtlas=..., glyphStore=..., spriteAtlas=..., sprite=..., texturePool=..., fileSource=..., callback=...) at ../../src/mbgl/map/source.cpp:314
#8 0x00007f7fcab15932 in mbgl::Map::updateTiles (this=0x2eb71548) at ../../src/mbgl/map/map.cpp:573
#9 0x00007f7fcab15ee4 in mbgl::Map::prepare (this=0x2eb71548) at ../../src/mbgl/map/map.cpp:617
#10 0x00007f7fcab13a43 in mbgl::Map::run (this=0x2eb71548) at ../../src/mbgl/map/map.cpp:241
#11 0x00007f7fcab01a4f in node_mbgl::RenderWorker::Execute() () from /home/mikemorris/node-mapbox-gl-native/lib/mapbox-gl-native.node
#12 0x000000000099c6f0 in worker (arg=<optimized out>) at ../deps/uv/src/unix/threadpool.c:74
#13 0x0000000000991fb1 in uv__thread_start (ctx_v=<optimized out>) at ../deps/uv/src/uv-common.c:322
#14 0x00007f7fd1437182 in start_thread (arg=0x7f7fcbfff700) at pthread_create.c:312
#15 0x00007f7fd1163fbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment