search for: libbfd

Displaying 20 results from an estimated 33 matches for "libbfd".

Did you mean: libbar
2011 Feb 20
3
[LLVMdev] Build problems with llvm-gcc
...bgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so *** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 0x0000000001d39368 *** ======= Backtrace: ========= /lib/libc.so.6(+0x775b6)[0x2b9876d7f5b6] /usr/lib/libbfd-2.20.1-system.20100303.so(_bfd_elf_discard_section_eh_frame+0x3ee)[0x2b987667c5fe] /usr/lib/libbfd-2.20.1-system.20100303.so(bfd_elf_discard_info+0x2ed)[0x2b98766702cd] /usr/bin/ld[0x41fc5c] /usr/bin/ld[0x413abd] /usr/bin/ld[0x418306] /lib/libc.so.6(__libc_start_main+0xfd)[0x2b9876d26c4d] /usr/bin/...
2009 Dec 16
1
[PATCH] appliance: Special case handling for libbfd in the supermin appliance.
...dows. http://et.redhat.com/~rjones/virt-df/ -------------- next part -------------- >From 4b09663f01224c27f00376011022526437680078 Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Wed, 16 Dec 2009 11:15:26 +0000 Subject: [PATCH] appliance: Special case handling for libbfd in the supermin appliance. The libbfd library has a constantly changing, non-standard and very long name, eg: /usr/lib64/libbfd-2.20.51.0.2-7.fc13.so Just add a special case to deal with this. This fixes the guestfs_strings command, which relies on the external strings binary which uses this li...
2012 Feb 06
1
BETTER_BACKTRACES
I have been following the "Asterisk CLI unresponsive" thread and saw the suggestion to enable BETTER_BACKTRACES when I went in to do that it said it requires libbfd.. When I went to add that from yast I get no packages by that name. I am on openSUSE an ideas if this is part of another package or how I would get it? Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-u...
2003 Nov 19
1
gdb compile error
...o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o cli-logging.o cli-interp.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o libgdb.a \ ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ../libiberty/libiberty.a -lsocket -lnsl -ldl -ltermcap -lsocket -lm -liconv ../libiberty/libiberty.a Undefined first referenced symbol in file libintl_textdomain main.o lib...
2013 Apr 21
2
[LLVMdev] Testing methods
...n automated method for this? I wish to implement automated testing on a decompiler I am writing, and thought that the test methods used in LLVM might be applicable to my decompiler. ( https://github.com/jcdutton/libbeauty ) The thoughts I have had is to use a 3rd party assembler/disassember such as libbfd and parse the results of the 3rd party one, and compare it to mine. Any help with ideas in this area would help me. Kind Regards James
2011 Oct 03
4
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
...c_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so *** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 0x08d3a6e4 *** ======= Backtrace: ========= /lib/i386-linux-gnu/libc.so.6(+0x6b961)[0x4019e961] /lib/i386-linux-gnu/libc.so.6(+0x6c10e)[0x4019f10e] /usr/lib/libbfd-2.21.0-system.20110327.so(_bfd_elf_discard_section_eh_frame+0x50a)[0x400afeea] /usr/lib/libbfd-2.21.0-system.20110327.so(bfd_elf_discard_info+0x2f4)[0x400a0994] /usr/bin/ld[0x806a763] /usr/bin/ld[0x805b5d0] /usr/bin/ld[0x806078e] /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x40149e37] /us...
2011 Aug 06
2
[LLVMdev] llvm-gcc near tip causing crash in /usr/bin/ld due to memory corruption on linux x86_64
...ndS.o", "/usr/lib/../lib64/crtn.o"], [/* 87 vars */]) = 0 [pid 23235] arch_prctl(ARCH_SET_FS, 0x7f755abb8700) = 0 *** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 0x000000000156cbf8 *** ======= Backtrace: ========= /lib/libc.so.6(+0x775b6)[0x7f7559fb55b6] /usr/lib/libbfd-2.20.1-system.20100303.so(_bfd_elf_discard_section_eh_frame+0x3ee)[0x7f755a7525fe] /usr/lib/libbfd-2.20.1-system.20100303.so(bfd_elf_discard_info+0x2ed)[0x7f755a7462cd] /usr/bin/ld[0x41fc5c] /usr/bin/ld[0x413abd] /usr/bin/ld[0x418306] /lib/libc.so.6(__libc_start_main+0xfd)[0x7f7559f5cc4d] /usr/bin/...
2014 Apr 28
2
[LLVMdev] [RFC] [PATCH] Fix for sys::Process::GetMallocUsage() when using ptmalloc2 allocator in glibc
...e out if malloc is > coming from libc with dlsym and dlopen, and then use that to decide whether > we add these two numbers together. I'm not sure we can always assume libc is a dynamic library. A user can statically link to libc if they really want to. For the static case something like libbfd could help provided the symbol table was still around. It seems to me whatever we do is going to incur some overhead. Calling dlsym() sounds a little bit expensive so we might be best off doing the test on the first call to sys::Process::GetMallocUsage() and storing a static variable that indicate...
2019 Jul 17
2
Preloading shared library with libVirt
...t/dependencies/xed/kits/xed-install-base/lib/libxed.so (0x00007f706442e000) libmonitor.so.0 => /home/probir/Downloads/kpv_temp/temp/kvmTest/dependencies/libmonitor/installDir/lib/libmonitor.so.0 (0x00007f706420a000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7063fed000) libbfd-2.26.1-system.so => /usr/lib/x86_64-linux-gnu/libbfd-2.26.1-system.so (0x00007f7063ca8000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f7063926000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f7063710000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...Fix CPU spike when pressing DTMF after agent login. (Closes issue #18130. Reported by rgj. Patched by jpeeler) * Fix cross-compiling issue. (Closes issue #18301. Reported, patched by abelbeck) * This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. (Patched by tilghman) * Resolve several issues with DTMF based attended transfers. (Closes issues #17999, #17096, #18395, #...
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
...s issue #18075. Reported by mdu113. Patched by twilson) * Fix regression causing forwarding voicemails to not work with file storage. (Closes issue #18358. Reported by cabal95. Patched by jpeeler) * This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. (Patched by tilghman) * Resolve several issues with DTMF based attended transfers. (Closes issues #17999, #17096, #18395, #...
2011 Feb 28
0
Asterisk 1.8.3 Now Available
...ses issue #18406. Reported by joscas. Patched by tilghman) * Resolve memory leak in iCalendar and Exchange calendaring modules. (Closes issue #18521. Reported, patched by pitel. Tested by cervajs) * This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. (Patched by tilghman) * Resolve issue where no Music On Hold may be triggered when using res_timing_dahdi. (Closes issue...
2011 Feb 28
0
Asterisk 1.4.40 Now Available
...Fix CPU spike when pressing DTMF after agent login. (Closes issue #18130. Reported by rgj. Patched by jpeeler) * Fix cross-compiling issue. (Closes issue #18301. Reported, patched by abelbeck) * This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. (Patched by tilghman) * Resolve several issues with DTMF based attended transfers. (Closes issues #17999, #17096, #18395, #...
2011 Feb 28
0
Asterisk 1.6.2.17 Now Available
...s issue #18075. Reported by mdu113. Patched by twilson) * Fix regression causing forwarding voicemails to not work with file storage. (Closes issue #18358. Reported by cabal95. Patched by jpeeler) * This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. (Patched by tilghman) * Resolve several issues with DTMF based attended transfers. (Closes issues #17999, #17096, #18395, #...
2011 Feb 28
0
Asterisk 1.8.3 Now Available
...ses issue #18406. Reported by joscas. Patched by tilghman) * Resolve memory leak in iCalendar and Exchange calendaring modules. (Closes issue #18521. Reported, patched by pitel. Tested by cervajs) * This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems. (Patched by tilghman) * Resolve issue where no Music On Hold may be triggered when using res_timing_dahdi. (Closes issue...
2006 Apr 29
0
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Jeff. You wrote Saturday, April 29, 2006, 10:50:08 PM: JC> You will. You haven't gotten that far yet. It shows up as a crash JC> running gccas. Ok. Switched to 2.1 JC> As for ld crashing, I have no suggestions. It seems to be bug in bfd/cofflink.c file of libbfd. I can even name the function, where weird thing happens. But it's out of my possibilities to debug this now. Now I'm trying to build LLVM without --enable-optimized option and see, what will happen. -- With best regards, Anton mailto:asl at math.spbu.ru Saturd...
2007 Jul 19
0
[LLVMdev] memory hog llvm-ld
Hi Holger, > Note that I did specify "-g", but not any "-Ox" switches. That > made the size of all *.o files together being 143 MB. LLVM represents debug info as explicit calls to intrinsics. This approach has many advantages, but a possible disadvantage is that it can significantly increase the size of the bitcode. I don't know if that explains your observations.
2008 Mar 04
2
[LLVMdev] Any idea on translate x86 assembly to LLVM IR?
I'am now considering converting x86 machine assembly into LLVM IR, does anyone know about any existing project or resource related to this area? Any difficulities or any ideas on this? thanks for your replies in advance. cradnil 2008-03-04 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Mar 08
9
supermin and dpkg-divert
While trying to run libguestfs tests after building with "--enable-appliance --with-supermin-extra-options=--use-installed", I ran into a peculiar error message in the c-api test: ,---- | libguestfs: error: strings: /abssymlink: strings: error while loading | shared libraries: libbfd-2.24-multiarch.so: cannot open shared object | file: No such file or directory `---- The problem here is that I have the binutils-multiarch package installed which has used dpkg-divert(8) to override the "regular" binutils binaries. ,---- | $ dpkg-divert --list /usr/bin/strings | divers...
2007 Jul 19
2
[LLVMdev] memory hog llvm-ld
...DATA 4 .comment 0000003a 00000000 00000000 000009ff 2**0 CONTENTS, READONLY 5 .note.GNU-stack 00000000 00000000 00000000 00000a39 2**0 CONTENTS, READONLY There are various formats available, e.g. Dwarf and others. I think this is all handled via libbfd, or you can get more info by staring at the gdb source.