Re: EuGTK: "font"
- Posted by mattlewis (admin) Mar 05, 2012
- 1464 views
irv said...
Apparently the error has nothing to do with fonts, but was caused by memory corruption elsewhere. Fortunately, this is pretty rare, since it's close to impossible to track down.
This is where valgrind really shines. The easiest way to diagnose is probably to translate your program with debugging turned on, and then run it under valgrind:
$ valgrind ./myapp
Matt