Advertisement
Guest User

mapserver 6.5-dev segfault

a guest
Nov 14th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. root@gis:/usr/local/src/mapserver/build# gdb mapserv
  2. GNU gdb (GDB) 7.4.1-debian
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/local/src/mapserver/build/mapserv...done.
  12. (gdb) run
  13. Starting program: /usr/local/src/mapserver/build/mapserv
  14. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
  15. [Thread debugging using libthread_db enabled]
  16. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  17.  
  18. Program received signal SIGSEGV, Segmentation fault.
  19. 0x00007ffff79c36e7 in msDrawLegendIcon (map=0x61c000, lp=0x624410, theclass=0x626370, width=375, height=95, image=0x9e9680, dstX=5, dstY=5, scale_independant=1, hittest=0x0)
  20. at /usr/local/src/mapserver/maplegend.c:165
  21. 165 if (width/symbol->sizex < height/symbol->sizey)
  22. (gdb) print symbol
  23. $1 = (symbolObj *) 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement