Xlib: sequence lost

I have an instability issue with RStudio IDE on Linux Mint 19.1. I can start RStudio with out a problem. I can do something. However after some short time it will crush. I see the following error in terminal:

Xlib: sequence lost (0x1098a > 0x98e) in reply type 0x0!
double free or corruption (fasttop)
Received signal 6
#0 0x7f6a63247a4f <unknown>
#1 0x7f6a63247e4b <unknown>
#2 0x7f6a632484ce <unknown>
#3 0x7f6a5e4b0890 <unknown>
#4 0x7f6a5c825e97 gsignal
#5 0x7f6a5c827801 abort
#6 0x7f6a5c870897 <unknown>
#7 0x7f6a5c87790a <unknown>
#8 0x7f6a5c87f004 cfree
#9 0x7f6a631aa3df <unknown>
#10 0x7f6a631d0cf7 <unknown>
#11 0x7f6a631d135d <unknown>
#12 0x7f6a631d162a <unknown>
#13 0x7f6a631cac92 <unknown>
#14 0x7f6a631eb02f <unknown>
#15 0x7f6a63221684 <unknown>
#16 0x7f6a63254a10 <unknown>
#17 0x7f6a5e4a56db start_thread
#18 0x7f6a5c90888f clone
  r8: 0000000000000000  r9: 00007f6a1effc530 r10: 0000000000000008 r11: 0000000000000246
 r12: 00007f6a1effc7a0 r13: 0000000000001000 r14: 0000000000000000 r15: 0000000000000030
  di: 0000000000000002  si: 00007f6a1effc530  bp: 00007f6a1effc8a0  bx: 00007f6a1effc7a0
  dx: 0000000000000000  ax: 0000000000000000  cx: 00007f6a5c825e97  sp: 00007f6a1effc530
  ip: 00007f6a5c825e97 efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000
 trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.

I ended up using RStudio Server which runs good. Do you have any solution on this? Thanks!

Hi @djhurio!

What version of RStudio Desktop were you using when you saw this problem?

Can you supply any more of the info suggested on the RStudio Crashed support page?

Information about your system

  • Version of RStudio (including whether it's Desktop or Server)
  • Output from running sessionInfo() in standard R console

Information about the crash

  • Description of crash
  • Steps to reproduce
  • Related R code or packages
  • Error messages
  • Screenshots
  • Log files
  • Crash Report

For diagnostic reports, crash reports, or log files, you may wind up with output that is too long to paste in here. Please share it somewhere else (Google Drive, GitHub gist, Dropbox, etc) and link to it here. For your own security, please make sure you delete any sensitive information (e.g., your computer's IP address) before posting.

Hi,

I am using RStudio Desktop Version 1.2.1335
Build 4 (f1ac3452)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.1 Chrome/69.0.3497.128 Safari/537.36

> sessionInfo()
R version 3.6.1 (2019-07-05)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Linux Mint 19.1

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so

locale:
 [1] LC_CTYPE=en_GB.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_GB.UTF-8        LC_COLLATE=en_GB.UTF-8    
 [5] LC_MONETARY=lv_LV.UTF-8    LC_MESSAGES=en_GB.UTF-8   
 [7] LC_PAPER=lv_LV.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=lv_LV.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.6.1

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.