I think I found a freak bug on GTK+-1.3.15



If I compile an app with this two lines:

GtkTreeViewColumn *ca;
GtkTreeViewColumn *cb;

When I run the app, I get a Segmentation Fault. *cb isn't used on the
code.

If I compile the app after comenting:

GtkTreeViewColumn *ca;
/*GtkTreeViewColumn *cb;*/

...it runs nicely.

This is wierd.






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