Displaying 1 result from an estimated 1 matches for "get_globalev".
Did you mean:
get_global
2008 Jul 31
0
Static Linking, C++ Exceptions
...ase.
The specific problem is that when I throw an exception, I get a
segfault. It only happens on Centos4, and only on ia-32 machines. In
an act of desparation I disassembled the bit of code that's
segfaulting and got this:
(gdb) disass
Dump of assembler code for function _ZN14__gnu_internal10get_globalEv:
0x08579614 <...get_globalEv+0>: call 0x8577c3e <__i686.get_pc_thunk.cx>
0x08579619 <...get_globalEv+5>: add $0x3b31c7,%ecx
0x0857961f <...get_globalEv+11>: push %ebp
0x08579620 <...get_globalEv+12>: mov $0xfffffff8,%eax
0x08579626 <...get_globalEv+18>:...