search for: dyld_print_bindings

Displaying 7 results from an estimated 7 matches for "dyld_print_bindings".

2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...> dyld: calling initializer function 0x100eea5b0 in /sw/opt/llvm-3.2/lib/LLVMPolly.so You need to set a break point at 0x100eea5b0 and run again until that break is hit, then start stepping. > Are there any tricks for identifying the order that the symbols are being resolved? (gdb) set env DYLD_PRINT_BINDINGS 1 will show each use of a symbol as it is bound. This can be *a lot* of information. -Nick
2012 Oct 23
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...00eea5b0 in /sw/opt/llvm-3.2/lib/LLVMPolly.so >> >> You need to set a break point at 0x100eea5b0 and run again until that break is hit, then start stepping. >> >>> Are there any tricks for identifying the order that the symbols are being resolved? >> (gdb) set env DYLD_PRINT_BINDINGS 1 >> will show each use of a symbol as it is bound. This can be *a lot* of information. >> >> -Nick > > Nick, > Can you clarify what I should be looking for here? I assumed you expected that I should see some symbol > bindings occur immediately after the initial...
2012 Oct 23
1
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...alizer function 0x100eea5b0 in /sw/opt/llvm-3.2/lib/LLVMPolly.so > > You need to set a break point at 0x100eea5b0 and run again until that break is hit, then start stepping. > > > Are there any tricks for identifying the order that the symbols are being resolved? > (gdb) set env DYLD_PRINT_BINDINGS 1 > will show each use of a symbol as it is bound. This can be *a lot* of information. > > -Nick Nick, Can you clarify what I should be looking for here? I assumed you expected that I should see some symbol bindings occur immediately after the initializer function in LLVMPolly.so i...
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...3.2/lib/LLVMPolly.so > >> > >> You need to set a break point at 0x100eea5b0 and run again until that break is hit, then start stepping. > >> > >>> Are there any tricks for identifying the order that the symbols are being resolved? > >> (gdb) set env DYLD_PRINT_BINDINGS 1 > >> will show each use of a symbol as it is bound. This can be *a lot* of information. > >> > >> -Nick > > > > Nick, > > Can you clarify what I should be looking for here? I assumed you expected that I should see some symbol > > bindings...
2018 Jul 12
5
OpenSSH slow on OSX High Sierra (maybe due to libcrypto)?
Hi all. Is anyone else seeing issues with OpenSSH being slow on OSX High Sierra? In the interests of better test coverage I set one up, however the OpenSSH tests take much longer on it than on much older machines with much slower CPUs. It seems to be due to the vendor-supplied libcrypto being about 20x slower at bignum operations than nominally the same version of LibreSSL compiled locally. If
2012 Oct 22
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Mon, Oct 22, 2012 at 10:17:56AM -0700, Nick Kledzik wrote: > Jack, > > I looks like the code is calling dlopen() on LLVMPolly.so and it or something it links against has an initializer. The initialer is run before dlopen() returns and the crash is in the initializer. The message: > > dyld: fast lazy bind offset out of range (53437, max=7640) in image
2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
Jack, I looks like the code is calling dlopen() on LLVMPolly.so and it or something it links against has an initializer. The initialer is run before dlopen() returns and the crash is in the initializer. The message: dyld: fast lazy bind offset out of range (53437, max=7640) in image /sw/lib/gcc4.7/libexec/gcc/x86_64-apple-darwin12.2.0/4.7.2/cc1 means the initializer called something which