Hi

there seems to be a loop somewhere with the latest CVS (M and wx) on MDK9.1 and gcc 3.2.2
I tried to attach the process in gdb to see if I could find something (below), but ...


Hope this helps

0x40925767 in gtk_editable_get_chars () from /usr/lib/libgtk-1.2.so.0
(gdb) where
#0 0x40925767 in gtk_editable_get_chars () from /usr/lib/libgtk-1.2.so.0
#1 0x0000c415 in ?? ()
#2 0x402f163f in gtk_text_changed_callback (widget=0x84a0c88, win=0x84a7b60)
at /home/michele/Projects/wxWindows/src/gtk/textctrl.cpp:162
#3 0x4095aa26 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
(gdb) info threads
1 Thread 16384 (LWP 13813) 0x40925767 in gtk_editable_get_chars () from /usr/lib/libgtk-1.2.so.0
(gdb) cont
Continuing.
Program received signal SIGINT, Interrupt.
[Switching to Thread 16384 (LWP 13813)]
wxWindowBase::TryValidator(wxEvent&) (this=0x84a7b60, [EMAIL PROTECTED])
at /home/michele/Projects/wxWindows/src/common/wincmn.cpp:2154
2154 {
(gdb) where
#0 wxWindowBase::TryValidator(wxEvent&) (this=0x84a7b60, [EMAIL PROTECTED])
at /home/michele/Projects/wxWindows/src/common/wincmn.cpp:2154
#1 0x402f169e in gtk_text_changed_callback (widget=0x84a0c88, win=0x84a7b60)
at /home/michele/Projects/wxWindows/src/gtk/textctrl.cpp:163
#2 0x4095aa26 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
(gdb) cont
Continuing.


Program received signal SIGINT, Interrupt.
0x408db067 in gtk_accelerator_get_default_mod_mask () from /usr/lib/libgtk-1.2.so.0
(gdb) where
#0 0x408db067 in gtk_accelerator_get_default_mod_mask () from /usr/lib/libgtk-1.2.so.0
#1 0x40991ed0 in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0
(gdb) cont
Continuing.


Program received signal SIGINT, Interrupt.
0x4058d743 in wxStrlen (psz=0xbfffec90 "[EMAIL PROTECTED]@[EMAIL PROTECTED]/@[EMAIL PROTECTED]:Q\bèìÿ¿\220E/@Ðìÿ¿`{J\b")
at /home/michele/Projects/wxWindows/include/wx/wxchar.h:656
656 inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; }
(gdb) where
#0 0x4058d743 in wxStrlen (psz=0xbfffec90 "[EMAIL PROTECTED]@[EMAIL PROTECTED]/@[EMAIL PROTECTED]:Q\bèìÿ¿\220E/@Ðìÿ¿`{J\b")
at /home/michele/Projects/wxWindows/include/wx/wxchar.h:656
#1 0x40578865 in wxString::operator=(char const*) (this=0xbfffec90,
psz=0x84ae9e8 "Welcome to Mahogany! This window will show you some (hopefully) helpful tips about using
the program, but you may disable at any moment using the checkbox below if you are tired of it.")
at /home/michele/Projects/wxWindows/include/wx/string.h:853
#2 0x402f24f4 in wxTextCtrl::GetValue() const (this=0x84a7b60)
at /home/michele/Projects/wxWindows/src/gtk/textctrl.cpp:521
#3 0x402f4590 in wxTextCtrl::ChangeFontGlobally() (this=0x84a7b60)
at /home/michele/Projects/wxWindows/src/gtk/textctrl.cpp:1367
#4 0x402f464f in wxTextCtrl::UpdateFontIfNeeded() (this=0x84a7b60)
at /home/michele/Projects/wxWindows/src/gtk/textctrl.cpp:1380
#5 0x402f15ec in gtk_text_changed_callback (widget=0x84a0c88, win=0x84a7b60)
at /home/michele/Projects/wxWindows/src/gtk/textctrl.cpp:158
#6 0x4095aa26 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
(gdb)





------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to