On Wed, 25 Oct 2017, Charles Van Dusen wrote:
Thanks for the quick response. I am a newb to gdb, but here is the result:
Thaks for the report.
(gdb) bt #0 __pthread_self () at pthread_self.c:25 #1 0x00445880 in add_state_prefix (buf=0x7e800168) at /home/pi/libreswan-3.22/programs/pluto/log.c:151 #2 0x004b8744 in lsw_passert_fail (file=0x50f40c "lswlog.c", line=line@entry=43, func=0x50f3c0 <__func__.9160> "dest", fmt=0x50c224 "%s") at /home/pi/libreswan-3.22/lib/libswan/lsw_passert_fail.c:29 #3 0x004b8fb8 in dest (log=0x7e800168) at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:43 #4 0x004b912c in lswlogs () at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:158 #5 0x004b8754 in lsw_passert_fail (file=0x50f40c "lswlog.c", line=line@entry=43, func=0x50f3c0 <__func__.9160> "dest", fmt=0x50c224 "%s") at /home/pi/libreswan-3.22/lib/libswan/lsw_passert_fail.c:30 #6 0x004b8fb8 in dest (log=0x7e8005d0) at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:43 #7 0x004b912c in lswlogs () at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:158 #8 0x004b8754 in lsw_passert_fail (file=0x50f40c "lswlog.c", line=line@entry=43, func=0x50f3c0 <__func__.9160> "dest", fmt=0x50c224 "%s") at /home/pi/libreswan-3.22/lib/libswan/lsw_passert_fail.c:30 #9 0x004b8fb8 in dest (log=0x7e800a38) at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:43 #10 0x004b912c in lswlogs () at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:158 #11 0x004b8754 in lsw_passert_fail (file=0x50f40c "lswlog.c", line=line@entry=43, func=0x50f3c0 <__func__.9160> "dest", fmt=0x50c224 "%s") at /home/pi/libreswan-3.22/lib/libswan/lsw_passert_fail.c:30 #12 0x004b8fb8 in dest (log=0x7e800ea0) at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:43 #13 0x004b912c in lswlogs () at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:158 #14 0x004b8754 in lsw_passert_fail (file=0x50f40c "lswlog.c", line=line@entry=43, func=0x50f3c0 <__func__.9160> "dest", fmt=0x50c224 "%s") at /home/pi/libreswan-3.22/lib/libswan/lsw_passert_fail.c:30 #15 0x004b8fb8 in dest (log=0x7e801308) at /home/pi/libreswan-3.22/lib/libswan/lswlog.c:43 Does that help? Anything else I can do to provide more helpful info?
Odd that it doesn't show the actual line of the source of the problem. But since you seem to hit a passert, there should be a log line with ASSERTION FAILED. Can you find that logline and share it? Paul _______________________________________________ Swan mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan
