[zeromq-dev] How to build zeromq on AIX?
T.Linden
tlinden at cpan.org
Wed Jan 22 09:32:04 CET 2014
Hi,
I can partly reproduce it, but only with one test case:
../config/test-driver[95]: 45351208 IOT/Abort trap(coredump)
XFAIL: test_abstract_ipc
gdb backtrace:
tom at power-aix: $ gdb ./.libs/lt-test_abstract_ipc core
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "powerpc-ibm-aix5.1.0.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from
/home/tom/build/zmq/zeromq-4.0.3/tests/.libs/lt-test_abstract_ipc...done.
Core was generated by `lt-test_abstract_ipc'.
Program terminated with signal 6, Aborted.
#0 0xd05187c0 in ?? ()
(gdb) bt
#0 0xd05187c0 in ?? ()
#1 0xffffffff in ?? ()
#2 0xd0517c68 in ?? ()
#3 0xd0120d24 in ?? ()
#4 0xd017c0e8 in ?? ()
#5 0xd0179634 in ?? ()
#6 0x10000f54 in main () at test_abstract_ipc.cpp:31
System is:
tom at power-aix: $ xlC -qversion
IBM XL C/C++ for AIX, V12.1 (5765-J02, 5725-C72)
Version: 12.01.0000.0000
tom at power-aix: $ uname -a
AIX power-aix 1 7 00F84C0C4C00
(power-pc, big endian).
It doesn't make any difference if I use gcc instead of xlc, same result.
@yuki070: you should look if there's a core file left in the tests/
subdirectory. If it's there, enter "gdb blah core", literally. gdb will
then tell you, that "blah" was not the executable which caused the core
and will print the name of the executable which was it. As in my example
you then enter "gdb ./.libs/lt-test_abstract_ipc core" and on the prompt
enter "bt" and post the output.
Maybe you post the file config.log as well.
best regards,
Tom
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the zeromq-dev
mailing list