Re: Seg-fault on install of ut2003

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Nov 21, 2002 at 07:07:22AM -0700, Frank Jacobberger wrote:
> I'm getting repeated failure during install of UT2003 on RH 8.
> 
> Here is a snipet: of what is the general happening. Mind you
> the install begins normally and somewhere, anywhere, this will
> occur:
> 
> Backtrace:
> [ 1]  ./Core.so [0x40989c32]
> [ 2]  /lib/i686/libpthread.so.0 [0x4006e47e]
> [ 3]  ./ucc-bin [0x42028c48]
> [ 4]  ./Core.so [0x4099621f]
> [ 5]  ./Core.so [0x4099632d]
> [ 6]  ./Core.so(__frame_state_for+0x23) [0x40996a97]
> [ 7]  ./Core.so(__throw+0x67) [0x4099532f]

Might not be the exactu cause of this, but Core.so is incorrectly built
shared library.
All C++ libraries should be linked with g++ -shared, not gcc -shared
(or worse ld -shared), if they are correctly built, they
will use __frame_state_for from libstdc++, not
link their own __frame_state_for into the shared library.
As glibc and other libraries uses .eh_frame GCC 3 extensions, for throwing
through libc or other libs, __frame_state_for implementation used needs to
be able to parse GCC 3 .eh_frame format as well as GCC 2.

	Jakub



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux