Hi with a new wxwidgets with debugging enabled this is the result:
Starting program: /usr/bin/amulegui
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 28053)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 28053)]
0x4057171d in operator+ (str=@0x7c, psz=0x821ddf8) at ./include/wx/string.h:424
warning: Source file is more recent than executable.
424 void reserve(size_t sz) { Alloc(sz); }
Current language: auto; currently c++
(gdb) where
#0 0x4057171d in operator+ (str=@0x7c, psz=0x821ddf8) at ./include/wx/string.h:424
#1 0x0810e0e7 in wxTimer::IsRunning ()
#2 0x080663ed in ?? ()
#3 0x080716bf in ?? ()
#4 0x080764b1 in wxAppConsole::CallOnInit ()
#5 0x4054ce10 in wxEntry (argc=@0x4061e14c, argv=0x82bcd50) at ./src/common/init.cpp:433
#6 0x4054cee7 in wxEntry (argc=@0xbffffab0, argv=0xbffffaf4) at ./src/common/init.cpp:461
#7 0x080665a0 in ?? ()
#8 0x4075f3be in __libc_start_main () from /lib/libc.so.6
#9 0x08065d91 in ?? ()
(gdb) quit
So this is the problem:
void reserve(size_t sz) { Alloc(sz); } ?
What to do ?
Thanks,
rc