Displaying 15 results from an estimated 15 matches for "__register_frame_info".
2007 Nov 25
2
imap process killed with signal 11
Hi!
Using the latest cvs from HEAD, I'm experiencing problems after sending
a message and the client is trying upload the message to the
appropriate (Sent/Queue) folder. I get only one error in dovecot.log:
dovecot: Nov 25 14:21:31 Error: child 19554 (imap) killed with signal 11
So my client disconnects, and asks for the password again, and in
dovecot.info I get nothing, but the logs of the
2015 Jul 27
0
[LLVMdev] Dynamically adding exception frames in the macintosh OS X
Hi
I am porting a JIT compiler to the Macintosh. This software runs under
windows and Linux. In both systems there is an interface for adding
exception frames dynamically when you add code compiled on the fly.
Under linux the (not documented) gcc function __register_frame_info does
the trick. Under windows, Microsoft has added an official API for this,
that works without problems.
The Macintosh environment however is really a nightmare. There are two
"recommended" methods if you would believe the published source code.
Method 1:
/// darwin_register_frame -...
1999 May 17
1
minor installation problems
...mmary.o
unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a
../nmath/libmath.a -lSM -lICE -L/usr/X11R6/lib -lX11 -lreadline -lz
-ldl -lncurses -lm
the binary would exit with the error
/usr/local/lib/R-0.64.1/bin/R.binary: error in loading shared
libraries
: undefined symbol: __register_frame_info
when run.
This symbol is defined in libstdc++. A manual link via
g77 -o ../../bin/R.binary /usr/lib/libstdc++.so arithmetic.o array.o
attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o
context.o cov.o cum.o debug.o deparse.o deriv.o devices.o dotcode.o
dstruct.o duplicate.o envi...
1999 May 17
1
minor installation problems
...mmary.o
unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a
../nmath/libmath.a -lSM -lICE -L/usr/X11R6/lib -lX11 -lreadline -lz
-ldl -lncurses -lm
the binary would exit with the error
/usr/local/lib/R-0.64.1/bin/R.binary: error in loading shared
libraries
: undefined symbol: __register_frame_info
when run.
This symbol is defined in libstdc++. A manual link via
g77 -o ../../bin/R.binary /usr/lib/libstdc++.so arithmetic.o array.o
attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o
context.o cov.o cum.o debug.o deparse.o deriv.o devices.o dotcode.o
dstruct.o duplicate.o envi...
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
...n provided by libgcc, to be more precise in libgcc_eh. Is it in
your copy?
$ nm libgcc_eh.a | grep register_fram
0000000000001960 T __deregister_frame
0000000000001950 T __deregister_frame_info
0000000000001830 T __deregister_frame_info_bases
0000000000001750 T __register_frame
0000000000001740 T __register_frame_info
00000000000016b0 T __register_frame_info_bases
0000000000001800 T __register_frame_info_table
0000000000001780 T __register_frame_info_table_bases
0000000000001810 T __register_frame_table
Ciao, Duncan.
> /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT....
2015 Aug 25
4
GPL Software
...nth ago.
Since there were no answers, I tried the code that uses the
_keymgr_get_and_lock_processwide_ptr
as specified in some Apple's program source.
Do not do that. It will just never work, it returns always zero.
Then I tried to use what I use on Linux:
register_table_bases with
void __register_frame_info_table_bases (void *begin, struct object *ob,
void *tbase, void *dbase);
This function requires a different format than register_frame_info,
quite difficult to generate.
Do not bother, it doesn't work, even if it is advertised as "working in
OS X now".
Then I tried to use
register...
2003 Aug 20
0
libvorbis configure script fails on Irix
...SGI Octane running Irix6.5.22. libogg configures and compiles without
a problem. I installed it in usr/local/lib.
When I moved on to libvorbis trouble began. The configure script made
the following complaint:
checking for Ogg... 12269:./conftest: rld: Error: unresolvable symbol
in ./conftest: __register_frame_info
12269:./conftest: rld: Error: unresolvable symbol in ./conftest:
__deregister_frame_info
12269:./conftest: rld: Fatal Error: this executable has unresolvable
symbols
no
*** Could not run Ogg test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that th...
2013 Jul 29
5
[LLVMdev] LLVM and Cygwin
I got the following error while compiling llvm and clang under cygwin.
/cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b):
undefined reference to `__register_frame'
2013 Jul 30
2
[LLVMdev] LLVM and Cygwin
...libgcc_eh. Is it
> in
> your copy?
>
> $ nm libgcc_eh.a | grep register_fram
> 0000000000001960 T __deregister_frame
> 0000000000001950 T __deregister_frame_info
> 0000000000001830 T __deregister_frame_info_bases
> 0000000000001750 T __register_frame
> 0000000000001740 T __register_frame_info
> 00000000000016b0 T __register_frame_info_bases
> 0000000000001800 T __register_frame_info_table
> 0000000000001780 T __register_frame_info_table_**bases
> 0000000000001810 T __register_frame_table
>
> Ciao, Duncan.
>
> /cygdrive/c/Users/brianherman/**Desktop/llvm/llvm-3.3...
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...deregister_frame(const void *fde) {
^
C:/Users/clang/libunwind/include\unwind.h:332:13: note: previous
declaration is here
extern void __deregister_frame(const void *fde);
^
C:/Users/clang/libunwind/src/UnwindLevel1-gcc-ext.c:266:24: warning:
redeclaration of '__register_frame_info_bases' should not add 'dllexport'
attribute [-Wdll-attribute-on-redeclaration]
_LIBUNWIND_EXPORT void __register_frame_info_bases(const void *fde, void
*ob,
^
C:/Users/clang/libunwind/include\unwind.h:364:13: note: previous
declaration is here
extern void __regist...
2011 May 17
2
[LLVMdev] x86 cross compiler for ppc fails to build
...: Error: junk at end of line: `(__EH_FRAME_BEGIN__)'
/tmp/ccNdqsm6.s:35: Error: junk at end of line: `(3)'
/tmp/ccNdqsm6.s:39: Error: junk at end of line: `(30)'
/tmp/ccNdqsm6.s:76: Error: syntax error; found `(' but expected `,'
/tmp/ccNdqsm6.s:76: Error: junk at end of line: `(__register_frame_info)'
/tmp/ccNdqsm6.s:77: Error: junk at end of line: `(3)'
/tmp/ccNdqsm6.s:80: Error: syntax error; found `(' but expected `,'
/tmp/ccNdqsm6.s:80: Error: junk at end of line: `(__EH_FRAME_BEGIN__)'
/tmp/ccNdqsm6.s:81: Error: syntax error; found `(' but expected `,'
/tmp/ccN...
2017 Aug 01
2
[RFC] Profile guided section layout
...mp
1 __libc_init_first __ctype_init
1 generic_start_main __libc_csu_init
1 __pthread_initialize_minimal_internal __libc_setup_tls
1 generic_start_main __libc_init_first
1 _start __libc_start_main
1 __libc_start_main get_common_indeces.constprop.1
1 __libc_start_main generic_start_main
1 frame_dummy __register_frame_info
1 __register_frame_info __register_frame_info.part.4
1 _ZN3lld13getLLDVersionB5cxx11Ev _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
1 _ZN3lld13getLLDVersionB5cxx11Ev _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm
1 _ZN4llvm2cl3optINSt7__cxx1112basic_stri...
2015 Aug 25
5
GPL Software
Hi
On Mon Jul 27 11:29:44 CDT 2015 I posted a question here about the way
llvm implements exceptions in Apple's OS X.
Since then I have received ZERO answers.
I have solved the problem myself by "disassembling" the messy source
code available.
I thank everyone for proving me (yet another time) that
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
YOU.
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached.
Cheers,
Rafael
On 31 July 2017 at 15:11, Rafael Avila de Espindola
<rafael.espindola at gmail.com> wrote:
> Tobias Edler von Koch <tobias at codeaurora.org> writes:
>
>> Hi Rafael,
>>
>> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote:
>>> However, do we need to start with
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are