Comment 2 for bug 608229

Revision history for this message
su_v (suv-lp) wrote :

Did you install new color or display profiles right before Inkscape stopped working (possibly with a new monitor or printer driver, or another application)?

from the backtrace:
> #0 0x77c17740 in strcmp () from C:\WINDOWS\system32\msvcrt.dll
> #1 0x6861b047 in g_utf8_collate () from E:\Graphic\Inkscape\libglib-2.0-0.dll
> #2 0x005967ea in findThings ()
> #3 0x00596fd8 in Inkscape::colorprofile_get_system_profile_handle ()
> #4 0x00598aa2 in Inkscape::colorprofile_get_display_transform ()
(…)

Is the backtrace from 0.46 or a recent development build (r9596) / prerelease version (0.48pre1)?

function findThings() in current trunk sources:
 <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head:/src/color-profile.cpp#L688>

function findThings() in 0.46 branch:
<http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_46_BRANCH/annotate/head:/src/color-profile.cpp#L563>