[Mesa-dev] VTK Offscreen Segfaults
tom fogal
tfogal at sci.utah.edu
Fri Aug 6 07:47:52 PDT 2010
"Kevin H. Hobbs" <hobbsk at ohiou.edu> writes:
> On 08/05/2010 07:07 PM, tom fogal wrote:
> > Brian Paul <brianp at vmware.com> writes:
> >> My other hunch is something is duplicated in the libOSMesa and libGL
> >> libraries that's causing things to blow up in general.
> >>
> > Do note that both of these issues are from the
> > pre-"-fvisibility=3Dhidd= en by default" days, [. . .]
>
> my git bisect script uses :
>
> make -j8 linux-x86-64-debug
>
> so -fvisibility=3Dhidden is not added to the command line of the
> builds in the git bisection.
Oh. Can you add it into your bisect script and try again?
sed -i "s,OPT_FLAGS = -g,OPT_FLAGS=-g -fvisibility=hidden," linux-x86-64-debug
Should do it.
-tom
More information about the mesa-dev
mailing list