Re: GtkFileChooserDialog and profilers



David Necas (Yeti) ha scritto lo scorso 27/10/2004 18.49:
On Wed, Oct 27, 2004 at 01:22:57PM +0200, Carlo Agrusti wrote:

[cut]
#include <gtk/gtk.h>

int main (int argc, char * argv[]) {
   GtkWidget * dialog;
   char      * filename;

   gtk_init (&argc, &argv);

   dialog = gtk_file_chooser_dialog_new (
[cut]
   gtk_widget_destroy (dialog);
   return 0;
}


It doesn't make my valgrind crash.

Anything you might be doing wrong is not obvious from the
info you posted.


There are no more info to be posted, I fear. What you see is a simple self contained main.c (stripped from the code I'm working on), and I made no strange thing on it; I have now installed on my Debian gtk+2.4.11, but I observed the same effect with 2.4.10 and 2.4.5.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]