[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: g_string and core dumps
- From: Erik Mouw <J A K Mouw its tudelft nl>
- To: cpuffer shore net
- Cc: gtk-app-devel-list redhat com
- Subject: Re: g_string and core dumps
- Date: Thu, 21 Oct 99 11:21:53 +0200
On Wed, 20 Oct 1999 19:08:36 -0400, Charles Puffer wrote:
> I have been working on a gtk/gnome app and have run into a problem.
> I would like to use the g_string_* functions of glib but as soon as I do
> anything more than a null string my application crashes. Not right away
> but a few lines later when I go to create my primary widgit.
Sounds like you're messing with uninitialized pointers and/or array
boundaries.
> Has anyone seen this before?
Yes, it's a very common error in C programs.
> I will post more info like source or outputs if there is anyone
> interested in helping me. For now I am going to use 'C' str* functions.
Show us the code and we might be able to help you.
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands
Phone: +31-15-2785859 Fax: +31-15-2781843 Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]