"Hello, world!" crashes during exit

Vadim Zeitlin vadim at wxwidgets.org
Tue Jun 12 05:02:51 PDT 2007


On Tue, 12 Jun 2007 04:50:52 -0700 Kervala <kervala at gmail.com> wrote:

K> I'm also getting "Segmentation fault" under Linux :(

 Have you seen http://www.wxwidgets.org/support/mlhowto.htm#crashes ?

K> I'm using Ubuntu Feisty Fawn 32 bits with default GCC bundled with it
K> (gcc 4.1.2).
K> 
K> I got sources from CVS and compiled with :

 I'd advise using 2.8.4 packages from

	http://apt.tt-solutions.com/ubuntu/dists/feisty/

K> ./configure --prefix=/usr --enable-optimise --enable-utf8 --enable-stl
K> --enable-threads --enable-std_iostreams --enable-std_string --disable-
K> compat28 --with-sdl --with-opengl --enable-mediactrl --with-gnomevfs --
K> with-zlib --with-expat --enable-unicode
K> 
K> Even when I compile "minimal" sample, it crash at exit :(
K> 
K> Should I use other configure settings ?

 No, those should work. If the backtrace from the crash doesn't show
anything useful, check that you don't have multiple versions of wx
headers/libraries and that you don't mix them unwillingly.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list