Search found 5 matches
- Wed Mar 29, 2006 12:05 pm
- Forum: C++ Development
- Topic: memory leaks
- Replies: 12
- Views: 3278
memory leaks
Hi, I've got some questions about memory leaks and avilable tools. I have read other related threads here. add 1] when I run valgrind (even on sample project), I always get some memory leaks report. It's just normal or it's another speciality of my system configuration? valgrind command: valgrind --...
- Wed Mar 29, 2006 11:16 am
- Forum: C++ Development
- Topic: wxFileDialog freezes whole application
- Replies: 3
- Views: 1010
well, just for fun... back trace of program when it goes OK is : #0 0xb7624809 in poll () from /lib/tls/libc.so.6 #1 0xb7ab88a0 in wxapp_poll_func (ufds=0x8230080, nfds=4, timeout=500) at ../src/gtk/app.cpp:367 #2 0xb6fa5dbc in g_main_context_check () from /usr/lib/libglib-2.0.so.0 #3 0xb6fa62c7 in ...
- Fri Mar 24, 2006 9:55 pm
- Forum: C++ Development
- Topic: wxFileDialog freezes whole application
- Replies: 3
- Views: 1010
Hi, What happens if you try the fileopen dialog in the "dialogs" sample? I just opened this successfully 25 times in a row, using wxGTK-2.6.2 on SuSE 9.3 (I'd have carried on for longer, but my monitor started giving me strange looks :x ). If the sample crashes, you have a problem with your system,...
- Fri Mar 24, 2006 8:59 pm
- Forum: C++ Development
- Topic: wxFileDialog freezes whole application
- Replies: 3
- Views: 1010
wxFileDialog freezes whole application
Hi, I have strange problem with wxFileDialog , "sometimes" it freezes whole application :shock: Sometimes means, that the same code used to work fine, now it usually freezes, but sometimes it works fine too. I know that this is silly description but I don't know what should I write :?... I wrote to ...
- Wed Mar 22, 2006 12:15 pm
- Forum: General Development
- Topic: wxFileDialog segmentation fault
- Replies: 5
- Views: 1563
I'm running into the same problem on a Gentoo Linux system. In fact, I see the crash every time I try to open a wxFileDialog on any application, not just the ones that I create. This goes for dialogblocks and audacity as well as my own code. I've logged a bug (number 1440312) on the issue, but so f...