Navigation


Changeset 696:ff23fecac0b2 in freeDiameter


Ignore:
Timestamp:
Jan 21, 2011, 4:48:37 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
1.1.0-rc2
Message:

Added documentation for rare segfault in FreeBSD 64bits (Profiling profile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.FreeBSD

    r660 r696  
    101101 
    102102 
     103----------------------------------
     104Segmentation fault on program exit
     105----------------------------------
     106
     107In case you encounter a segmentation fault on program termination like this:
     108  [...]
     109  freeDiameterd framework is terminated.
     110  Segmentation fault: 11 (core dumped)
     111
     112with a backtrace like this:
     113  #0  0x0000000801a414a0 in ?? ()
     114  #1  0x0000000800f99274 in __cxa_finalize () from /lib/libc.so.7
     115  #2  0x0000000800f460b7 in exit () from /lib/libc.so.7
     116 
     117You may try to add the following compilation directive in cmake:
     118  -DSKIP_DLCLOSE:BOOL=ON
     119
     120Note: this segmentation fault was experienced with:
     121 - FreeBSD 8.1
     122 - 64 bits architecture only.
     123 - Profiling mode only.
     124
     125
Note: See TracChangeset for help on using the changeset viewer.