Re: [Gimp-developer] Re: gimp hangs - possible solutions?

2001-10-07 Thread Carlos Puchol

done. Bug 61894.


--- Daniel Egger <[EMAIL PROTECTED]> wrote:
> Am Sam, 2001-10-06 um 19.34 schrieb 1002389654:
> 
> > more info, and a possible candidate for bug, and a possible workaround:
> 
> I just glanced over your bugreport but it seems quite valid and
> good reasearched to me, posting it here was definitely a good idea
> but we'd really appreciate if you added it to our bugtracker
> at http://bugzilla.gnome.org component GIMP. This way it'll be easier
> to add more information and keep track of the issue.
> 
> --
> Thanks in advance,
> Daniel
> 


=
C. Puchol <[EMAIL PROTECTED]>

__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Re: gimp hangs - possible solutions?

2001-10-07 Thread Daniel Egger

Am Sam, 2001-10-06 um 19.34 schrieb 1002389654:

> more info, and a possible candidate for bug, and a possible workaround:

I just glanced over your bugreport but it seems quite valid and
good reasearched to me, posting it here was definitely a good idea
but we'd really appreciate if you added it to our bugtracker
at http://bugzilla.gnome.org component GIMP. This way it'll be easier
to add more information and keep track of the issue.

--
Thanks in advance,
Daniel

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] Re: gimp hangs - possible solutions?

2001-10-06 Thread Carlos Puchol

Carlos Puchol <[EMAIL PROTECTED]> wrote:
> some time in the last couple of weeks, i upgraded gimp from
> ximian and now i get hard hangs on gimp-1.2.2-ximian.
> i kind of suspect it is not gimp's fault, but some other
> library like gtk or something, but then the rest of gnome
> and all apps work fine as usual, so maybe it is the gimp...

more info, and a possible candidate for bug, and a possible workaround:

i ran gimp under gdb and replicated the problem a couple of times.

(gdb) where
#0  0x4018af89 in g_list_last (list=0x867bf5c) at glist.c:454
#1  0x4018ac0f in g_list_append (list=0x867bf5c, data=0x87bfe78) at glist.c:181
#2  0x80c0e2e in register_display_procs ()
#3  0x80c1b20 in document_index_parse_line ()

(gdb) where
#0  0x4018af89 in g_list_last (list=0x86949f8) at glist.c:454
#1  0x4018ac0f in g_list_append (list=0x86949f8, data=0x89675a8) at glist.c:181
#2  0x80c0dc2 in register_display_procs ()
#3  0x80c1b20 in document_index_parse_line ()
#4  0x80c1a4d in document_index_add ()

so, i looked at the index of pictures in the File menu,
and noticed that it had one entry
only and it was blank, so i figure maybe the code that updates that,
given that both reports show document_index_parse_line

so, i looked at the file called ideas, which seemed to be the culprint by looking
at the code. sure enough it had a long list of file names and what not.

i deleted it and now it does not wedge any more.
unfortunately i did not keep a copy of the ideas file
and i cannot replicate it! arrghh...

anyway, there is some code there that hangs on certain ideas file format.
you may want to keep this in mind if others ask with the same question.

thanks,

-c
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer