Andreas Vox wrote: > $ gdb /Applications/LyX.app/Contents/MacOS/lyx > > BTW: is your unstripped binary also 200 MB ? > Takes some time to load into gdb!
No. Only 126MB and I'm typing this from a 64bit Alpha machine, so I'd expect my binary to be twice the size of yours. Means that your version of g++ is introducing even more debug cruft than mine. Unlucky you. > #2 0x00115500 in MathArray::dist(int, int) const (this=0xd92f1e0, > x=227733984, y=51) at math_data.C:394 > > The value for x looks kind of exaggerated. Indeed. So André's strategy appears to work then. -- Angus