One test in data.cc crashes Octave 3.1.51
Thomas Treichl
Thomas.Treichl at gmx.net
Tue Aug 12 15:01:15 CDT 2008
Jaroslav Hajek schrieb:
> I can't reproduce this crash. Can you share your config.log, or just
> tell me whether you have log2 in libm?
Hi Jaroslav,
I'll send the config.log to you in a few minutes offside the mailing-list (it's
too large for the mailing list). I don't understand very much of this output but
I hope it will help:
bash:$ nm /Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/libm.dylib | grep log2
U _log2
U _log2
900f3950 T _log2l
900f35a0 T _log2l$LDBL64
U _log2
9010d7d0 T _log2f
90110f70 T _log2l$LDBL128
U ___log2
U ___log2
/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/libm.dylib(hash_log2.So):
900556a0 T ___log2
Can you see what you want to see or must I do something different?
John W. Eaton schrieb:
> On 12-Aug-2008, Jaroslav Hajek wrote:
>
> To start with, run Octave under gdb and find out where it crashes.
I have some problems here, it looks to me like gdb on my i386 cannot debug PPC
code with the Rosetta backend (or at least I don't know how to do it). However,
I can see the wrong result (without a crash of Octave) with the i386 binary too.
If no other ideas then I'll have a look at that one and send my experiences as
soon as possible...
Thomas
More information about the Bug-octave
mailing list