[rkward] [Bug 438993] New: Plotting using ggplot2 makes R crash in RKWard

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Jun 21 14:14:38 BST 2021


https://bugs.kde.org/show_bug.cgi?id=438993

            Bug ID: 438993
           Summary: Plotting using ggplot2 makes R crash in RKWard
           Product: rkward
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: R Console
          Assignee: rkward-devel at kde.org
          Reporter: flyos at mailoo.org
  Target Milestone: ---

SUMMARY
Since R an update to 4.1.0, plotting using ggplot2 in RKWard results in a crash
of the R session with the following error message:
"C stack usage  46703538412652 is too close to the limit"
The error is linked to RKWard's plotting (using e.g. pdf() device works fine)
and ggplot2 (using base R plot() function works fine). Plotting in R console in
a terminal works fine.

STEPS TO REPRODUCE
1. library(ggplot2)
2. ggplot(iris) + geom_point(aes(x = Sepal.Width, y = Sepal.Length))
3. An error message is triggered (see above) and the R session crashes.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20210618
KDE Plasma Version: 5.22.0
KDE Frameworks Version: 5.83.0
Qt Version: 5.15.2
Kernel Version: 5.11.6-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × AMD Ryzen 7 4700U with Radeon Graphics
Memory: 15.0 Gio of RAM
Graphics Processor: AMD RENOIR
RKWard: 0.7.2
R: 4.1.0
ggplot2: 3.3.4 (tested both using system package and installed package from R)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the rkward-devel mailing list