... and keeps creating new popup dialogs.
Bad news as it limits (almost zero) your possibilities to interact with
your desktop.

gdb trace

(gdb) where
#0  0x4075254e in select () from /lib/libc.so.6
#1  0x40a6c3e4 in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6
#2  0x409d93aa in _XRead () from /usr/X11R6/lib/libX11.so.6
#3  0x409d9d2a in _XReply () from /usr/X11R6/lib/libX11.so.6
#4  0x409bee41 in XFreeFont () from /usr/X11R6/lib/libX11.so.6
#5  0x409be6ca in XLoadQueryFont () from /usr/X11R6/lib/libX11.so.6
#6  0x4093fd35 in gdk_font_load () from /usr/lib/libgdk-1.2.so.0
#7  0x4039e779 in wxLoadFont (fontSpec=@0xbffe86b0) at 
../../wxWindows/src/unix/fontutil.cpp:236
#8  0x403a0f8f in wxTestFontSpec (fontspec=@0xbffe86b0) at 
../../wxWindows/src/unix/fontutil.cpp:899
#9  0x403a0543 in wxTestFontEncoding (info=@0xbffe8770) at 
../../wxWindows/src/unix/fontutil.cpp:711
#10 0x403a0647 in wxLoadQueryNearestFont (pointSize=120, family=74, style=90, 
weight=90, underlined=false, 
    facename=@0x85cf368, encoding=wxFONTENCODING_CP936, xFontName=0xbffe87d0) at 
../../wxWindows/src/unix/fontutil.cpp:743
#11 0x402861d8 in wxFont::GetInternalFont (this=0xbffe8840, scale=1) at 
../../wxWindows/src/gtk/font.cpp:956
#12 0x4027da0f in wxWindowDC::DoGetTextExtent (this=0xbffe8ac0, string=@0x8567d3c, 
width=0xbffe891c, height=0xbffe8918, 
    descent=0x0, externalLeading=0x0, theFont=0x0) at 
../../wxWindows/src/gtk/dcclient.cpp:1647
#13 0x4040fc70 in wxDCBase::GetTextExtent (this=0xbffe8ac0, string=@0x8567d3c, 
x=0xbffe891c, y=0xbffe8918, descent=0x0, 
    externalLeading=0x0, theFont=0x0) at ../../wxWindows/include/wx/dc.h:362
#14 0x402117d5 in wxListLineData::DrawTextFormatted (this=0x85654e0, dc=0xbffe8ac0, 
text=@0x8567d3c, col=0, x=2, y=40, 
    width=52) at ../../wxWindows/src/generic/listctrl.cpp:1776
#15 0x402116f0 in wxListLineData::DrawInReportMode (this=0x85654e0, dc=0xbffe8ac0, 
rect=@0xbffe8a90, rectHL=@0xbffe89f0, 
    highlighted=false) at ../../wxWindows/src/generic/listctrl.cpp:1759
#16 0x4021570a in wxListMainWindow::OnPaint (this=0x84dca70) at 
../../wxWindows/src/generic/listctrl.cpp:2943
#17 0x402fbb35 in wxEvtHandler::SearchEventTable (this=0x84dca70, table=@0x4048aea0, 
event=@0xbffe8ce0)
    at ../../wxWindows/src/common/event.cpp:959
#18 0x402fb819 in wxEvtHandler::ProcessEvent (this=0x84dca70, event=@0xbffe8ce0) at 
../../wxWindows/src/common/event.cpp:875
#19 0x402c3e16 in wxWindow::GtkSendPaintEvents (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3904
#20 0x402c38f8 in wxWindow::GtkUpdate (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3799
#21 0x402c145e in wxWindow::OnInternalIdle (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3077
#22 0x40263c88 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dca70) at 
../../wxWindows/src/gtk/app.cpp:608
#23 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84daf58) at 
../../wxWindows/src/gtk/app.cpp:614
#24 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dad80) at 
../../wxWindows/src/gtk/app.cpp:614
#25 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84d5610) at 
../../wxWindows/src/gtk/app.cpp:614
#26 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84add80) at 
../../wxWindows/src/gtk/app.cpp:614
#27 0x40263a51 in wxApp::ProcessIdle (this=0x8497dd0) at 
../../wxWindows/src/gtk/app.cpp:551
#28 0x4026321f in wxapp_idle_callback () at ../../wxWindows/src/gtk/app.cpp:260
#29 0x40979cff in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#30 0x4097a3ee in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#31 0x4097a199 in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#32 0x40979174 in g_main_run () from /usr/lib/libglib-1.2.so.0
#33 0x4085fe6f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#34 0x40281533 in wxDialog::ShowModal (this=0xbffe9210) at 
../../wxWindows/src/gtk/dialog.cpp:220
#35 0x40383b3c in wxMessageBox (message=@0xbffe9720, caption=@0xbffe9700, style=1034, 
parent=0x0)
    at ../../wxWindows/src/common/utilscmn.cpp:700
#36 0x40313a08 in wxFontMapper::GetAltForEncoding (this=0x8433a28, 
encoding=wxFONTENCODING_CP936, info=0xbffe9850, 
    facename=@0xbffe9840, interactive=true) at 
../../wxWindows/src/common/fontmap.cpp:921
#37 0x403a06b6 in wxLoadQueryNearestFont (pointSize=120, family=74, style=90, 
weight=90, underlined=false, 
    facename=@0x85cbc80, encoding=wxFONTENCODING_CP936, xFontName=0xbffe98b0) at 
../../wxWindows/src/unix/fontutil.cpp:747
#38 0x402861d8 in wxFont::GetInternalFont (this=0xbffe9920, scale=1) at 
../../wxWindows/src/gtk/font.cpp:956
#39 0x4027da0f in wxWindowDC::DoGetTextExtent (this=0xbffe9ba0, string=@0x8567d3c, 
width=0xbffe99fc, height=0xbffe99f8, 
    descent=0x0, externalLeading=0x0, theFont=0x0) at 
../../wxWindows/src/gtk/dcclient.cpp:1647
#40 0x4040fc70 in wxDCBase::GetTextExtent (this=0xbffe9ba0, string=@0x8567d3c, 
x=0xbffe99fc, y=0xbffe99f8, descent=0x0, 
    externalLeading=0x0, theFont=0x0) at ../../wxWindows/include/wx/dc.h:362
#41 0x402117d5 in wxListLineData::DrawTextFormatted (this=0x85654e0, dc=0xbffe9ba0, 
text=@0x8567d3c, col=0, x=2, y=40, 
    width=52) at ../../wxWindows/src/generic/listctrl.cpp:1776
#42 0x402116f0 in wxListLineData::DrawInReportMode (this=0x85654e0, dc=0xbffe9ba0, 
rect=@0xbffe9b70, rectHL=@0xbffe9ad0, 
    highlighted=false) at ../../wxWindows/src/generic/listctrl.cpp:1759
#43 0x4021570a in wxListMainWindow::OnPaint (this=0x84dca70) at 
../../wxWindows/src/generic/listctrl.cpp:2943
#44 0x402fbb35 in wxEvtHandler::SearchEventTable (this=0x84dca70, table=@0x4048aea0, 
event=@0xbffe9dc0)
    at ../../wxWindows/src/common/event.cpp:959
#45 0x402fb819 in wxEvtHandler::ProcessEvent (this=0x84dca70, event=@0xbffe9dc0) at 
../../wxWindows/src/common/event.cpp:875
#46 0x402c3e16 in wxWindow::GtkSendPaintEvents (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3904
---Type <return> to continue, or q <return> to quit---
#47 0x402c38f8 in wxWindow::GtkUpdate (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3799
#48 0x402c145e in wxWindow::OnInternalIdle (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3077
#49 0x40263c88 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dca70) at 
../../wxWindows/src/gtk/app.cpp:608
#50 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84daf58) at 
../../wxWindows/src/gtk/app.cpp:614
#51 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dad80) at 
../../wxWindows/src/gtk/app.cpp:614
#52 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84d5610) at 
../../wxWindows/src/gtk/app.cpp:614
#53 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84add80) at 
../../wxWindows/src/gtk/app.cpp:614
#54 0x40263a51 in wxApp::ProcessIdle (this=0x8497dd0) at 
../../wxWindows/src/gtk/app.cpp:551
#55 0x4026321f in wxapp_idle_callback () at ../../wxWindows/src/gtk/app.cpp:260
#56 0x40979cff in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#57 0x4097a3ee in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#58 0x4097a199 in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#59 0x40979174 in g_main_run () from /usr/lib/libglib-1.2.so.0
#60 0x4085fe6f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#61 0x40281533 in wxDialog::ShowModal (this=0xbffea2f0) at 
../../wxWindows/src/gtk/dialog.cpp:220
#62 0x40383b3c in wxMessageBox (message=@0xbffea800, caption=@0xbffea7e0, style=1034, 
parent=0x0)
    at ../../wxWindows/src/common/utilscmn.cpp:700
#63 0x40313a08 in wxFontMapper::GetAltForEncoding (this=0x8433a28, 
encoding=wxFONTENCODING_CP936, info=0xbffea930, 
    facename=@0xbffea920, interactive=true) at 
../../wxWindows/src/common/fontmap.cpp:921
#64 0x403a06b6 in wxLoadQueryNearestFont (pointSize=120, family=74, style=90, 
weight=90, underlined=false, 
    facename=@0x85bc680, encoding=wxFONTENCODING_CP936, xFontName=0xbffea990) at 
../../wxWindows/src/unix/fontutil.cpp:747
#65 0x402861d8 in wxFont::GetInternalFont (this=0xbffeaa00, scale=1) at 
../../wxWindows/src/gtk/font.cpp:956
#66 0x4027da0f in wxWindowDC::DoGetTextExtent (this=0xbffeac80, string=@0x8567d3c, 
width=0xbffeaadc, height=0xbffeaad8, 
    descent=0x0, externalLeading=0x0, theFont=0x0) at 
../../wxWindows/src/gtk/dcclient.cpp:1647
#67 0x4040fc70 in wxDCBase::GetTextExtent (this=0xbffeac80, string=@0x8567d3c, 
x=0xbffeaadc, y=0xbffeaad8, descent=0x0, 
    externalLeading=0x0, theFont=0x0) at ../../wxWindows/include/wx/dc.h:362
#68 0x402117d5 in wxListLineData::DrawTextFormatted (this=0x85654e0, dc=0xbffeac80, 
text=@0x8567d3c, col=0, x=2, y=40, 
    width=52) at ../../wxWindows/src/generic/listctrl.cpp:1776
#69 0x402116f0 in wxListLineData::DrawInReportMode (this=0x85654e0, dc=0xbffeac80, 
rect=@0xbffeac50, rectHL=@0xbffeabb0, 
    highlighted=false) at ../../wxWindows/src/generic/listctrl.cpp:1759
#70 0x4021570a in wxListMainWindow::OnPaint (this=0x84dca70) at 
../../wxWindows/src/generic/listctrl.cpp:2943
#71 0x402fbb35 in wxEvtHandler::SearchEventTable (this=0x84dca70, table=@0x4048aea0, 
event=@0xbffeaea0)
    at ../../wxWindows/src/common/event.cpp:959
#72 0x402fb819 in wxEvtHandler::ProcessEvent (this=0x84dca70, event=@0xbffeaea0) at 
../../wxWindows/src/common/event.cpp:875
#73 0x402c3e16 in wxWindow::GtkSendPaintEvents (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3904
#74 0x402c38f8 in wxWindow::GtkUpdate (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3799
#75 0x402c145e in wxWindow::OnInternalIdle (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3077
#76 0x40263c88 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dca70) at 
../../wxWindows/src/gtk/app.cpp:608
#77 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84daf58) at 
../../wxWindows/src/gtk/app.cpp:614
#78 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dad80) at 
../../wxWindows/src/gtk/app.cpp:614
#78 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dad80) at 
../../wxWindows/src/gtk/app.cpp:614
#79 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84d5610) at 
../../wxWindows/src/gtk/app.cpp:614
#80 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84add80) at 
../../wxWindows/src/gtk/app.cpp:614
#81 0x40263a51 in wxApp::ProcessIdle (this=0x8497dd0) at 
../../wxWindows/src/gtk/app.cpp:551
#82 0x4026321f in wxapp_idle_callback () at ../../wxWindows/src/gtk/app.cpp:260
#83 0x40979cff in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#84 0x4097a3ee in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#85 0x4097a199 in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#86 0x40979174 in g_main_run () from /usr/lib/libglib-1.2.so.0
#87 0x4085fe6f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#88 0x40281533 in wxDialog::ShowModal (this=0xbffeb3d0) at 
../../wxWindows/src/gtk/dialog.cpp:220
#89 0x40383b3c in wxMessageBox (message=@0xbffeb8e0, caption=@0xbffeb8c0, style=1034, 
parent=0x0)
    at ../../wxWindows/src/common/utilscmn.cpp:700
#90 0x40313a08 in wxFontMapper::GetAltForEncoding (this=0x8433a28, 
encoding=wxFONTENCODING_CP936, info=0xbffeba10, 
    facename=@0xbffeba00, interactive=true) at 
../../wxWindows/src/common/fontmap.cpp:921
#91 0x403a06b6 in wxLoadQueryNearestFont (pointSize=120, family=74, style=90, 
weight=90, underlined=false, 
    facename=@0x85ba0f0, encoding=wxFONTENCODING_CP936, xFontName=0xbffeba70) at 
../../wxWindows/src/unix/fontutil.cpp:747
#92 0x402861d8 in wxFont::GetInternalFont (this=0xbffebae0, scale=1) at 
../../wxWindows/src/gtk/font.cpp:956
#93 0x4027da0f in wxWindowDC::DoGetTextExtent (this=0xbffebd60, string=@0x8567d3c, 
width=0xbffebbbc, height=0xbffebbb8, 
    descent=0x0, externalLeading=0x0, theFont=0x0) at 
../../wxWindows/src/gtk/dcclient.cpp:1647
#94 0x4040fc70 in wxDCBase::GetTextExtent (this=0xbffebd60, string=@0x8567d3c, 
x=0xbffebbbc, y=0xbffebbb8, descent=0x0, 
    externalLeading=0x0, theFont=0x0) at ../../wxWindows/include/wx/dc.h:362
---Type <return> to continue, or q <return> to quit---
#95 0x402117d5 in wxListLineData::DrawTextFormatted (this=0x85654e0, dc=0xbffebd60, 
text=@0x8567d3c, col=0, x=2, y=40, 
    width=52) at ../../wxWindows/src/generic/listctrl.cpp:1776
#96 0x402116f0 in wxListLineData::DrawInReportMode (this=0x85654e0, dc=0xbffebd60, 
rect=@0xbffebd30, rectHL=@0xbffebc90, 
    highlighted=false) at ../../wxWindows/src/generic/listctrl.cpp:1759
#97 0x4021570a in wxListMainWindow::OnPaint (this=0x84dca70) at 
../../wxWindows/src/generic/listctrl.cpp:2943
#98 0x402fbb35 in wxEvtHandler::SearchEventTable (this=0x84dca70, table=@0x4048aea0, 
event=@0xbffebf80)
    at ../../wxWindows/src/common/event.cpp:959
#99 0x402fb819 in wxEvtHandler::ProcessEvent (this=0x84dca70, event=@0xbffebf80) at 
../../wxWindows/src/common/event.cpp:875
#100 0x402c3e16 in wxWindow::GtkSendPaintEvents (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3904
#101 0x402c38f8 in wxWindow::GtkUpdate (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3799
#102 0x402c145e in wxWindow::OnInternalIdle (this=0x84dca70) at 
../../wxWindows/src/gtk/window.cpp:3077
#103 0x40263c88 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dca70) at 
../../wxWindows/src/gtk/app.cpp:608
#104 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84daf58) at 
../../wxWindows/src/gtk/app.cpp:614
#105 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84dad80) at 
../../wxWindows/src/gtk/app.cpp:614
#106 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84d5610) at 
../../wxWindows/src/gtk/app.cpp:614
#107 0x40263cd9 in wxApp::CallInternalIdle (this=0x8497dd0, win=0x84add80) at 
../../wxWindows/src/gtk/app.cpp:614
#108 0x40263a51 in wxApp::ProcessIdle (this=0x8497dd0) at 
../../wxWindows/src/gtk/app.cpp:551
#109 0x4026321f in wxapp_idle_callback () at ../../wxWindows/src/gtk/app.cpp:260
#110 0x40979cff in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#111 0x4097a3ee in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#112 0x4097a199 in g_idle_remove_by_data () from /usr/lib/libglib-1.2.so.0
#113 0x40979174 in g_main_run () from /usr/lib/libglib-1.2.so.0
#114 0x4085fe6f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#115 0x40281533 in wxDialog::ShowModal (this=0xbffec4b0) at 
../../wxWindows/src/gtk/dialog.cpp:220
#116 0x40383b3c in wxMessageBox (message=@0xbffec9c0, caption=@0xbffec9a0, style=1034, 
parent=0x0)
    at ../../wxWindows/src/common/utilscmn.cpp:700
#117 0x40313a08 in wxFontMapper::GetAltForEncoding (this=0x8433a28, 
encoding=wxFONTENCODING_CP936, info=0xbffecaf0, 
    facename=@0xbffecae0, interactive=true) at 
../../wxWindows/src/common/fontmap.cpp:921
#118 0x403a06b6 in wxLoadQueryNearestFont (pointSize=120, family=74, style=90, 
weight=90, underlined=false, 
    facename=@0x85bf898, encoding=wxFONTENCODING_CP936,
xFontName=0xbffecb50) at ../.

and on and on and ...

and here the folder with the offending message:

Attachment: xmlblaster.gz
Description: Binary data


hope this helps

-- 
Michele Ravani                  [EMAIL PROTECTED]
"Those who live hoping, die singing" My Gran

Reply via email to