![](https://secure.gravatar.com/avatar/8d5128b5b838ecedc34635fba7995f7f.jpg?s=120&d=mm&r=g)
On Sat, 6 Dec 2003, bulia byak wrote:
Latest cvs crashes when doing convert to curves, I localized this crash to:
/* markers */ p += g_snprintf (p, c + BMAX - p, "marker:%s", from->marker[SP_MARKER_LOC]); p += g_snprintf (p, c + BMAX - p, "marker-start:%s", from->marker[SP_MARKER_LOC_START]); p += g_snprintf (p, c + BMAX - p, "marker-mid:%s", from->marker[SP_MARKER_LOC_MID]); p += g_snprintf (p, c + BMAX - p, "marker-end:%s", from->marker[SP_MARKER_LOC_END]);
in style.c. Bryce, I guess this is your recent code, so perhaps you can guess how to fix this.
You're right that it crashes, and that it's certainly due to the new marker code - I had to rewrite it last night to switch it from GQuarks to SPIStrings, and only tested basic behavior. I'll investigate.
Bryce