search for: _utf8_wcsnrtombs

Displaying 1 result from an estimated 1 matches for "_utf8_wcsnrtombs".

2008 Nov 14
0
R crashes on sprintf with bad format specification (PR#13285)
...puts instead >> of strings. With strings there's no crash - R reports bad format >> specifications. > > 2.7.2 is obsolete, but I can confirm a crash on Windows with a recent > R-devel. Can confirm as well on OSX with a fairly recent R-devel. (gdb) bt 10 #0 0x9575e299 in _UTF8_wcsnrtombs () #1 0x957bb3a0 in wcsrtombs_l () #2 0x956ebc1e in __vfprintf () #3 0x95711e66 in sprintf () #4 0x00492bb8 in do_sprintf (call=0x10cb470, op=0x1018924, args=<value temporarily unavailable, due to optimizations>, env=0x10a40b0) at ../../../../R-devel-all/src/main/sprintf.c:179 #5 0x003fe...