Re: [gtk-list] Re: Gtk--: Tracking down clobbered pointers and mysterious crashes
- From: robert_gasch peoplesoft com
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: Gtk--: Tracking down clobbered pointers and mysterious crashes
- Date: Fri, 21 May 1999 12:52:34 +0200
I forgot to mention: the reason I suspected object creation on
the stack to be a potential problem is that a while ago I experienced
some rather hard to debug crashes where the stack was clobbered
into oblivion. The cause of these turned out to be that I attempted to
allocate a 2MB array on the stack (I hadn't realized how big would
turn out to be) ... once I changed this to dynamic allocation everything
worked OK again ... while the individual Gtk-- objects may be small,
I do this (stack allocation) all over the Gui which totals up to quite a lot
of objects ...
Thanks again
--> R
Guillaume Laurent <glaurent@worldnet.fr> on 05/21/99 07:57:01 AM
Please respond to gtk-list@redhat.com
To: gtk-list@redhat.com
cc: (bcc: Robert Gasch/PeopleSoft)
Subject: [gtk-list] Re: Gtk--: Tracking down clobbered pointers and
mysterious crashes
robert_gasch@peoplesoft.com writes:
> How will I be able to tell that my object are getting too big? Will the
> compiler complain
Yes.
> (is this in some way related to the fact that some egcs
> versions/platorms seem to require the -fhuge-objects flag to
> compiler?)
Yes. This is exactly what I was referring to.
--
Guillaume.
http://www.worldnet.fr/~glaurent
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]