Simon Turvey wrote: > > Hi Justin, Gerd, > The first time I run fbtv on the above configuration and attempt to tune > using the > arrow keys I get a segfault. If I run the program again it works fine. > This does not > occur with bttv. Can you let me know what information you need and where I > can get it from (I can't see anything in the logs). > > All the best, > Simon After the segfault, run gdb /usr/{whereever}/bin/xawtv core, the type "backtrace". This will tell you, at which line of which function the segfault occurred, and from there, the rest is easy... -justin