Re: [Paracomp-devel] Crash in pcSystemFinalize
Brought to you by:
shreekumar
|
From: Shree K. <shr...@hp...> - 2008-04-29 04:11:09
|
On Mon, 2008-04-28 at 15:53 +0000, Stefan Eilemann wrote: > > Can you do a build with "release=0" (to enable debug symbols) and post > > the stack trace ? That would help me a bit. > > I'ld love to, the only problem is that the debug build doesn't crash. > Nice. > > Let me know how I can help. I have a feeling I sent you down the wrong path. This is a problem I am investigating. The basic issue is that any dlclose() causes a crash with newer GCC compilers() - 4.x I think. Can you check pcstub.c & let me know if one of the dlclose() calls is commented out ? I unintentionally checked in such a change to pcstub.c. Generally this problem manifests as a crash at pcSystemInitialize(). > > > >> Do I have to configure something in order to use the opteron > >> 'plugin'? > >> > > That's not needed for depth compositing, since there is no special > > code. > > For alpha blending, it will get used automatically (provided it's > > found > > in PC_LIBRARY_PATH/composite). > > Makes sense. I'll have to integrate/enable the alpha blending code then. Yes. That will get us to some more points of benchmarking :-) Regards -- Shree |