On 22 November 2014 at 18:10, Henrik Brautaset Aronsen <[email protected]> wrote: > Giuseppe Bilotta wrote: > > On Sat, Nov 22, 2014 at 4:31 PM, Henrik Brautaset Aronsen > <[email protected]> wrote: > > I get a crash when opening a log file [1] with the latest subsurface on osx. > I'm using 48a8c9891 with libdc e307227b80. > > Thread 0 Crashed:: Dispatch queue: com.apple.main-thread > 0 Subsurface 0x000000010002a960 > populate_pressure_information + 1456 > > Assuming this is custom built, can you try compiling with debug > information? exporting CFLAGS=-g CXXFLAGS=-g and running a make clean > ; make should do it. > > > OK, did that. Still crashes with the same stack trace, and no more info on > the console... >
probably all symbols are stripped from the .text section. you can check if the linker command line has -s or -Wl,-s from the makefile and remove it, the clean / re-make. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
