seismology / mc_kernel

Calculate seismic sensitivity kernels using Axisem
GNU General Public License v3.0
24 stars 8 forks source link

Segfault in kdtree #3

Closed sstaehler closed 10 years ago

sstaehler commented 10 years ago

With gfortran 4.6.3 (Ubuntu 12.04LTS), I get a segfault in build_kdtree in readfields.f90, around line 963. No idea where it comes from exactly. Not traceable. Valgrind hints at a buffer overflow, but not reliable either.

sstaehler commented 10 years ago

Was actually a bug in AxiSEM. Mesh was not copied properly in field_transform.F90.