Skip to content

Instantly share code, notes, and snippets.

@mcnewton
Last active November 18, 2015 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcnewton/63a01685f3748e202e81 to your computer and use it in GitHub Desktop.
Save mcnewton/63a01685f3748e202e81 to your computer and use it in GitHub Desktop.
FR3 _talloc_free() crash
Server was built with:
accounting : yes
authentication : yes
ascend-binary-attributes : yes
coa : yes
control-socket : yes
detail : yes
dhcp : yes
dynamic-clients : yes
osfc2 : no
proxy : yes
regex-pcre : no
regex-posix : yes
regex-posix-extended : yes
session-management : yes
stats : yes
tcp : yes
threads : yes
tls : yes
unlang : yes
vmps : yes
developer : no
Server core libs:
freeradius-server : 3.0.11
talloc : 2.0.*
ssl : 1.0.1e release
Endianness:
little
Compilation flags:
cppflags : -D_FORTIFY_SOURCE=2
cflags : -I/build/freeradius-c36AoY/freeradius-3.0.11+git -I/build/freeradius-c36AoY/freeradius-3.0.11+git/src -include /build/freeradius-c36AoY/freeradius-3.0.11+git/src/freeradius-devel/autoconf.h -include /build/freeradius-c36AoY/freeradius-3.0.11+git/src/freeradius-devel/build.h -include /build/freeradius-c36AoY/freeradius-3.0.11+git/src/freeradius-devel/features.h -include /build/freeradius-c36AoY/freeradius-3.0.11+git/src/freeradius-devel/radpaths.h -fno-strict-aliasing -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -O2 -Wall -std=c99 -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -DNDEBUG -DIS_MODULE=1
ldflags : -Wl,-z,relro
libs : -lcrypto -lssl -ltalloc -lcap -lnsl -lresolv -ldl -lpthread -lreadline
Copyright (C) 1999-2015 The FreeRADIUS server project and contributors
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License
For more information about these matters, see the file named COPYRIGHT
Starting - reading configuration files ...
including dictionary file /usr/share/freeradius/dictionary
including dictionary file /usr/share/freeradius/dictionary.dhcp
including dictionary file /usr/share/freeradius/dictionary.vqp
including dictionary file /srv/radius/dictionary
including configuration file /srv/radius/radiusd.conf
including configuration file /srv/radius/proxy.conf
including configuration file /srv/radius/clients.conf
including files in directory /srv/radius/mods-enabled/
including configuration file /srv/radius/mods-enabled/detail.log
including configuration file /srv/radius/mods-enabled/ldap
including configuration file /srv/radius/mods-enabled/expr
including configuration file /srv/radius/mods-enabled/realm
including configuration file /srv/radius/mods-enabled/attr_filter
including configuration file /srv/radius/mods-enabled/always
including configuration file /srv/radius/mods-enabled/eap
including configuration file /srv/radius/mods-enabled/files
including configuration file /srv/radius/mods-enabled/preprocess
including files in directory /srv/radius/policy.d/
including configuration file /srv/radius/policy.d/accounting
including configuration file /srv/radius/policy.d/eap
including configuration file /srv/radius/policy.d/canonicalization
including configuration file /srv/radius/policy.d/debug
including configuration file /srv/radius/policy.d/uol
including configuration file /srv/radius/policy.d/filter
including files in directory /srv/radius/sites-enabled/
including configuration file /srv/radius/sites-enabled/check-eap-tls
including configuration file /srv/radius/sites-enabled/control-socket
including configuration file /srv/radius/sites-enabled/soh
including configuration file /srv/radius/sites-enabled/inner-tunnel
including configuration file /srv/radius/sites-enabled/status
including configuration file /srv/radius/sites-enabled/default
main {
security {
user = "freerad"
group = "freerad"
allow_core_dumps = yes
}
name = "freeradius"
prefix = "/usr"
localstatedir = "/var"
logdir = "/var/log/freeradius"
run_dir = "/var/run/freeradius"
}
Cannot update core dump limit: Operation not permitted
Core dumps are enabled
main {
name = "freeradius"
prefix = "/usr"
localstatedir = "/var"
sbindir = "/usr/sbin"
logdir = "/var/log/freeradius"
run_dir = "/var/run/freeradius"
libdir = "/usr/lib/freeradius"
radacctdir = "/srv/log/radius"
panic_action = "gdb -silent -x /srv/radius/panic.gdb %e %p 2>&1 | tee /var/log/freeradius/gdb-freeradius-%p.log"
hostname_lookups = no
max_request_time = 30
cleanup_delay = 5
max_requests = 16384
pidfile = "/var/run/freeradius/freeradius.pid"
checkrad = "/usr/sbin/checkrad"
debug_level = 0
proxy_requests = yes
log {
stripped_names = no
auth = no
auth_badpass = no
auth_goodpass = no
colourise = yes
msg_denied = "You are already logged in - access denied"
}
resources {
}
security {
max_attributes = 200
reject_delay = 1.000000
status_server = yes
}
}
radiusd: #### Loading Realms and Home Servers ####
proxy server {
retry_delay = 5
retry_count = 3
default_fallback = no
dead_time = 120
wake_all_if_all_dead = no
}
home_server ellipse {
ipaddr = 143.210.16.109
port = 1812
type = "auth"
secret = <<< secret >>>
response_window = 30.000000
response_timeouts = 1
max_outstanding = 65536
zombie_period = 40
status_check = "status-server"
ping_interval = 30
check_interval = 15
check_timeout = 4
num_answers_to_alive = 2
revive_interval = 300
limit {
max_connections = 16
max_requests = 0
lifetime = 0
idle_timeout = 0
}
coa {
irt = 2
mrt = 16
mrc = 5
mrd = 30
}
}
WARNING: Ignoring "num_pings_to_alive = 2", forcing to "num_pings_to_alive = 3"
realm LOCAL {
}
home_server_pool test_pool {
type = fail-over
home_server = ellipse
}
realm testing {
auth_pool = test_pool
nostrip
}
radiusd: #### Loading Clients ####
client localhost {
ipaddr = 127.0.0.1
require_message_authenticator = no
secret = <<< secret >>>
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
client 143.210.9.68 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC2504-TEST"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.68. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.69 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC2504-CC"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.69. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.70 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC5508-CC-1"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.70. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.71 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC5508-BEN-1"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.71. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.72 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC5508-DWL-1"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.72. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.73 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC8510-CC-1"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.73. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.74 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "WLC8510-CC-2"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.74. Please fix your configuration
Support for old-style clients will be removed in a future release
client 143.210.9.99 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "radman"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.9.99. Please fix your configuration
Support for old-style clients will be removed in a future release
client mdradius0 {
ipv4addr = 143.210.9.80
require_message_authenticator = no
secret = <<< secret >>>
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
client mdradius1 {
ipv4addr = 143.210.9.81
require_message_authenticator = no
secret = <<< secret >>>
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
client 143.210.12.0/24 {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "cc-network"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 143.210.12.0/24. Please fix your configuration
Support for old-style clients will be removed in a future release
client nagios.cc.le.ac.uk {
require_message_authenticator = no
secret = <<< secret >>>
shortname = "nagios"
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client nagios.cc.le.ac.uk. Please fix your configuration
Support for old-style clients will be removed in a future release
Debugger not attached
# Creating Auth-Type = inner-eap
# Creating Autz-Type = Status-Server
# Creating Auth-Type = outer-eap
radiusd: #### Instantiating modules ####
modules {
# Loaded module rlm_detail
# Loading module "detail" from file /srv/radius/mods-enabled/detail.log
detail {
filename = "/srv/log/radius/detail/%Y%m%d/acct-detail"
header = "%t %{Client-IP-Address}"
permissions = 416
group = "radlogs"
locking = no
escape_filenames = no
log_packet_header = no
}
# Loading module "auth_log" from file /srv/radius/mods-enabled/detail.log
detail auth_log {
filename = "/srv/log/radius/detail/%Y%m%d/auth-detail"
header = "%t %{Client-IP-Address}"
permissions = 416
group = "radlogs"
locking = no
escape_filenames = no
log_packet_header = no
}
# Loading module "soh_log" from file /srv/radius/mods-enabled/detail.log
detail soh_log {
filename = "/srv/log/radius/detail/%Y%m%d/soh"
header = "%t %{Client-IP-Address}"
permissions = 416
group = "radlogs"
locking = no
escape_filenames = no
log_packet_header = no
}
# Loaded module rlm_ldap
# Loading module "ldap" from file /srv/radius/mods-enabled/ldap
ldap {
server = "uol.le.ac.uk"
port = 636
identity = "dvnsldap@uol.le.ac.uk"
password = <<< secret >>>
sasl {
}
user {
scope = "sub"
access_positive = yes
sasl {
}
}
group {
filter = "(&(objectClass=group)(member=%{control:Ldap-UserDn}))"
scope = "sub"
name_attribute = "cn"
membership_attribute = "memberOf"
membership_filter = "(&(objectClass=group)(member=%{control:Ldap-UserDn}))"
cacheable_name = no
cacheable_dn = no
}
client {
scope = "sub"
base_dn = ""
}
profile {
}
options {
ldap_debug = 40
chase_referrals = yes
rebind = yes
net_timeout = 1
res_timeout = 10
srv_timelimit = 3
idle = 60
probes = 3
interval = 3
}
tls {
start_tls = no
require_cert = "never"
}
}
Creating attribute LDAP-Group
# Loaded module rlm_expr
# Loading module "expr" from file /srv/radius/mods-enabled/expr
expr {
safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /äéöüàâæçèéêëîïôœùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔŒÙÛÜŸ"
}
# Loaded module rlm_realm
# Loading module "suffix" from file /srv/radius/mods-enabled/realm
realm suffix {
format = "suffix"
delimiter = "@"
ignore_default = no
ignore_null = no
}
# Loaded module rlm_attr_filter
# Loading module "attr_filter.access_reject" from file /srv/radius/mods-enabled/attr_filter
attr_filter attr_filter.access_reject {
filename = "/srv/radius/mods-config/attr_filter/access_reject"
key = "%{User-Name}"
relaxed = no
}
# Loading module "attr_filter.access_challenge" from file /srv/radius/mods-enabled/attr_filter
attr_filter attr_filter.access_challenge {
filename = "/srv/radius/mods-config/attr_filter/access_challenge"
key = "%{User-Name}"
relaxed = no
}
# Loading module "attr_filter.accounting_response" from file /srv/radius/mods-enabled/attr_filter
attr_filter attr_filter.accounting_response {
filename = "/srv/radius/mods-config/attr_filter/accounting_response"
key = "%{User-Name}"
relaxed = no
}
# Loaded module rlm_always
# Loading module "reject" from file /srv/radius/mods-enabled/always
always reject {
rcode = "reject"
simulcount = 0
mpp = no
}
# Loading module "fail" from file /srv/radius/mods-enabled/always
always fail {
rcode = "fail"
simulcount = 0
mpp = no
}
# Loading module "ok" from file /srv/radius/mods-enabled/always
always ok {
rcode = "ok"
simulcount = 0
mpp = no
}
# Loading module "handled" from file /srv/radius/mods-enabled/always
always handled {
rcode = "handled"
simulcount = 0
mpp = no
}
# Loading module "invalid" from file /srv/radius/mods-enabled/always
always invalid {
rcode = "invalid"
simulcount = 0
mpp = no
}
# Loading module "userlock" from file /srv/radius/mods-enabled/always
always userlock {
rcode = "userlock"
simulcount = 0
mpp = no
}
# Loading module "notfound" from file /srv/radius/mods-enabled/always
always notfound {
rcode = "notfound"
simulcount = 0
mpp = no
}
# Loading module "noop" from file /srv/radius/mods-enabled/always
always noop {
rcode = "noop"
simulcount = 0
mpp = no
}
# Loading module "updated" from file /srv/radius/mods-enabled/always
always updated {
rcode = "updated"
simulcount = 0
mpp = no
}
# Loaded module rlm_eap
# Loading module "outer-eap" from file /srv/radius/mods-enabled/eap
eap outer-eap {
default_eap_type = "peap"
timer_expire = 60
ignore_unknown_eap_types = no
cisco_accounting_username_bug = no
max_sessions = 16384
}
# Loading module "inner-eap" from file /srv/radius/mods-enabled/eap
eap inner-eap {
default_eap_type = "tls"
timer_expire = 60
ignore_unknown_eap_types = no
cisco_accounting_username_bug = no
max_sessions = 16384
}
# Loaded module rlm_files
# Loading module "files" from file /srv/radius/mods-enabled/files
files {
filename = "/srv/radius/mods-config/files/authorize"
}
# Loaded module rlm_preprocess
# Loading module "preprocess" from file /srv/radius/mods-enabled/preprocess
preprocess {
with_ascend_hack = no
ascend_channels_per_line = 23
with_ntdomain_hack = no
with_specialix_jetstream_hack = no
with_cisco_vsa_hack = no
with_alvarion_vsa_hack = no
}
instantiate {
}
# Instantiating module "detail" from file /srv/radius/mods-enabled/detail.log
# Instantiating module "auth_log" from file /srv/radius/mods-enabled/detail.log
rlm_detail (auth_log): 'EAP-MSK' suppressed, will not appear in detail output
rlm_detail (auth_log): 'EAP-EMSK' suppressed, will not appear in detail output
rlm_detail (auth_log): 'MS-MPPE-Recv-Key' suppressed, will not appear in detail output
rlm_detail (auth_log): 'MS-MPPE-Send-Key' suppressed, will not appear in detail output
rlm_detail (auth_log): 'Message-Authenticator' suppressed, will not appear in detail output
# Instantiating module "soh_log" from file /srv/radius/mods-enabled/detail.log
# Instantiating module "ldap" from file /srv/radius/mods-enabled/ldap
rlm_ldap: libldap vendor: OpenLDAP, version: 20431
rlm_ldap (ldap): Couldn't find configuration for accounting, will return NOOP for calls from this section
rlm_ldap (ldap): Couldn't find configuration for post-auth, will return NOOP for calls from this section
rlm_ldap (ldap): Initialising connection pool
pool {
start = 5
min = 3
max = 32
spare = 10
uses = 0
lifetime = 0
cleanup_interval = 30
idle_timeout = 60
retry_delay = 30
spread = no
}
rlm_ldap (ldap): Opening additional connection (0), 1 of 32 pending slots used
rlm_ldap (ldap): Connecting to ldap://uol.le.ac.uk:636
rlm_ldap (ldap): Waiting for bind result...
rlm_ldap (ldap): Bind successful
rlm_ldap (ldap): Opening additional connection (1), 1 of 31 pending slots used
rlm_ldap (ldap): Connecting to ldap://uol.le.ac.uk:636
rlm_ldap (ldap): Waiting for bind result...
rlm_ldap (ldap): Bind successful
rlm_ldap (ldap): Opening additional connection (2), 1 of 30 pending slots used
rlm_ldap (ldap): Connecting to ldap://uol.le.ac.uk:636
rlm_ldap (ldap): Waiting for bind result...
rlm_ldap (ldap): Bind successful
rlm_ldap (ldap): Opening additional connection (3), 1 of 29 pending slots used
rlm_ldap (ldap): Connecting to ldap://uol.le.ac.uk:636
rlm_ldap (ldap): Waiting for bind result...
rlm_ldap (ldap): Bind successful
rlm_ldap (ldap): Opening additional connection (4), 1 of 28 pending slots used
rlm_ldap (ldap): Connecting to ldap://uol.le.ac.uk:636
rlm_ldap (ldap): Waiting for bind result...
rlm_ldap (ldap): Bind successful
# Instantiating module "suffix" from file /srv/radius/mods-enabled/realm
# Instantiating module "attr_filter.access_reject" from file /srv/radius/mods-enabled/attr_filter
reading pairlist file /srv/radius/mods-config/attr_filter/access_reject
[/srv/radius/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay" found in filter list for realm "DEFAULT".
[/srv/radius/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay-USec" found in filter list for realm "DEFAULT".
# Instantiating module "attr_filter.access_challenge" from file /srv/radius/mods-enabled/attr_filter
reading pairlist file /srv/radius/mods-config/attr_filter/access_challenge
# Instantiating module "attr_filter.accounting_response" from file /srv/radius/mods-enabled/attr_filter
reading pairlist file /srv/radius/mods-config/attr_filter/accounting_response
# Instantiating module "reject" from file /srv/radius/mods-enabled/always
# Instantiating module "fail" from file /srv/radius/mods-enabled/always
# Instantiating module "ok" from file /srv/radius/mods-enabled/always
# Instantiating module "handled" from file /srv/radius/mods-enabled/always
# Instantiating module "invalid" from file /srv/radius/mods-enabled/always
# Instantiating module "userlock" from file /srv/radius/mods-enabled/always
# Instantiating module "notfound" from file /srv/radius/mods-enabled/always
# Instantiating module "noop" from file /srv/radius/mods-enabled/always
# Instantiating module "updated" from file /srv/radius/mods-enabled/always
# Instantiating module "outer-eap" from file /srv/radius/mods-enabled/eap
# Linked to sub-module rlm_eap_tls
tls {
tls = "tls-common-outer"
virtual_server = "check-eap-tls"
}
tls-config tls-common-outer {
verify_depth = 0
pem_file_type = yes
private_key_file = "/srv/radius/certs/md-radius.le.ac.uk.key"
certificate_file = "/srv/radius/certs/md-radius.le.ac.uk.pem"
ca_file = "/srv/radius/certs/uol-bundle.pem"
dh_file = "/srv/radius/certs/dh"
fragment_size = 1200
include_length = yes
auto_chain = yes
check_crl = no
check_all_crl = no
cipher_list = "DEFAULT"
check_cert_issuer = "/DC=uk/DC=ac/DC=le/DC=uol/CN=UOL Infrastructure CA"
ecdh_curve = "prime256v1"
cache {
enable = yes
lifetime = 24
name = "outer-eap"
max_entries = 5000
persist_dir = "/srv/eapcache"
}
verify {
}
ocsp {
enable = yes
override_cert_url = yes
url = "http://uolinf.pki.le.ac.uk/ocsp"
use_nonce = yes
timeout = 3
softfail = yes
}
}
# Linked to sub-module rlm_eap_peap
peap {
tls = "tls-common-outer"
default_eap_type = "tls"
copy_request_to_tunnel = yes
use_tunneled_reply = no
proxy_tunneled_request_as_eap = yes
virtual_server = "inner-tunnel"
soh = yes
require_client_cert = no
soh_virtual_server = "soh-server"
}
tls: Using cached TLS configuration from previous invocation
# Instantiating module "inner-eap" from file /srv/radius/mods-enabled/eap
# Linked to sub-module rlm_eap_tls
tls {
tls = "tls-common-inner"
virtual_server = "check-eap-tls"
}
tls-config tls-common-inner {
verify_depth = 0
pem_file_type = yes
private_key_file = "/srv/radius/certs/md-radius-inner.le.ac.uk.key"
certificate_file = "/srv/radius/certs/md-radius-inner.le.ac.uk.pem"
ca_file = "/srv/radius/certs/uol-bundle.pem"
dh_file = "/srv/radius/certs/dh"
fragment_size = 1024
include_length = yes
auto_chain = yes
check_crl = no
check_all_crl = no
cipher_list = "DEFAULT"
check_cert_issuer = "/DC=uk/DC=ac/DC=le/DC=uol/CN=UOL Infrastructure CA"
ecdh_curve = "prime256v1"
cache {
enable = yes
lifetime = 24
name = "inner-eap"
max_entries = 5000
persist_dir = "/srv/eapcache"
}
verify {
}
ocsp {
enable = yes
override_cert_url = yes
url = "http://uolinf.pki.le.ac.uk/ocsp"
use_nonce = yes
timeout = 3
softfail = yes
}
}
# Instantiating module "files" from file /srv/radius/mods-enabled/files
reading pairlist file /srv/radius/mods-config/files/authorize
# Instantiating module "preprocess" from file /srv/radius/mods-enabled/preprocess
} # modules
radiusd: #### Loading Virtual Servers ####
server { # from file /srv/radius/radiusd.conf
} # server
server check-eap-tls { # from file /srv/radius/sites-enabled/check-eap-tls
# Loading authorize {...}
} # server check-eap-tls
server soh-server { # from file /srv/radius/sites-enabled/soh
# Loading authorize {...}
} # server soh-server
server inner-tunnel { # from file /srv/radius/sites-enabled/inner-tunnel
# Loading authenticate {...}
# Loading authorize {...}
} # server inner-tunnel
server status { # from file /srv/radius/sites-enabled/status
# Loading authorize {...}
} # server status
server default { # from file /srv/radius/sites-enabled/default
# Loading authenticate {...}
# Loading authorize {...}
# Loading preacct {...}
# Loading accounting {...}
# Loading post-auth {...}
} # server default
radiusd: #### Opening IP addresses and Ports ####
listen {
type = "control"
listen {
socket = "/var/run/freeradius/freeradius.sock"
uid = "freerad"
gid = "freerad"
mode = "rw"
peercred = yes
}
}
listen {
type = "status"
ipaddr = 127.0.0.1
port = 18121
client admin {
ipaddr = 127.0.0.1
require_message_authenticator = no
secret = <<< secret >>>
limit {
max_connections = 16
lifetime = 0
idle_timeout = 30
}
}
}
listen {
type = "auth"
ipaddr = *
port = 0
}
listen {
type = "acct"
ipaddr = *
port = 0
}
Listening on command file /var/run/freeradius/freeradius.sock
Listening on status address 127.0.0.1 port 18121 bound to server status
Listening on auth address * port 1812 bound to server default
Listening on acct address * port 1813 bound to server default
Listening on proxy address * port 46933
Ready to process requests
Reading symbols from /usr/sbin/freeradius...Reading symbols from /usr/lib/debug/.build-id/bb/25b0eb2ef5bdf8039385fc6fa6e106f2911664.debug...done.
done.
Attaching to program: /usr/sbin/freeradius, process 16110
Reading symbols from /usr/lib/freeradius/libfreeradius-server.so...Reading symbols from /usr/lib/debug/.build-id/b7/1f2e4bed19afb1a3174eb44bd7f76ae2032132.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-server.so
Reading symbols from /usr/lib/freeradius/libfreeradius-radius.so...Reading symbols from /usr/lib/debug/.build-id/57/7f42bd1e18398f52f3bbdad6d3f6968c51aa7b.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-radius.so
Reading symbols from /usr/lib/freeradius/libfreeradius-eap.so...Reading symbols from /usr/lib/debug/.build-id/20/8c1b56f402a17974186e7cc4a71c63985f32de.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-eap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libtalloc.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtalloc.so.2
Reading symbols from /lib/x86_64-linux-gnu/libcap.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcap.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnsl.so.1
Reading symbols from /lib/x86_64-linux-gnu/libresolv.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libresolv.so.2
Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fadeac2c700 (LWP 16115)]
[New Thread 0x7fadeb42d700 (LWP 16114)]
[New Thread 0x7fadebc2e700 (LWP 16113)]
[New Thread 0x7fadec42f700 (LWP 16112)]
[New Thread 0x7fadecc30700 (LWP 16111)]
Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
Reading symbols from /lib/x86_64-linux-gnu/libreadline.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libreadline.so.6
Reading symbols from /lib/x86_64-linux-gnu/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcrypt.so.1
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /usr/lib/x86_64-linux-gnu/libpcap.so.0.8...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libpcap.so.0.8
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libz.so.1
Reading symbols from /lib/x86_64-linux-gnu/libattr.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libattr.so.1
Reading symbols from /lib/x86_64-linux-gnu/libtinfo.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libtinfo.so.5
Reading symbols from /lib/x86_64-linux-gnu/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_compat.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_nis.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_nis.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_files.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_dns.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_dns.so.2
Reading symbols from /usr/lib/freeradius/rlm_detail.so...Reading symbols from /usr/lib/debug/.build-id/45/3c62818c2006f26f02db66c86f8ca2d3f95108.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_detail.so
Reading symbols from /usr/lib/freeradius/rlm_ldap.so...Reading symbols from /usr/lib/debug/.build-id/17/34fbcb79b338e6ac7e6a1abe2b8db8fc055207.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_ldap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libsasl2.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libsasl2.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libgnutls.so.26...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libgnutls.so.26
Reading symbols from /lib/x86_64-linux-gnu/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcrypt.so.11
Reading symbols from /usr/lib/x86_64-linux-gnu/libtasn1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtasn1.so.3
Reading symbols from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libp11-kit.so.0
Reading symbols from /lib/x86_64-linux-gnu/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgpg-error.so.0
Reading symbols from /usr/lib/freeradius/rlm_expr.so...Reading symbols from /usr/lib/debug/.build-id/3b/e0e725d64fda5e41a203cd5e5bbe4ad076bf4d.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_expr.so
Reading symbols from /usr/lib/freeradius/rlm_realm.so...Reading symbols from /usr/lib/debug/.build-id/44/988cc4c3122b5aa4c78b788cb9795b180653f0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_realm.so
Reading symbols from /usr/lib/freeradius/rlm_attr_filter.so...Reading symbols from /usr/lib/debug/.build-id/50/31fbd25d27244bc9674e5bbf65183012f1e649.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_attr_filter.so
Reading symbols from /usr/lib/freeradius/rlm_always.so...Reading symbols from /usr/lib/debug/.build-id/3b/87d42722483458f5c457f5e0571c8446ef69ab.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_always.so
Reading symbols from /usr/lib/freeradius/rlm_eap.so...Reading symbols from /usr/lib/debug/.build-id/02/4dcf2a5aba02eac5854eb6c0178ccbbc7acb5c.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap.so
Reading symbols from /usr/lib/freeradius/rlm_files.so...Reading symbols from /usr/lib/debug/.build-id/47/f37a2d968d1e050ede8d675ac94b5d9277deae.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_files.so
Reading symbols from /usr/lib/freeradius/rlm_preprocess.so...Reading symbols from /usr/lib/debug/.build-id/e9/092ce5c437fec6ae12497f3cd4f843f767d5c0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_preprocess.so
Reading symbols from /usr/lib/freeradius/rlm_eap_tls.so...Reading symbols from /usr/lib/debug/.build-id/d3/e4758c42463ba2489004e61232c0c98ee47d19.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_tls.so
Reading symbols from /usr/lib/freeradius/rlm_eap_peap.so...Reading symbols from /usr/lib/debug/.build-id/62/b1e18c343b63a67e53c1b6b785fecabc8b3454.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_peap.so
Reading symbols from /lib/x86_64-linux-gnu/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007fadf067a0ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
No symbol table info available.
Thread 6 (Thread 0x7fadecc30700 (LWP 16111)):
#0 0x00007fadf0de5490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1d5e500)
at src/main/threads.c:621
self = 0x1d5e500
#2 0x00007fadf0ddeb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fadf06aa95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 5 (Thread 0x7fadec42f700 (LWP 16112)):
#0 0x00007fadf0de5490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1d62d60)
at src/main/threads.c:621
self = 0x1d62d60
#2 0x00007fadf0ddeb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fadf06aa95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 4 (Thread 0x7fadebc2e700 (LWP 16113)):
#0 0x00007fadf0de5490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1d6c170)
at src/main/threads.c:621
self = 0x1d6c170
#2 0x00007fadf0ddeb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fadf06aa95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 3 (Thread 0x7fadeb42d700 (LWP 16114)):
#0 0x00007fadf0de5490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1d6c2e0)
at src/main/threads.c:621
self = 0x1d6c2e0
#2 0x00007fadf0ddeb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fadf06aa95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 2 (Thread 0x7fadeac2c700 (LWP 16115)):
#0 0x00007fadf0de5490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1d6c450)
at src/main/threads.c:621
self = 0x1d6c450
#2 0x00007fadf0ddeb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fadf06aa95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 0x7fadf28dd720 (LWP 16110)):
#0 0x00007fadf067a0ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007fadf060e989 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007fadf060ecc0 in system () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x00007fadf22a80ab in fr_fault (sig=<optimized out>)
at src/lib/debug.c:725
disable = false
cmd = "gdb -silent -x /srv/radius/panic.gdb /usr/sbin/freeradius 16110 2>&1 | tee /var/log/freeradius/gdb-freeradius-16110.log", '\000' <repeats 412 times>
out = 0x7ffcff10ec23 ".log"
left = 417
ret = <optimized out>
p = <optimized out>
q = 0x0
code = <optimized out>
#4 <signal handler called>
No symbol table info available.
#5 0x00007fadf0601165 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#6 0x00007fadf06043e0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#7 0x00007fadf063b39b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#8 0x00007fadf0644be6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#9 0x00007fadf064998c in free () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#10 0x00007fadf1831089 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#11 0x00007fadf1831023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#12 0x00007fadf1831023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#13 0x00007fadf1831023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#14 0x00007fadf182d8b3 in _talloc_free ()
from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#15 0x00000000004316fe in request_done (request=request@entry=0x7fade4101d00,
action=action@entry=6) at src/main/process.c:806
now = {tv_sec = 0, tv_usec = 140384832071768}
when = {tv_sec = 0, tv_usec = 140385039194508}
#16 0x000000000043347d in request_cleanup_delay (request=0x7fade4101d00,
action=<optimized out>) at src/main/process.c:1115
when = {tv_sec = 1447837345, tv_usec = 239972}
now = {tv_sec = 1447837345, tv_usec = 240304}
__FUNCTION__ = "request_cleanup_delay"
#17 0x00007fadf22c44f4 in fr_event_run (el=el@entry=0x1ca51d0,
when=when@entry=0x7ffcff10fee0) at src/lib/event.c:309
callback = 0x42f9e0 <request_timer>
ctx = 0x7fade4101d00
ev = <optimized out>
#18 0x00007fadf22c4a4e in fr_event_loop (el=0x1ca51d0) at src/lib/event.c:624
i = <optimized out>
rcode = 0
when = {tv_sec = 1447837345, tv_usec = 240304}
wake = <optimized out>
maxfd = 20
read_fds = {fds_bits = {0 <repeats 16 times>}}
master_fds = {fds_bits = {256000, 0 <repeats 15 times>}}
#19 0x00000000004374c1 in radius_event_process () at src/main/process.c:5640
No locals.
#20 0x000000000041100f in main (argc=3, argv=<optimized out>)
at src/main/radiusd.c:578
rcode = 0
status = <optimized out>
argval = <optimized out>
spawn_flag = true
display_version = false
flag = 0
from_child = {4, 5}
state = 0x668840
autofree = 0x1a76060
A debugging session is active.
Inferior 1 [process 16110] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
Reading symbols from /usr/sbin/freeradius...Reading symbols from /usr/lib/debug/.build-id/bb/25b0eb2ef5bdf8039385fc6fa6e106f2911664.debug...done.
done.
Attaching to program: /usr/sbin/freeradius, process 30679
Reading symbols from /usr/lib/freeradius/libfreeradius-server.so...Reading symbols from /usr/lib/debug/.build-id/b7/1f2e4bed19afb1a3174eb44bd7f76ae2032132.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-server.so
Reading symbols from /usr/lib/freeradius/libfreeradius-radius.so...Reading symbols from /usr/lib/debug/.build-id/57/7f42bd1e18398f52f3bbdad6d3f6968c51aa7b.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-radius.so
Reading symbols from /usr/lib/freeradius/libfreeradius-eap.so...Reading symbols from /usr/lib/debug/.build-id/20/8c1b56f402a17974186e7cc4a71c63985f32de.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-eap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libtalloc.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtalloc.so.2
Reading symbols from /lib/x86_64-linux-gnu/libcap.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcap.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnsl.so.1
Reading symbols from /lib/x86_64-linux-gnu/libresolv.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libresolv.so.2
Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7f9be336c700 (LWP 30684)]
[New Thread 0x7f9be3b6d700 (LWP 30683)]
[New Thread 0x7f9be436e700 (LWP 30682)]
[New Thread 0x7f9be4b6f700 (LWP 30681)]
[New Thread 0x7f9be5370700 (LWP 30680)]
Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
Reading symbols from /lib/x86_64-linux-gnu/libreadline.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libreadline.so.6
Reading symbols from /lib/x86_64-linux-gnu/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcrypt.so.1
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /usr/lib/x86_64-linux-gnu/libpcap.so.0.8...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libpcap.so.0.8
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libz.so.1
Reading symbols from /lib/x86_64-linux-gnu/libattr.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libattr.so.1
Reading symbols from /lib/x86_64-linux-gnu/libtinfo.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libtinfo.so.5
Reading symbols from /lib/x86_64-linux-gnu/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_compat.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_nis.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_nis.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_files.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_dns.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_dns.so.2
Reading symbols from /usr/lib/freeradius/rlm_detail.so...Reading symbols from /usr/lib/debug/.build-id/45/3c62818c2006f26f02db66c86f8ca2d3f95108.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_detail.so
Reading symbols from /usr/lib/freeradius/rlm_ldap.so...Reading symbols from /usr/lib/debug/.build-id/17/34fbcb79b338e6ac7e6a1abe2b8db8fc055207.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_ldap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libsasl2.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libsasl2.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libgnutls.so.26...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libgnutls.so.26
Reading symbols from /lib/x86_64-linux-gnu/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcrypt.so.11
Reading symbols from /usr/lib/x86_64-linux-gnu/libtasn1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtasn1.so.3
Reading symbols from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libp11-kit.so.0
Reading symbols from /lib/x86_64-linux-gnu/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgpg-error.so.0
Reading symbols from /usr/lib/freeradius/rlm_expr.so...Reading symbols from /usr/lib/debug/.build-id/3b/e0e725d64fda5e41a203cd5e5bbe4ad076bf4d.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_expr.so
Reading symbols from /usr/lib/freeradius/rlm_realm.so...Reading symbols from /usr/lib/debug/.build-id/44/988cc4c3122b5aa4c78b788cb9795b180653f0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_realm.so
Reading symbols from /usr/lib/freeradius/rlm_attr_filter.so...Reading symbols from /usr/lib/debug/.build-id/50/31fbd25d27244bc9674e5bbf65183012f1e649.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_attr_filter.so
Reading symbols from /usr/lib/freeradius/rlm_always.so...Reading symbols from /usr/lib/debug/.build-id/3b/87d42722483458f5c457f5e0571c8446ef69ab.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_always.so
Reading symbols from /usr/lib/freeradius/rlm_eap.so...Reading symbols from /usr/lib/debug/.build-id/02/4dcf2a5aba02eac5854eb6c0178ccbbc7acb5c.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap.so
Reading symbols from /usr/lib/freeradius/rlm_files.so...Reading symbols from /usr/lib/debug/.build-id/47/f37a2d968d1e050ede8d675ac94b5d9277deae.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_files.so
Reading symbols from /usr/lib/freeradius/rlm_preprocess.so...Reading symbols from /usr/lib/debug/.build-id/e9/092ce5c437fec6ae12497f3cd4f843f767d5c0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_preprocess.so
Reading symbols from /usr/lib/freeradius/rlm_eap_tls.so...Reading symbols from /usr/lib/debug/.build-id/d3/e4758c42463ba2489004e61232c0c98ee47d19.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_tls.so
Reading symbols from /usr/lib/freeradius/rlm_eap_peap.so...Reading symbols from /usr/lib/debug/.build-id/62/b1e18c343b63a67e53c1b6b785fecabc8b3454.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_peap.so
Reading symbols from /lib/x86_64-linux-gnu/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007f9be8dba0ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
No symbol table info available.
Thread 6 (Thread 0x7f9be5370700 (LWP 30680)):
#0 0x00007f9be9525490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1a43490)
at src/main/threads.c:621
self = 0x1a43490
#2 0x00007f9be951eb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f9be8dea95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 5 (Thread 0x7f9be4b6f700 (LWP 30681)):
#0 0x00007f9be9525490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1a47cf0)
at src/main/threads.c:621
self = 0x1a47cf0
#2 0x00007f9be951eb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f9be8dea95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 4 (Thread 0x7f9be436e700 (LWP 30682)):
#0 0x00007f9be9525490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1a51100)
at src/main/threads.c:621
self = 0x1a51100
#2 0x00007f9be951eb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f9be8dea95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 3 (Thread 0x7f9be3b6d700 (LWP 30683)):
#0 0x00007f9be9525490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1a51270)
at src/main/threads.c:621
self = 0x1a51270
#2 0x00007f9be951eb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f9be8dea95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 2 (Thread 0x7f9be336c700 (LWP 30684)):
#0 0x00007f9be9525490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1a513e0)
at src/main/threads.c:621
self = 0x1a513e0
#2 0x00007f9be951eb50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f9be8dea95d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 0x7f9beb01d720 (LWP 30679)):
#0 0x00007f9be8dba0ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007f9be8d4e989 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007f9be8d4ecc0 in system () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x00007f9bea9e80ab in fr_fault (sig=<optimized out>)
at src/lib/debug.c:725
disable = false
cmd = "gdb -silent -x /srv/radius/panic.gdb /usr/sbin/freeradius 30679 2>&1 | tee /var/log/freeradius/gdb-freeradius-30679.log", '\000' <repeats 412 times>
out = 0x7ffd9b3a5c23 ".log"
left = 417
ret = <optimized out>
p = <optimized out>
q = 0x0
code = <optimized out>
#4 <signal handler called>
No symbol table info available.
#5 0x00007f9be8d41165 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#6 0x00007f9be8d443e0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#7 0x00007f9be8d7b39b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#8 0x00007f9be8d84be6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#9 0x00007f9be8d8998c in free () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#10 0x00007f9be9f71089 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#11 0x00007f9be9f71023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#12 0x00007f9be9f71023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#13 0x00007f9be9f6d8b3 in _talloc_free ()
from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#14 0x00000000004316fe in request_done (request=request@entry=0x7f9bdc101470,
action=action@entry=6) at src/main/process.c:806
now = {tv_sec = 0, tv_usec = 140307388474712}
when = {tv_sec = 0, tv_usec = 140307603167628}
#15 0x000000000043347d in request_cleanup_delay (request=0x7f9bdc101470,
action=<optimized out>) at src/main/process.c:1115
when = {tv_sec = 1447841745, tv_usec = 981254}
now = {tv_sec = 1447841745, tv_usec = 981374}
__FUNCTION__ = "request_cleanup_delay"
#16 0x00007f9beaa044f4 in fr_event_run (el=el@entry=0x198a1d0,
when=when@entry=0x7ffd9b3a6eb0) at src/lib/event.c:309
callback = 0x42f9e0 <request_timer>
ctx = 0x7f9bdc101470
ev = <optimized out>
#17 0x00007f9beaa04a4e in fr_event_loop (el=0x198a1d0) at src/lib/event.c:624
i = <optimized out>
rcode = 0
when = {tv_sec = 1447841745, tv_usec = 981374}
wake = <optimized out>
maxfd = 17
read_fds = {fds_bits = {0 <repeats 16 times>}}
master_fds = {fds_bits = {256000, 0 <repeats 15 times>}}
#18 0x00000000004374c1 in radius_event_process () at src/main/process.c:5640
No locals.
#19 0x000000000041100f in main (argc=3, argv=<optimized out>)
at src/main/radiusd.c:578
rcode = 0
status = <optimized out>
argval = <optimized out>
spawn_flag = true
display_version = false
flag = 0
from_child = {4, 5}
state = 0x668840
autofree = 0x175b060
A debugging session is active.
Inferior 1 [process 30679] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
Reading symbols from /usr/sbin/freeradius...Reading symbols from /usr/lib/debug/.build-id/bb/25b0eb2ef5bdf8039385fc6fa6e106f2911664.debug...done.
done.
Attaching to program: /usr/sbin/freeradius, process 4363
Reading symbols from /usr/lib/freeradius/libfreeradius-server.so...Reading symbols from /usr/lib/debug/.build-id/b7/1f2e4bed19afb1a3174eb44bd7f76ae2032132.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-server.so
Reading symbols from /usr/lib/freeradius/libfreeradius-radius.so...Reading symbols from /usr/lib/debug/.build-id/57/7f42bd1e18398f52f3bbdad6d3f6968c51aa7b.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-radius.so
Reading symbols from /usr/lib/freeradius/libfreeradius-eap.so...Reading symbols from /usr/lib/debug/.build-id/20/8c1b56f402a17974186e7cc4a71c63985f32de.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-eap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libtalloc.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtalloc.so.2
Reading symbols from /lib/x86_64-linux-gnu/libcap.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcap.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnsl.so.1
Reading symbols from /lib/x86_64-linux-gnu/libresolv.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libresolv.so.2
Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fb49faf7700 (LWP 4368)]
[New Thread 0x7fb4a02f8700 (LWP 4367)]
[New Thread 0x7fb4a0af9700 (LWP 4366)]
[New Thread 0x7fb4a12fa700 (LWP 4365)]
[New Thread 0x7fb4a1afb700 (LWP 4364)]
Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
Reading symbols from /lib/x86_64-linux-gnu/libreadline.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libreadline.so.6
Reading symbols from /lib/x86_64-linux-gnu/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcrypt.so.1
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /usr/lib/x86_64-linux-gnu/libpcap.so.0.8...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libpcap.so.0.8
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libz.so.1
Reading symbols from /lib/x86_64-linux-gnu/libattr.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libattr.so.1
Reading symbols from /lib/x86_64-linux-gnu/libtinfo.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libtinfo.so.5
Reading symbols from /lib/x86_64-linux-gnu/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_compat.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_nis.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_nis.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_files.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_dns.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_dns.so.2
Reading symbols from /usr/lib/freeradius/rlm_detail.so...Reading symbols from /usr/lib/debug/.build-id/45/3c62818c2006f26f02db66c86f8ca2d3f95108.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_detail.so
Reading symbols from /usr/lib/freeradius/rlm_ldap.so...Reading symbols from /usr/lib/debug/.build-id/17/34fbcb79b338e6ac7e6a1abe2b8db8fc055207.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_ldap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libsasl2.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libsasl2.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libgnutls.so.26...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libgnutls.so.26
Reading symbols from /lib/x86_64-linux-gnu/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcrypt.so.11
Reading symbols from /usr/lib/x86_64-linux-gnu/libtasn1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtasn1.so.3
Reading symbols from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libp11-kit.so.0
Reading symbols from /lib/x86_64-linux-gnu/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgpg-error.so.0
Reading symbols from /usr/lib/freeradius/rlm_expr.so...Reading symbols from /usr/lib/debug/.build-id/3b/e0e725d64fda5e41a203cd5e5bbe4ad076bf4d.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_expr.so
Reading symbols from /usr/lib/freeradius/rlm_realm.so...Reading symbols from /usr/lib/debug/.build-id/44/988cc4c3122b5aa4c78b788cb9795b180653f0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_realm.so
Reading symbols from /usr/lib/freeradius/rlm_attr_filter.so...Reading symbols from /usr/lib/debug/.build-id/50/31fbd25d27244bc9674e5bbf65183012f1e649.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_attr_filter.so
Reading symbols from /usr/lib/freeradius/rlm_always.so...Reading symbols from /usr/lib/debug/.build-id/3b/87d42722483458f5c457f5e0571c8446ef69ab.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_always.so
Reading symbols from /usr/lib/freeradius/rlm_eap.so...Reading symbols from /usr/lib/debug/.build-id/02/4dcf2a5aba02eac5854eb6c0178ccbbc7acb5c.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap.so
Reading symbols from /usr/lib/freeradius/rlm_files.so...Reading symbols from /usr/lib/debug/.build-id/47/f37a2d968d1e050ede8d675ac94b5d9277deae.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_files.so
Reading symbols from /usr/lib/freeradius/rlm_preprocess.so...Reading symbols from /usr/lib/debug/.build-id/e9/092ce5c437fec6ae12497f3cd4f843f767d5c0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_preprocess.so
Reading symbols from /usr/lib/freeradius/rlm_eap_tls.so...Reading symbols from /usr/lib/debug/.build-id/d3/e4758c42463ba2489004e61232c0c98ee47d19.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_tls.so
Reading symbols from /usr/lib/freeradius/rlm_eap_peap.so...Reading symbols from /usr/lib/debug/.build-id/62/b1e18c343b63a67e53c1b6b785fecabc8b3454.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_peap.so
Reading symbols from /lib/x86_64-linux-gnu/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007fb4a55450ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
No symbol table info available.
Thread 6 (Thread 0x7fb4a1afb700 (LWP 4364)):
#0 0x00007fb4a5cb0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1c5a4a0)
at src/main/threads.c:621
self = 0x1c5a4a0
#2 0x00007fb4a5ca9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fb4a557595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 5 (Thread 0x7fb4a12fa700 (LWP 4365)):
#0 0x00007fb4a5cb0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1c5ed00)
at src/main/threads.c:621
self = 0x1c5ed00
#2 0x00007fb4a5ca9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fb4a557595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 4 (Thread 0x7fb4a0af9700 (LWP 4366)):
#0 0x00007fb4a5cb0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1c68110)
at src/main/threads.c:621
self = 0x1c68110
#2 0x00007fb4a5ca9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fb4a557595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 3 (Thread 0x7fb4a02f8700 (LWP 4367)):
#0 0x00007fb4a5cb0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1c68280)
at src/main/threads.c:621
self = 0x1c68280
#2 0x00007fb4a5ca9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fb4a557595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 2 (Thread 0x7fb49faf7700 (LWP 4368)):
#0 0x00007fb4a5cb0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1c683f0)
at src/main/threads.c:621
self = 0x1c683f0
#2 0x00007fb4a5ca9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007fb4a557595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 0x7fb4a77a8720 (LWP 4363)):
#0 0x00007fb4a55450ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007fb4a54d9989 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007fb4a54d9cc0 in system () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x00007fb4a71730ab in fr_fault (sig=<optimized out>)
at src/lib/debug.c:725
disable = false
cmd = "gdb -silent -x /srv/radius/panic.gdb /usr/sbin/freeradius 4363 2>&1 | tee /var/log/freeradius/gdb-freeradius-4363.log", '\000' <repeats 414 times>
out = 0x7ffd90d5d821 ".log"
left = 419
ret = <optimized out>
p = <optimized out>
q = 0x0
code = <optimized out>
#4 <signal handler called>
No symbol table info available.
#5 0x00007fb4a54cc165 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#6 0x00007fb4a54cf3e0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#7 0x00007fb4a550639b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#8 0x00007fb4a550fbe6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#9 0x00007fb4a551498c in free () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#10 0x00007fb4a66fc089 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#11 0x00007fb4a66fc023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#12 0x00007fb4a66fc023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#13 0x00007fb4a66fc023 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#14 0x00007fb4a66f88b3 in _talloc_free ()
from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#15 0x00000000004316fe in request_done (request=request@entry=0x7fb4982be420,
action=action@entry=6) at src/main/process.c:806
now = {tv_sec = 0, tv_usec = 140413623847848}
when = {tv_sec = 0, tv_usec = 140413844408716}
#16 0x000000000043347d in request_cleanup_delay (request=0x7fb4982be420,
action=<optimized out>) at src/main/process.c:1115
when = {tv_sec = 1447844898, tv_usec = 746448}
now = {tv_sec = 1447844898, tv_usec = 747487}
__FUNCTION__ = "request_cleanup_delay"
#17 0x00007fb4a718f4f4 in fr_event_run (el=el@entry=0x1ba11d0,
when=when@entry=0x7ffd90d5eb10) at src/lib/event.c:309
callback = 0x42f9e0 <request_timer>
ctx = 0x7fb4982be420
ev = <optimized out>
#18 0x00007fb4a718fa4e in fr_event_loop (el=0x1ba11d0) at src/lib/event.c:624
i = <optimized out>
rcode = 0
when = {tv_sec = 1447844898, tv_usec = 747487}
wake = <optimized out>
maxfd = 17
read_fds = {fds_bits = {0 <repeats 16 times>}}
master_fds = {fds_bits = {256000, 0 <repeats 15 times>}}
#19 0x00000000004374c1 in radius_event_process () at src/main/process.c:5640
No locals.
#20 0x000000000041100f in main (argc=3, argv=<optimized out>)
at src/main/radiusd.c:578
rcode = 0
status = <optimized out>
argval = <optimized out>
spawn_flag = true
display_version = false
flag = 0
from_child = {4, 5}
state = 0x668840
autofree = 0x1972060
A debugging session is active.
Inferior 1 [process 4363] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
Reading symbols from /usr/sbin/freeradius...Reading symbols from /usr/lib/debug/.build-id/bb/25b0eb2ef5bdf8039385fc6fa6e106f2911664.debug...done.
done.
Attaching to program: /usr/sbin/freeradius, process 9122
Reading symbols from /usr/lib/freeradius/libfreeradius-server.so...Reading symbols from /usr/lib/debug/.build-id/b7/1f2e4bed19afb1a3174eb44bd7f76ae2032132.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-server.so
Reading symbols from /usr/lib/freeradius/libfreeradius-radius.so...Reading symbols from /usr/lib/debug/.build-id/57/7f42bd1e18398f52f3bbdad6d3f6968c51aa7b.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-radius.so
Reading symbols from /usr/lib/freeradius/libfreeradius-eap.so...Reading symbols from /usr/lib/debug/.build-id/20/8c1b56f402a17974186e7cc4a71c63985f32de.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/libfreeradius-eap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Reading symbols from /usr/lib/x86_64-linux-gnu/libtalloc.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtalloc.so.2
Reading symbols from /lib/x86_64-linux-gnu/libcap.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcap.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnsl.so.1
Reading symbols from /lib/x86_64-linux-gnu/libresolv.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libresolv.so.2
Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7f616f807700 (LWP 9127)]
[New Thread 0x7f6170008700 (LWP 9126)]
[New Thread 0x7f6170809700 (LWP 9125)]
[New Thread 0x7f617100a700 (LWP 9124)]
[New Thread 0x7f617180b700 (LWP 9123)]
Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
Reading symbols from /lib/x86_64-linux-gnu/libreadline.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libreadline.so.6
Reading symbols from /lib/x86_64-linux-gnu/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libcrypt.so.1
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /usr/lib/x86_64-linux-gnu/libpcap.so.0.8...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libpcap.so.0.8
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libz.so.1
Reading symbols from /lib/x86_64-linux-gnu/libattr.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libattr.so.1
Reading symbols from /lib/x86_64-linux-gnu/libtinfo.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libtinfo.so.5
Reading symbols from /lib/x86_64-linux-gnu/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_compat.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_nis.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_nis.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_files.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_files.so.2
Reading symbols from /lib/x86_64-linux-gnu/libnss_dns.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libnss_dns.so.2
Reading symbols from /usr/lib/freeradius/rlm_detail.so...Reading symbols from /usr/lib/debug/.build-id/45/3c62818c2006f26f02db66c86f8ca2d3f95108.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_detail.so
Reading symbols from /usr/lib/freeradius/rlm_ldap.so...Reading symbols from /usr/lib/debug/.build-id/17/34fbcb79b338e6ac7e6a1abe2b8db8fc055207.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_ldap.so
Reading symbols from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libsasl2.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libsasl2.so.2
Reading symbols from /usr/lib/x86_64-linux-gnu/libgnutls.so.26...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libgnutls.so.26
Reading symbols from /lib/x86_64-linux-gnu/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcrypt.so.11
Reading symbols from /usr/lib/x86_64-linux-gnu/libtasn1.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libtasn1.so.3
Reading symbols from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/x86_64-linux-gnu/libp11-kit.so.0
Reading symbols from /lib/x86_64-linux-gnu/libgpg-error.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgpg-error.so.0
Reading symbols from /usr/lib/freeradius/rlm_expr.so...Reading symbols from /usr/lib/debug/.build-id/3b/e0e725d64fda5e41a203cd5e5bbe4ad076bf4d.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_expr.so
Reading symbols from /usr/lib/freeradius/rlm_realm.so...Reading symbols from /usr/lib/debug/.build-id/44/988cc4c3122b5aa4c78b788cb9795b180653f0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_realm.so
Reading symbols from /usr/lib/freeradius/rlm_attr_filter.so...Reading symbols from /usr/lib/debug/.build-id/50/31fbd25d27244bc9674e5bbf65183012f1e649.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_attr_filter.so
Reading symbols from /usr/lib/freeradius/rlm_always.so...Reading symbols from /usr/lib/debug/.build-id/3b/87d42722483458f5c457f5e0571c8446ef69ab.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_always.so
Reading symbols from /usr/lib/freeradius/rlm_eap.so...Reading symbols from /usr/lib/debug/.build-id/02/4dcf2a5aba02eac5854eb6c0178ccbbc7acb5c.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap.so
Reading symbols from /usr/lib/freeradius/rlm_files.so...Reading symbols from /usr/lib/debug/.build-id/47/f37a2d968d1e050ede8d675ac94b5d9277deae.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_files.so
Reading symbols from /usr/lib/freeradius/rlm_preprocess.so...Reading symbols from /usr/lib/debug/.build-id/e9/092ce5c437fec6ae12497f3cd4f843f767d5c0.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_preprocess.so
Reading symbols from /usr/lib/freeradius/rlm_eap_tls.so...Reading symbols from /usr/lib/debug/.build-id/d3/e4758c42463ba2489004e61232c0c98ee47d19.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_tls.so
Reading symbols from /usr/lib/freeradius/rlm_eap_peap.so...Reading symbols from /usr/lib/debug/.build-id/62/b1e18c343b63a67e53c1b6b785fecabc8b3454.debug...done.
done.
Loaded symbols for /usr/lib/freeradius/rlm_eap_peap.so
Reading symbols from /lib/x86_64-linux-gnu/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libgcc_s.so.1
0x00007f61752923ab in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
No symbol table info available.
Thread 6 (Thread 0x7f617180b700 (LWP 9123)):
#0 0x00007f61759c0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1de74b0)
at src/main/threads.c:621
self = 0x1de74b0
#2 0x00007f61759b9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f617528595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 5 (Thread 0x7f617100a700 (LWP 9124)):
#0 0x00007f61759c0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1debd10)
at src/main/threads.c:621
self = 0x1debd10
#2 0x00007f61759b9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f617528595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 4 (Thread 0x7f6170809700 (LWP 9125)):
#0 0x00007f61759c0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1df5120)
at src/main/threads.c:621
self = 0x1df5120
#2 0x00007f61759b9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f617528595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 3 (Thread 0x7f6170008700 (LWP 9126)):
#0 0x00007f61752550ad in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007f61751e9989 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007f61751e9cc0 in system () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x00007f6176e830ab in fr_fault (sig=<optimized out>)
at src/lib/debug.c:725
disable = false
cmd = "gdb -silent -x /srv/radius/panic.gdb /usr/sbin/freeradius 9122 2>&1 | tee /var/log/freeradius/gdb-freeradius-9122.log", '\000' <repeats 414 times>
out = 0x7f6170005d61 ".log"
left = 419
ret = <optimized out>
p = <optimized out>
q = 0x0
code = <optimized out>
#4 <signal handler called>
No symbol table info available.
#5 0x00007f61751dc165 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#6 0x00007f61751df3e0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#7 0x00007f617521639b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#8 0x00007f617521fbe6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#9 0x00007f617522498c in free () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#10 0x00007f617640c089 in ?? () from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#11 0x00007f61764088b3 in _talloc_free ()
from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#12 0x00007f61770cf849 in _request_free (request=<optimized out>)
at src/main/util.c:587
No locals.
#13 0x00007f6176408b91 in _talloc_free ()
from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#14 0x00007f6171b152e7 in eappeap_process (handler=handler@entry=0x1dfd590,
tls_session=tls_session@entry=0x1dfead0)
at src/modules/rlm_eap/types/rlm_eap_peap/peap.c:828
t = 0x1e11670
fake = 0x1e16510
vp = <optimized out>
rcode = RLM_MODULE_REJECT
data = 0x1e02c20 "\376"
data_len = 687
request = 0x1e32a00
eap_ds = 0x1dfd710
#15 0x00007f6171b13cd6 in mod_process (arg=0x1dc3f80, handler=0x1dfd590)
at src/modules/rlm_eap/types/rlm_eap_peap/rlm_eap_peap.c:303
rcode = <optimized out>
status = <optimized out>
inst = 0x1dc3f80
tls_session = 0x1dfead0
peap = 0x1e11670
request = 0x1e32a00
#16 0x00007f617232892b in eap_module_call (handler=handler@entry=0x1dfd590,
module=<error reading variable: Unhandled dwarf expression opcode 0xfa>,
module=<error reading variable: Unhandled dwarf expression opcode 0xfa>)
at src/modules/rlm_eap/eap.c:202
rcode = 1
request = 0x1e32a00
caller = 0x1d47470 "outer-eap"
#17 0x00007f6172328bc6 in eap_method_select (inst=inst@entry=0x1d47e40,
handler=handler@entry=0x1dfd590) at src/modules/rlm_eap/eap.c:458
type = 0x1dfdab0
request = 0x1e32a00
next = PW_EAP_PEAP
vp = <optimized out>
#18 0x00007f6172327c75 in mod_authenticate (instance=0x1d47e40,
request=0x1e32a00) at src/modules/rlm_eap/rlm_eap.c:280
inst = 0x1d47e40
handler = 0x1dfd590
eap_packet = 0x0
status = <optimized out>
rcode = <optimized out>
#19 0x0000000000427e71 in call_modsingle (request=0x1e32a00, sp=0x1de0ca0,
component=MOD_AUTHENTICATE) at src/main/modcall.c:302
blocked = <optimized out>
indent = 4
#20 modcall_recurse (request=<optimized out>, component=MOD_AUTHENTICATE,
depth=1, entry=entry@entry=0x7f6170007588,
do_next_sibling=do_next_sibling@entry=true) at src/main/modcall.c:574
if_taken = false
was_if = false
c = <optimized out>
priority = <optimized out>
result = RLM_MODULE_UNKNOWN
#21 0x0000000000426d5a in modcall_child (request=<optimized out>,
component=<optimized out>, depth=<optimized out>, entry=0x7f6170007570,
c=<optimized out>, result=0x7f61700073cc, do_next_sibling=true)
at src/main/modcall.c:408
No locals.
#22 0x0000000000426fdd in modcall_recurse (request=request@entry=0x1e32a00,
component=component@entry=MOD_AUTHENTICATE, depth=depth@entry=0,
entry=entry@entry=0x7f6170007570,
do_next_sibling=do_next_sibling@entry=true) at src/main/modcall.c:785
if_taken = false
was_if = false
c = <optimized out>
priority = <optimized out>
result = RLM_MODULE_UNKNOWN
#23 0x0000000000428163 in modcall (
component=component@entry=MOD_AUTHENTICATE, c=c@entry=0x1de0bb0,
request=request@entry=0x1e32a00) at src/main/modcall.c:1130
stack = {{result = RLM_MODULE_REJECT, priority = 0, unwind = 0,
c = 0x1de0bb0}, {result = RLM_MODULE_REJECT, priority = 0,
unwind = 0, c = 0x1de0ca0}, {result = RLM_MODULE_OK,
priority = 3, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = 4077436928,
priority = -2092781937, unwind = 0, c = 0x7f6170007ae8}, {
result = 1879078668, priority = 32609, unwind = -217530368,
c = 0x0}, {result = 31428368, priority = 0, unwind = 31335600,
c = 0x7f61772e5b20}, {result = RLM_MODULE_HANDLED, priority = 0,
unwind = 4, c = 0x7f6170007ae8}, {result = 4357745, priority = 0,
unwind = 1, c = 0x0}, {result = RLM_MODULE_REJECT, priority = 0,
unwind = 0, c = 0x0}, {result = 1879078736, priority = 32609,
unwind = 16777216, c = 0x0}, {result = RLM_MODULE_FAIL,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 8, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 0, c = 0x0}, {result = RLM_MODULE_REJECT,
priority = 0, unwind = 31669616, c = 0x7f6176e81a26}, {
result = 24, priority = 0, unwind = 0, c = 0xffffff80}, {
result = 31412880, priority = 0, unwind = 31412928,
c = 0x7f6176e8cc42}, {result = 21744768, priority = 7,
unwind = 31665312, c = 0x7f61700077e8}, {result = 31669616,
priority = 0, unwind = 0, c = 0x668840}, {result = 31663296,
priority = 0, unwind = 0, c = 0x1df5290}, {result = 1995014697,
priority = 32609, unwind = 31671088, c = 0x7f6176e98170}, {
result = 1048, priority = 0, unwind = 31664640, c = 0x687eaf}, {
result = RLM_MODULE_REJECT, priority = 0, unwind = 31328480,
c = 0x7f6176e98229}}
#24 0x0000000000422e55 in indexed_modcall (comp=comp@entry=MOD_AUTHENTICATE,
idx=idx@entry=6848175, request=request@entry=0x1e32a00)
at src/main/modules.c:1028
rcode = <optimized out>
list = 0x1de0bb0
server = 0x1de08e0
#25 0x0000000000423dac in process_authenticate (
auth_type=auth_type@entry=6848175, request=request@entry=0x1e32a00)
at src/main/modules.c:2131
No locals.
#26 0x00000000004124cd in rad_check_password (request=0x1e32a00)
at src/main/auth.c:252
cursor = {first = 0x1e32a48, found = 0x1e34330, last = 0x0,
current = 0x0, next = 0x0}
auth_type_pair = <optimized out>
auth_type = 6848175
auth_type_count = 1
result = <optimized out>
#27 rad_authenticate (request=0x1e32a00) at src/main/auth.c:570
check_item = <optimized out>
module_msg = <optimized out>
tmp = <optimized out>
result = <optimized out>
autz_retry = <optimized out>
autz_type = <optimized out>
#28 0x00000000004360ca in request_running (request=0x1e32a00,
action=<optimized out>) at src/main/process.c:1527
__FUNCTION__ = "request_running"
#29 0x000000000042f096 in request_handler_thread (arg=0x1df5290)
at src/main/threads.c:690
self = 0x1df5290
#30 0x00007f61759b9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#31 0x00007f617528595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#32 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 2 (Thread 0x7f616f807700 (LWP 9127)):
#0 0x00007f61759c0490 in sem_wait ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x000000000042edac in request_handler_thread (arg=0x1df5400)
at src/main/threads.c:621
self = 0x1df5400
#2 0x00007f61759b9b50 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#3 0x00007f617528595d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 1 (Thread 0x7f61774b8720 (LWP 9122)):
#0 0x00007f61752923ab in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007f6175226628 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007f6175224981 in free () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x00007f6176408919 in _talloc_free ()
from /usr/lib/x86_64-linux-gnu/libtalloc.so.2
No symbol table info available.
#4 0x00007f6176e9f1c0 in fr_event_delete (parent=<optimized out>,
el=0x1d2e1d0) at src/lib/event.c:198
ret = 1
ev = 0x1dfb160
#5 fr_event_delete (el=0x1d2e1d0, parent=<optimized out>)
at src/lib/event.c:172
ret = 1
#6 0x00007f6176e9f4ee in fr_event_run (el=el@entry=0x1d2e1d0,
when=when@entry=0x7fff85955740) at src/lib/event.c:307
callback = 0x42f9e0 <request_timer>
ctx = 0x1dfb5b0
ev = <optimized out>
#7 0x00007f6176e9fa4e in fr_event_loop (el=0x1d2e1d0) at src/lib/event.c:624
i = <optimized out>
rcode = 0
when = {tv_sec = 1447844942, tv_usec = 265467}
wake = <optimized out>
maxfd = 17
read_fds = {fds_bits = {0 <repeats 16 times>}}
master_fds = {fds_bits = {256000, 0 <repeats 15 times>}}
#8 0x00000000004374c1 in radius_event_process () at src/main/process.c:5640
No locals.
#9 0x000000000041100f in main (argc=3, argv=<optimized out>)
at src/main/radiusd.c:578
rcode = 0
status = <optimized out>
argval = <optimized out>
spawn_flag = true
display_version = false
flag = 0
from_child = {4, 5}
state = 0x668840
autofree = 0x1aff060
A debugging session is active.
Inferior 1 [process 9122] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment