11 Nov
2008
11 Nov
'08
12:35 a.m.
On 11/10/2008 4:19 AM, Diederik van Lierop wrote:
Hi Bob,
Could you please compile a new windows build with full debug options? This would help our users and bug-reporters to get backtraces, which are indispensible considering our current instability.
Done.
And while you're at it, please make a minor change to http://inkscape.modevia.com/win32/HEADER.html: our bug-reporters should use
(gdb) run c:\temp\your-file-name.svg
Instead of just
(gdb) run
because for some reason it is impossible to open files from within Inkscape when using gdb on Windows.
That has not happened to me. Usually when gdb freezes, it is because of a new thread launching, and hitting <enter> continues it.