On 3/10/09 19:34, Tobias Jakobs wrote:
On 3/10/09 18:20, ~suv wrote:
from the backtrace:
precision=2
did you manually (or in an older version) change the SVG output precision in your preferences file?
Not that I can remember. But now I renamed the .config/inkscape folder and Inkscape starts again. If you are interested in the old preferences, you can download my old inkscape config folder here: http://dl.getdropbox.com/u/1069285/inkscape_bak.tar.gz
Which SVN revision are you compiling?
It was SVN trunk from today ~10:00 MEZ.
I tested your preferences.xml (which does indeed contain the setting 'numericprecision="2"') with Inkscape 0.46+devel r22379 on OS X 10.5.8.
Inkscape crashes as described in bug #399604, and the preferences file needs to be manually edited (reset precsision >= 3) to avoid the crash.
Console messages on OS 10.5.8:
inkscape-bin(6946,0xa036e720) malloc: *** error for object 0x5de2500: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug
Emergency save activated! inkscape-bin(6946,0xa036e720) malloc: *** error for object 0x5ddfe90: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug inkscape-bin(6946,0xa036e720) malloc: *** error for object 0x5ddfe90: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug Emergency save completed. Inkscape will close now.
IMHO this confirms your crash which was caused by a currently incompatible preference setting from earlier versions.
~suv