gdb ./bsp
GNU gdb (Ubuntu 8.1.1-0ubuntu1) 8.1.1
Copyright (C) 2018 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".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<
http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<
http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./bsp...done.
(gdb) r -v *.pts
Starting program: /home/farox/Scrivania/Halloween3D-master/HTOOLS/tools sources/bsp src/bsp -v *.pts
BSP-MAKER [Version 1.37]
(C) Copyright 2001 Jadeware Corp.
=================================
Indoor Visibility Processing
Loading h1m7.pts
FACES: 7116
--GroupFaces--
SnapWordToGrid
RemoveWrongFaces
CenterVertices
-- CSGeometry --
FindActionBrushes
FindBrushes
Brush(es): 382
NonConvex Brush(es): 38
RemoveBrushUnions
-- SolidBSP --
Program received signal SIGSEGV, Segmentation fault.
0x0000555555555f7d in rec_Sentinel_solid_BSP (Node=-144286960)
at bsp2algo.c:521
521 if(NodeArray[Node].Front == Nb_nodes)
(gdb) bt
#0 0x0000555555555f7d in rec_Sentinel_solid_BSP (Node=-144286960)
at bsp2algo.c:521
#1 0x000055555555606a in rec_Sentinel_solid_BSP (Node=-2) at bsp2algo.c:527
#2 0x00005555555560c3 in rec_Sentinel_solid_BSP (Node=16) at bsp2algo.c:529
#3 0x000055555555606a in rec_Sentinel_solid_BSP (Node=15) at bsp2algo.c:527
#4 0x000055555555606a in rec_Sentinel_solid_BSP (Node=14) at bsp2algo.c:527
#5 0x000055555555606a in rec_Sentinel_solid_BSP (Node=13) at bsp2algo.c:527
#6 0x000055555555606a in rec_Sentinel_solid_BSP (Node=12) at bsp2algo.c:527
#7 0x000055555555606a in rec_Sentinel_solid_BSP (Node=11) at bsp2algo.c:527
#8 0x000055555555606a in rec_Sentinel_solid_BSP (Node=10) at bsp2algo.c:527
#9 0x000055555555606a in rec_Sentinel_solid_BSP (Node=9) at bsp2algo.c:527
#10 0x000055555555606a in rec_Sentinel_solid_BSP (Node=8) at bsp2algo.c:527
#11 0x000055555555606a in rec_Sentinel_solid_BSP (Node=7) at bsp2algo.c:527
#12 0x000055555555606a in rec_Sentinel_solid_BSP (Node=6) at bsp2algo.c:527
#13 0x000055555555606a in rec_Sentinel_solid_BSP (Node=5) at bsp2algo.c:527
#14 0x000055555555606a in rec_Sentinel_solid_BSP (Node=4) at bsp2algo.c:527
#15 0x000055555555606a in rec_Sentinel_solid_BSP (Node=3) at bsp2algo.c:527
#16 0x000055555555606a in rec_Sentinel_solid_BSP (Node=2) at bsp2algo.c:527
#17 0x000055555555606a in rec_Sentinel_solid_BSP (Node=1) at bsp2algo.c:527
#18 0x000055555555606a in rec_Sentinel_solid_BSP (Node=0) at bsp2algo.c:527
#19 0x0000555555555bee in Compute_solid_BSP (ListFace=0x5555585f9d50)
at bsp2algo.c:420
#20 0x0000555555555149 in ProcessFile (name=0x7fffffffe35c "h1m7.pts")
#21 0x0000555555554dda in main (argc=3, argv=0x7fffffffdfd8) at bsp2.c:51
(gdb)