Bug#774673: xfig crashes with stack smash detected when attempting to change arrow size

2015-01-12 Thread julien soula
hello, I had the same problem. It comes from retrieving Xt ressource with a bad type variable. xfig-3.2.5.c/w_indpanel.c:1293: FirstArg(XtNradioData, &which); GetValues(w); "which" is declared as a int (32b) whereas "radioData" waits for a XPointer (64b). Find enclosed a patch that corr

Bug#774673: xfig crashes with stack smash detected when attempting to change arrow size

2015-01-05 Thread Peter Chubb
Package: xfig Version: 1:3.2.5.c-3+b1 Severity: normal Dear Maintainer, Start xfig from a terminal, then select the `arrow' tool, then attempt to change arrow characteristics by clicking on the `thickness' button. I see in the terminal: $ xfig *** stack smashing detected ***: xfig terminated ===