Displaying 5 results from an estimated 5 matches for "libexecinfo".
2018 May 08
2
Compiling 3.13.2 under FreeBSD 11.1?
....so.0 (0x8008ac000)
libreadline.so.7 => /usr/local/lib/libreadline.so.7 (0x800beb000)
libncurses.so.8 => /lib/libncurses.so.8 (0x800e3c000)
libgfxdr.so.0 => /usr/lib/libgfxdr.so.0 (0x801091000)
libgfrpc.so.0 => /usr/lib/libgfrpc.so.0 (0x8012b4000)
libexecinfo.so.1 => /usr/lib/libexecinfo.so.1 (0x8014d7000)
libargp.so.0 => /usr/local/lib/libargp.so.0 (0x8016da000)
libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x8018e4000)
libz.so.6 => /lib/libz.so.6 (0x801c79000)
liblzma.so.5 => /usr/lib/liblzma.so.5 (0x801e9...
2018 May 07
0
Compiling 3.13.2 under FreeBSD 11.1?
On 05/07/2018 04:29 AM, Roman Serbski wrote:
> Hello,
>
> Has anyone managed to successfully compile the latest 3.13.2 under
> FreeBSD 11.1? ./autogen.sh and ./configure seem to work but make
> fails:
See https://review.gluster.org/19974
3.13 reached EOL with 4.0. There will be a fix posted for 4.0 soon. In
the mean time I believe your specific problem with 3.13.2 should be
2018 May 07
2
Compiling 3.13.2 under FreeBSD 11.1?
Hello,
Has anyone managed to successfully compile the latest 3.13.2 under
FreeBSD 11.1? ./autogen.sh and ./configure seem to work but make
fails:
Making all in src
CC glfs.lo
cc: warning: argument unused during compilation: '-rdynamic'
[-Wunused-command-line-argument]
cc: warning: argument unused during compilation: '-rdynamic'
[-Wunused-command-line-argument]
fatal
2006 Nov 19
0
Backtraces without core dumps
...be difficult sometimes, especially
with login processes, I've now added code to log the backtrace when
Dovecot crashes in some assert check (or some other reason why it
decides to abort()). This code works with Linux and Solaris, but I
don't know about BSDs. Apparently there exists libexecinfo library
which could be used.
I think this code could be used to log backtraces also for segfaults,
but that's more risky so I didn't do it yet. Maybe it should be done
only optionally.
If you're interested in trying, the code is now in CVS and in the
latest nightly snapshot....
2010 May 28
2
Asterisk 1.6.2.7 + app_fax + OpenBSD 4.7 minor issue
...Open Ref GrpRef Name
1c000000 3c05b000 exe 1 0 0 /usr/local/sbin/asterisk
07c38000 27c45000 rlib 0 1 0 /usr/lib/libssl.so.15.1
02e6b000 22eab000 rlib 0 1 0 /usr/lib/libcrypto.so.18.0
04fb6000 24fba000 rlib 0 1 0
/usr/local/lib/libexecinfo.so.0.0
05fee000 2601e000 rlib 0 1 0
/usr/local/lib/libxml2.so.11.0
0042a000 20432000 rlib 0 2 0 /usr/lib/libz.so.4.1
0a31c000 2a3fb000 rlib 0 2 0
/usr/local/lib/libiconv.so.6.0
0c1da000 2c1e4000 rlib 0 3 0 /usr/lib/libm.so.5.2...