Re: [wxVTK] wxVTK and wxWidgets 2.8
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-01-02 16:11:30
|
On Jan 2, 2008 4:59 PM, Marco <tsu...@si...> wrote: > Mathieu Malaterre ha scritto: > > On Jan 2, 2008 4:44 PM, Marco <tsu...@si...> wrote: > > [snip] > > >> this is my status: > >> > >> with wxGTK 2.6 the visualization is ok but the application crashes when > >> I close the window; > >> > >> with wxGTK 2.8 *without* your patches I have visualization problems (the > >> ones I described in my previous emails) but the application does not > >> crash; > >> > >> with wxGTK 2.8 *with* your patches the visualization is ok but the > >> application crashes as with wxGTK 2.6; > > > > > > Run your app (in debug -g) through valgrind -v and send the output. > > > > Thanks, > > The app is your wxSample sample application. The output is attached. You have pages after pages of issues with your Intel OpenGL-DRI and X11. You need to find someone that is either able to help you: 1. Reinstall your hardware accelerated graphic driver, or whatever needs to be done to fix your xorg.conf 2. find a way to use software accelerated OpenGL (if ubuntu is like debian, this is simply a matter of installing mesa and remove your intel specific package). On ATI this is simply a matter of setting the proper env variable... I don't like all those issues reported against invalid read in wxGTK either. The code is bad, but there is way too much stuff reported by valgrind, send that to the wx-users list. That's all I can do... -- Mathieu |