[Openswan Users] Cisco Concentrator Stumped

Eaton, Andy Andy at seas.wustl.edu
Thu Feb 3 17:38:06 CET 2005


Back at it...

> Thanks. Bad news it is 2.3.0. good news we have a trace now. Except:
> 
> Using host libthread_db library "/lib/tls/libthread_db.so.1".
> (no debugging symbols found)
> Core was generated by `/usr/local/libexec/ipsec/pluto --nofork --
> secretsfile /etc/ipsec.secrets --ipse'.
> Program terminated with signal 6, Aborted.
> #0  0x4008e7ab in ?? ()
> (gdb) where
> #0  0x4008e7ab in ?? ()
> #1  0x40196c60 in ?? ()
> 
> cd into the openswan-2.3.0/programs/pluto directory first. Then
> start gdb. use 'file pluto' to read in the pluto binary. Then
> use 'core /tmp/core' to read in the core, and we should get all
> the symbols.

Here is the new gdb trace.

Thanks,

Andy


-------------- next part --------------
Script started on Thu 03 Feb 2005 05:28:13 PM CST
Debian-Gateway:/usr/src/openswan-2.3.0/programs/pluto# gdb

GNU gdb 6.3-debian

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 "i386-linux".

(gdb) dil   file pluto

Reading symbols from /usr/src/openswan-2.3.0/programs/pluto/pluto...done.

Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) core /tmp/core

Core was generated by `/usr/local/libexec/ipsec/pluto --nofork --secretsfile /etc/ipsec.secrets --ipse'.

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/tls/libresolv.so.2...done.

Loaded symbols for /lib/tls/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  0x4008e7ab in raise () from /lib/tls/libc.so.6

(gdb) where

#0  0x4008e7ab in raise () from /lib/tls/libc.so.6

#1  0x4008ff12 in abort () from /lib/tls/libc.so.6

#2  0x0805906d in passert_fail (pred_str=0x80bdd4f "st->st_suspended_md->st == st", file_str=0x80bdb40 "state.c", line_no=308) at log.c:598

#3  0x08059f39 in delete_state (st=0x81018f8) at state.c:308

#4  0x0805a5e3 in delete_states_by_connection (c=0x80ffdf0, relations=0) at state.c:463

#5  0x0804c565 in release_connection (c=0x80ffdf0, relations=0) at connections.c:260

#6  0x0804c75a in delete_connection (c=0x80ffdf0, relations=0) at connections.c:323

#7  0x0804caa5 in delete_connections_by_name (name=0xbffff048 "conc", strict=1) at connections.c:394

#8  0x0807b290 in whack_handle (whackctlfd=4) at rcv_whack.c:351

#9  0x08060106 in call_server () at server.c:1088

#10 0x0805cb64 in main (argc=8, argv=0xbffffb44) at plutomain.c:731

(gdb) quit

Debian-Gateway:/usr/src/openswan-2.3.0/programs/pluto# ls / -sl /tmp/

total 168

168 -rw-------  1 root root 393216 2005-02-02 20:26 core

  0 -rw-r--r--  1 root root      0 2005-02-03 17:28 plutogdb.txt

Debian-Gateway:/usr/src/openswan-2.3.0/programs/pluto# cat /tmp/plutogdb.txt 

Debian-Gateway:/usr/src/openswan-2.3.0/programs/pluto# exit

exit


Script done on Thu 03 Feb 2005 05:29:27 PM CST


More information about the Users mailing list