comparison INSTALL.FreeBSD @ 696:ff23fecac0b2 1.1.0-rc2

Added documentation for rare segfault in FreeBSD 64bits (Profiling profile)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 21 Jan 2011 16:48:37 +0900
parents a8269458d5b1
children e387d5c6b6f5
comparison
equal deleted inserted replaced
695:712a0bb8d3bf 696:ff23fecac0b2
98 # tests/testappacct -d 98 # tests/testappacct -d
99 or 99 or
100 # make test 100 # make test
101 101
102 102
103 ----------------------------------
104 Segmentation fault on program exit
105 ----------------------------------
106
107 In case you encounter a segmentation fault on program termination like this:
108 [...]
109 freeDiameterd framework is terminated.
110 Segmentation fault: 11 (core dumped)
111
112 with 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
117 You may try to add the following compilation directive in cmake:
118 -DSKIP_DLCLOSE:BOOL=ON
119
120 Note: this segmentation fault was experienced with:
121 - FreeBSD 8.1
122 - 64 bits architecture only.
123 - Profiling mode only.
124
125
"Welcome to our mercurial repository"