search for: c_dataview

Displaying 2 results from an estimated 2 matches for "c_dataview".

Did you mean: c_dataviewer
2024 Apr 25
1
[External] View() segfaulting ...
...ems to crash on just about anything. > > View(1:3) > *** stack smashing detected ***: terminated > Aborted (core dumped) > > If I debug(View) I get to the last line of code with nothing obviously > looking pathological: > > Browse[1]> > debug: invisible(.External2(C_dataviewer, x, title)) > Browse[1]> x > $x > [1] "1" "2" "3" > > Browse[1]> title > [1] "Data: 1:3" > Browse[1]> > *** stack smashing detected ***: terminated > Aborted (core dumped) > > > > ==== > R Under development...
2024 Apr 24
2
View() segfaulting ...
...an anyone else reproduce this? View() seems to crash on just about anything. View(1:3) *** stack smashing detected ***: terminated Aborted (core dumped) If I debug(View) I get to the last line of code with nothing obviously looking pathological: Browse[1]> debug: invisible(.External2(C_dataviewer, x, title)) Browse[1]> x $x [1] "1" "2" "3" Browse[1]> title [1] "Data: 1:3" Browse[1]> *** stack smashing detected ***: terminated Aborted (core dumped) ==== R Under development (unstable) (2024-04-24 r86483) Platform: x86_64-pc-linux-gnu Runn...