I think I found a freak bug on GTK+-1.3.15
- From: Ramsés Morales <ramses computer org>
- To: gtk-app-devel-list gnome org, gtk-list gnome org
- Subject: I think I found a freak bug on GTK+-1.3.15
- Date: 26 Feb 2002 16:47:54 -0500
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]