[Openswan Users] pluto aborted

Norbert Wegener nw at sbs.de
Wed Feb 9 10:56:33 CET 2005


As I am using the prepackeged openswan version from Suse, I hope the 
informations are correct.
I have installed the sourcerpm using rpmbuild -bc 
/usr/src/packages/SPECS/openswan.spec
and then:

lnxtst:/usr/src/packages/BUILD/openswan-2.2.0/programs/pluto # gdb
GNU gdb 6.2.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-suse-linux".
(gdb) file pluto
Reading symbols from 
/usr/src/packages/BUILD/openswan-2.2.0/programs/pluto/pluto...done.
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) core /home/norbert/tmp/core
warning: exec file is newer than core file.
Core was generated by `/usr/lib/ipsec/pluto --nofork --secretsfile 
/etc/ipsec.secrets --ipsecdir /etc/'.
Program terminated with signal 6, Aborted.
warning: current_sos: Can't read pathname for load map: Input/output error

Reading symbols from /usr/lib/libgmp.so.3...done.
Loaded symbols for /usr/lib/libgmp.so.3
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0xffffe410 in ?? ()
(gdb) bt
#0  0xffffe410 in ?? ()
#1  0xbffeddf8 in ?? ()
#2  0x00000006 in ?? ()
#3  0x000053ff in ?? ()
#4  0x40087d41 in raise () from /lib/tls/libc.so.6
#5  0x40089641 in abort () from /lib/tls/libc.so.6
#6  0x080553ee in passert_fail (pred_str=0x0, file_str=0x0, line_no=0) 
at log.c:585
#7  0x0806ab38 in setup_half_ipsec_sa (st=Variable "st" is not available.
) at kernel.c:2000
#8  0x0806b6d1 in install_inbound_ipsec_sa (st=0x80eac78) at kernel.c:2441
#9  0x08063edb in quick_inI1_outR1_tail (b=0xbffeee10, ac=0x0) at 
ipsec_doi.c:4956
#10 0x08064c40 in quick_inI1_outR1 (md=0x80e99a8) at ipsec_doi.c:4241
#11 0x08073699 in comm_handle (ifp=0x80e89d8) at demux.c:2117
#12 0x0805a200 in call_server () at server.c:1033
#13 0x08058aea in main (argc=11, argv=0xbffff244) at plutomain.c:681
(gdb)                                                     
Paul Wouters schrieb:

> On Wed, 9 Feb 2005, Norbert Wegener wrote:
>
>> Program received signal SIGABRT, Aborted.
>> 0xffffe410 in ?? ()
>> (gdb) bt
>> #0  0xffffe410 in ?? ()
>> #1  0xbffeddf8 in ?? ()
>
>
> Some symbols are missing. can you do:
> cd /usr/src/openswan-2.3.0/programs/pluto
> gdb
> gdb> file pluto
> gdb> core /tmp/core
> gdb> bt




More information about the Users mailing list