Crash when opening log file

Lubomir I. Ivanov neolit123 at gmail.com
Sat Nov 22 08:23:55 PST 2014


On 22 November 2014 at 18:10, Henrik Brautaset Aronsen
<subsurface at henrik.synth.no> wrote:
> Giuseppe Bilotta wrote:
>
> On Sat, Nov 22, 2014 at 4:31 PM, Henrik Brautaset Aronsen
> <subsurface at henrik.synth.no> 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
--


More information about the subsurface mailing list