On Wed, Mar 3, 2010 at 3:33 PM, Felipe Sanches
<address@hidden> wrote:
address@hidden:~/devel/libredwg/examples$ gdb .libs/testSVG
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(gdb) r ./tests/23Nightingale.dwg > /dev/null 2> error.out
Starting program: /home/felipe/devel/libredwg/examples/.libs/testSVG ./tests/23Nightingale.dwg > /dev/null 2> error.out
Program received signal SIGSEGV, Segmentation fault.
0x00007f503cf7570d in dwg_print_BLOCK_HEADER (dat=0x7fff5dfcca10, obj=0x7f503c8193f8) at /usr/include/bits/stdio2.h:98
98 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
(gdb)
On Wed, Mar 3, 2010 at 3:19 PM, Rodrigo Rodrigues da Silva
<address@hidden> wrote:
Timo Lähde wrote:
Those insert_handles looks odd?
Definitely wrong. Did you get a segfault after that?