Created
August 14, 2012 17:39
-
-
Save springmeyer/3351123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nik2img.py tests/data/good_maps/text_rotation.xml t.png -f ARGB32 | |
Segmentation fault: 11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | |
0 ??? 000000000000000000 0 + 0 | |
1 libpixman-1.0.dylib 0x00000001038bd0cf _pixman_image_validate + 839 | |
2 libpixman-1.0.dylib 0x00000001038d028c pixman_image_composite32 + 144 | |
3 libcairo.2.dylib 0x00000001036a3c9b _composite_glyphs + 653 | |
4 libcairo.2.dylib 0x00000001036a56af _clip_and_composite + 1922 | |
5 libcairo.2.dylib 0x00000001036a17c2 _cairo_image_surface_glyphs + 280 | |
6 libcairo.2.dylib 0x000000010334a996 _cairo_surface_show_text_glyphs + 541 | |
7 libcairo.2.dylib 0x00000001033279bb _cairo_gstate_show_text_glyphs + 592 | |
8 libcairo.2.dylib 0x000000010331fbf6 cairo_show_glyphs + 94 | |
9 libmapnik.dylib 0x0000000102201313 mapnik::cairo_context::show_glyph(unsigned long, double, double) + 51 | |
10 libmapnik.dylib 0x00000001021aa3e7 mapnik::cairo_context::add_text(mapnik::text_path const&, mapnik::cairo_face_manager&, mapnik::face_manager<mapnik::freetype_engine>&, double) + 951 | |
11 libmapnik.dylib 0x00000001021a8bd7 mapnik::cairo_renderer_base::process(mapnik::text_symbolizer const&, mapnik::feature_impl&, mapnik::proj_transform const&) + 279 | |
12 libmapnik.dylib 0x000000010216ff7d mapnik::feature_style_processor<mapnik::cairo_renderer<Cairo::Context> >::render_style(mapnik::layer const&, mapnik::cairo_renderer<Cairo::Context>&, mapnik::feature_type_style*, std::string const&, boost::shared_ptr<mapnik::Featureset>, mapnik::proj_transform const&, double) + 797 | |
13 libmapnik.dylib 0x000000010216ecd2 mapnik::feature_style_processor<mapnik::cairo_renderer<Cairo::Context> >::apply_to_layer(mapnik::layer const&, mapnik::cairo_renderer<Cairo::Context>&, mapnik::projection const&, double, std::set<std::string, std::less<std::string>, std::allocator<std::string> >&) + 5778 | |
14 libmapnik.dylib 0x000000010216d1dd mapnik::feature_style_processor<mapnik::cairo_renderer<Cairo::Context> >::apply() + 509 | |
15 libmapnik.dylib 0x00000001022790ce mapnik::save_to_cairo_file(mapnik::Map const&, std::string const&, std::string const&, double) + 1550 | |
16 _mapnik.so 0x0000000101950289 render_to_file1(mapnik::Map const&, std::string const&, std::string const&) + 329 | |
17 _mapnik.so 0x000000010195e694 boost::python::detail::caller_arity<3u>::impl<void (*)(mapnik::Map const&, std::string const&, std::string const&), boost::python::default_call_policies, boost::mpl::vector4<void, mapnik::Map const&, std::string const&, std::string const&> >::operator()(_object*, _object*) + 308 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment