Re: gtk treeview windows

2009-02-07 Thread Larry Reaves
On Sat, 2009-02-07 at 14:25 -0500, Matthew Talbert wrote: > > Oh, sorry. I assume you have verified that you don't have any heap > > corruption by running the code under valgrind on Linux? Other than > > that I really can't give any specific advice. Perhaps ask somebody > > else to read the code ca

Re: gtk treeview windows

2009-02-07 Thread Matthew Talbert
> Oh, sorry. I assume you have verified that you don't have any heap > corruption by running the code under valgrind on Linux? Other than > that I really can't give any specific advice. Perhaps ask somebody > else to read the code carefully. If the problem did not occur at some > earlier stage, the

Re: gtk treeview windows

2009-02-06 Thread Tor Lillqvist
> Not trying to be offensive, but if I could reproduce this every time, > I wouldn't be asking for debugging suggestions. Oh, sorry. I assume you have verified that you don't have any heap corruption by running the code under valgrind on Linux? Other than that I really can't give any specific advi

Re: gtk treeview windows

2009-02-05 Thread Matthew Talbert
On Thu, Feb 5, 2009 at 4:38 AM, Tor Lillqvist wrote: > > > I would appreciate any suggestions as to how to debug this further. > > Write a minimal sample program that exhibits the problem, file a bug, > and attach the sample program (as a single source file in C; no > binaries, not zip archives, n

Re: gtk treeview windows

2009-02-05 Thread Tor Lillqvist
> I would appreciate any suggestions as to how to debug this further. Write a minimal sample program that exhibits the problem, file a bug, and attach the sample program (as a single source file in C; no binaries, not zip archives, no makefiles) to the bug. -tml __