Displaying 1 result from an estimated 1 matches for "autoreportissu".
Did you mean:
autoreportissue
2016 Oct 26
1
(build) crash in dcrypt when "-Bsymbolic-functions" is used on linking
...8, Christian Ehrhardt wrote:
> Hi,
> I was wondering about a crash when building dovecot 2.2.25 on latest
> Ubuntu.
> I wondered as I've had the same source building on Debian just fine.
>
> Some debugging led me to this weird behavior:
> Using this gdb command file called autoreportissue in my case:
> break dcrypt_initialize
> commands
> p dcrypt_vfs
> p &dcrypt_vfs
> watch dcrypt_vfs
> c
> end
> break dcrypt_set_vfs
> commands
> p dcrypt_vfs
> p &dcrypt_vfs
> c
> end
> r
>
> Running test-c...