Advertisement
Guest User

mapbox-sfos test crash on Jolla 1

a guest
Sep 17th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 65.79 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x4643e3a0 (LWP 5074)]
  3. malloc_consolidate (av=av@entry=0x410b14f4 <main_arena>) at malloc.c:4157
  4. 4157    malloc.c: No such file or directory.
  5. (gdb) bt
  6. #0  malloc_consolidate (av=av@entry=0x410b14f4 <main_arena>) at malloc.c:4157
  7. #1  0x4100a13e in _int_malloc (av=av@entry=0x410b14f4 <main_arena>, bytes=bytes@entry=1024) at malloc.c:3423
  8. #2  0x4100b77c in __GI___libc_malloc (bytes=1024) at malloc.c:2891
  9. #3  0x40e77470 in operator new (sz=1024) at /usr/src/debug/gcc-6.4.0/libstdc++-v3/libsupc++/new_op.cc:50
  10. #4  0x2a164bbc in void std::vector<mbgl::RenderItem, std::allocator<mbgl::RenderItem> >::_M_emplace_back_aux<mbgl::RenderLayer&, mbgl::RenderSource*&>(mbgl::RenderLayer&, mbgl::RenderSource*&) ()
  11. #5  0x2a1637ca in mbgl::RenderStyle::getRenderData(mbgl::MapDebugOptions, float) ()
  12. #6  0x00000000 in ?? ()
  13. (gdb) bt full  
  14. #0  malloc_consolidate (av=av@entry=0x410b14f4 <main_arena>) at malloc.c:4157
  15.         fb = 0x410b1500 <main_arena+12>
  16.         maxfb = 0x410b1520 <main_arena+44>
  17.         p = 0x722fa8
  18.         nextp = 0x2aa40ae0
  19.         unsorted_bin = 0x410b1524 <main_arena+48>
  20.         first_unsorted = <optimized out>
  21.         nextchunk = 0x2ab3a1a0
  22.         size = 708932088
  23.         nextsize = 2056
  24.         prevsize = 708932064
  25.         nextinuse = <optimized out>
  26.         bck = <optimized out>
  27.         fwd = <optimized out>
  28.         __func__ = "malloc_consolidate"
  29. #1  0x4100a13e in _int_malloc (av=av@entry=0x410b14f4 <main_arena>, bytes=bytes@entry=1024) at malloc.c:3423
  30.         nb = 1032
  31.         idx = <optimized out>
  32.         bin = <optimized out>
  33.         victim = <optimized out>
  34.         size = <optimized out>
  35.         victim_index = <optimized out>
  36.         remainder = <optimized out>
  37.         remainder_size = <optimized out>
  38.         block = <optimized out>
  39.         bit = <optimized out>
  40.         map = <optimized out>
  41.         fwd = <optimized out>
  42.         bck = <optimized out>
  43.         errstr = 0x0
  44.         __func__ = "_int_malloc"
  45. #2  0x4100b77c in __GI___libc_malloc (bytes=1024) at malloc.c:2891
  46.         ar_ptr = 0x410b14f4 <main_arena>
  47.         victim = <optimized out>
  48.         hook = <optimized out>
  49. #3  0x40e77470 in operator new (sz=1024) at /usr/src/debug/gcc-6.4.0/libstdc++-v3/libsupc++/new_op.cc:50
  50.         p = <optimized out>
  51. #4  0x2a164bbc in void std::vector<mbgl::RenderItem, std::allocator<mbgl::RenderItem> >::_M_emplace_back_aux<mbgl::RenderLayer&, mbgl::RenderSource*&>(mbgl::RenderLayer&, mbgl::RenderSource*&) ()
  52. No symbol table info available.
  53. #5  0x2a1637ca in mbgl::RenderStyle::getRenderData(mbgl::MapDebugOptions, float) ()
  54. No symbol table info available.
  55. #6  0x00000000 in ?? ()
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement