Urgent: inexpected gtk_widget_create_pango_context crash
"drhammerit" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello at all, in my app i have a casual crash (0xC0000005 access violation) in function gtk_widget_create_pango_context() at address 0x60669dc4 on gtk+-2.0.6 (20020921) under WIN32 (WINY2K). This happens when i do a gtk_fixed_put(GTK_FIX(myfix),mywidget,x,y). My app generate a UI dinamically (following a roule from a server) and create/destroy much widget and sometimes when i put a entry in a fix it simply crash. I don't known what to do because under linux all works ok. I hope in a help of someone. thanks, dr hammer