Re: gtk 1.3.2 does not display



finklestein <gregor waltz villanova edu> writes: 
does anyone know where i can start debugging this? the glib tests work,
so i don't think that the problem is there.

Try running strace on your program and see where it gets stuck
(probably on a file descriptor, go back and see which system call the
file descriptor comes from and try to figure out what the file
descriptor is).

ltrace might be useful too.

Or just run the app in gdb and get a backtrace wherever the app stops.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]