This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++-libc6.1-2.so.3: __builtin_new Segmentation Fault


I got a Segmentation Fault, and when I did a backtrace i got the following:

gdb) bt
#0  0x0fa773b4 in malloc () from /lib/libc.so.6
#1  0x0fa76960 in malloc () from /lib/libc.so.6
#2  0x0fc2c6b8 in __builtin_new () from /lib/libdsDbLib.so
#3  0x0fc291f8 in Scalar::createSelf () from /lib/libdsDbLib.so

The code is running on ppc Debian Linux 2.4.16; compiled on a x86 RedHat Linux.

Can anyone tell me how to debug this further?
I'd appreciate any suggestions or help.

Thanks,
Supriya

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]