search for: re_compile_fastmap

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

2003 Apr 28
1
Red Hat 9 regex symbol conflict
...http://www.joeconway.com/plr/) to work on Red Hat 9. In brief, R dumps core during the embedded library initialization, while in Rf_regcomp(), working on on Rprofile. Below I've included the important parts of a backtrace: Program received signal SIGSEGV, Segmentation fault. 0x420b655c in re_compile_fastmap_iter () from /lib/tls/libc.so.6 (gdb) bt #0 0x420b655c in re_compile_fastmap_iter () from /lib/tls/libc.so.6 #1 0x420b649d in re_compile_fastmap () from /lib/tls/libc.so.6 #2 0x403fcb3c in Rf_regcomp (preg=0xbfffb0e0, pattern=0x8ba68a0 "[[:blank:]]*([[:alnum:]]+)", cflags=0) at regex....