search for: _rl_dispatch_subseq

Displaying 3 results from an estimated 3 matches for "_rl_dispatch_subseq".

2003 Jun 27
4
Update on "Shift-Return causes segfault (PR#3293)"
...nal type we have access to. d) For some reason, Kde's Konsole interprets Shift-Return as "Meta-Shift-O Shift-M", which is the source of the original bug report. e) The most helpful error message we can generate is: Program received signal SIGSEGV, Segmentation fault. 0x400dd7fe in _rl_dispatch_subseq () from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so.4 implying that there is some strange interaction going on with readline, and that the bug may be in readline rather than R. f) The bug does not seem to be present in R-1.6.2, though this is only my experience, not anyo...
2017 Jan 19
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
....6 #7 0x00007ffff54acfde in rl_add_undo () from /lib/x86_64-linux-gnu/libreadline.so.6 #8 0x00007ffff54af709 in rl_insert_text () from /lib/x86_64-linux-gnu/libreadline.so.6 #9 0x00007ffff54b07cc in _rl_insert_char () from /lib/x86_64-linux-gnu/libreadline.so.6 #10 0x00007ffff5497a5d in _rl_dispatch_subseq () from /lib/x86_64-linux-gnu/libreadline.so.6 #11 0x00007ffff5497f1d in readline_internal_char () from /lib/x86_64-linux-gnu/libreadline.so.6 #12 0x00007ffff54ae8ad in rl_callback_read_char () from /lib/x86_64-linux-gnu/libreadline.so.6 #13 0x00007ffff79baec6 in ?? () from /usr/lib/libR.s...
2017 Jan 18
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
-----Original Message----- From: R-SIG-Debian [mailto:r-sig-debian-bounces at r-project.org] On Behalf Of Rolf Turner Sent: Thursday, 19 January 2017 10:11 AM To: Ian Erickson Cc: r-sig-debian at r-project.org Subject: Re: [R-sig-Debian] [FORGED] Taking determinant of a matrix of NAs results in intermittent memory corruption >On 19/01/17 11:54, Ian Erickson wrote: >> Greetings; I've