druban wrote:(…) it is indeed a wacom tablet.
As far as I understood the crash is not limited to Wacom tablets, but happens with whatever tablet is used, across all platforms.
druban wrote:I am interested to know about the backtrace thing though - you must be familiar with the gdb program (although i think you are on linux OS) is the backtrace a saved file, or just output that shows up in the console?
I'm on Mac OS X, and my knowledge about gdb is limited (just the basics). And I haven't used it on Windows… But backtrace output (bt) is to the console/terminal like the other output of gdb. See the gdb documentation about
Logging Output options if you want to save the output of gdb commands to a file.
druban wrote:(no debugging symbols found)
Did you install the debug files? They can be downloaded from sf.net for 0.47, or from modevia for each snapshot build (AFAIK you have to place the unpacked files inside the Inkscape folder).
Some tips can be found in the Inkscape Wiki:
Debugging Tips for Windows (I hope they are still current).