Re: rtld dropping core on recent -current

2012-08-03 Thread Konstantin Belousov
On Thu, Aug 02, 2012 at 09:55:36PM -0400, Alexander Kabaev wrote: It is weird that program tries to dlopen what appears to be the binary (itself?), but that did uncover the issue. Please try attached patch, I only very lightly tested it here. Also available here:

Re: rtld dropping core on recent -current

2012-08-03 Thread Alexander Kabaev
On Fri, 3 Aug 2012 11:59:37 +0300 Konstantin Belousov kostik...@gmail.com wrote: On Thu, Aug 02, 2012 at 09:55:36PM -0400, Alexander Kabaev wrote: It is weird that program tries to dlopen what appears to be the binary (itself?), but that did uncover the issue. Please try attached patch, I

rtld dropping core on recent -current

2012-08-02 Thread Steve Kargl
% file /usr/local/bin/ppdpo /usr/local/bin/ppdpo: ELF 32-bit LSB shared object, Intel 80386, \ version 1 (FreeBSD), dynamically linked (uses shared libs), FreeBSD-style,\ for FreeBSD 10.0 (115), stripped % ldd /usr/local/bin/ppdpo /usr/local/bin/ppdpo: /usr/local/bin/ppdpo: signal 11 %

Re: rtld dropping core on recent -current

2012-08-02 Thread Alexander Kabaev
On Thu, 2 Aug 2012 14:39:54 -0700 Steve Kargl s...@troutmask.apl.washington.edu wrote: % file /usr/local/bin/ppdpo /usr/local/bin/ppdpo: ELF 32-bit LSB shared object, Intel 80386, \ version 1 (FreeBSD), dynamically linked (uses shared libs), FreeBSD-style,\ for FreeBSD 10.0 (115),

Re: rtld dropping core on recent -current

2012-08-02 Thread Steve Kargl
On Thu, Aug 02, 2012 at 09:55:36PM -0400, Alexander Kabaev wrote: On Thu, 2 Aug 2012 14:39:54 -0700 Steve Kargl s...@troutmask.apl.washington.edu wrote: % file /usr/local/bin/ppdpo /usr/local/bin/ppdpo: ELF 32-bit LSB shared object, Intel 80386, \ version 1 (FreeBSD), dynamically linked