Re: I think I found a freak bug on GTK+-1.3.15
- From: WDraxinger darkstargames de
- To: Ramsés Morales <ramses computer org>
- Cc: "GTK+ Mail List" <gtk-app-devel-list gnome org>
- Subject: Re: I think I found a freak bug on GTK+-1.3.15
- Date: Tue, 26 Feb 2002 23:20:51 +0100
Thats not a problem of GTK. If you only compile these two lines,
without any main function, your stdlib won't initialize right and
your global pointers will be uninitialized.
----- Original Message -----
From: "Ramsés Morales" <ramses computer org>
To: <gtk-app-devel-list gnome org>; <gtk-list gnome org>
Sent: Tuesday, February 26, 2002 10:47 PM
Subject: 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.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]