Core file will not be generated.

After reinstalling Debian Stretch, and installing the RStudio 1.2.1335-amd64, when I pen Rsutdio Iret the error:

comp@AbNormal:~$ /usr/bin/rstudio
nouveau: kernel rejected pushbuf: No such file or directory
nouveau: ch5: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch5: buf 00000000 00000002 00000004 00000004 00000000
rstudio: ../../nouveau/pushbuf.c:727: nouveau_pushbuf_data: Assertion `kref' failed.
Received signal 6
#0 0x7fb73da7aa4f
#1 0x7fb73da7ae4b
#2 0x7fb73da7b4ce
#3 0x7fb7385e40e0
#4 0x7fb736aadfff gsignal
#5 0x7fb736aaf42a abort
#6 0x7fb736aa6e67
#7 0x7fb736aa6f12 __assert_fail
#8 0x7fb72400ee24 nouveau_pushbuf_data
#9 0x7fb72400ed6b nouveau_pushbuf_data
#10 0x7fb72400eeba
#11 0x7fb72400f15f
#12 0x7fb72400fd10 nouveau_pushbuf_kick
#13 0x7fb724981916
#14 0x7fb72463f61a
#15 0x7fb72475333c
#16 0x7fb73684a48c
#17 0x7fb7251abe52 QGLXContext::swapBuffers()
#18 0x7fb739148eac QOpenGLContext::swapBuffers()
#19 0x7fb7393bea8d QPlatformBackingStore::composeAndFlush()
#20 0x7fb72eff1aff QXcbBackingStore::composeAndFlush()
#21 0x7fb7399af3b4 QWidgetBackingStore::qt_flush()
#22 0x7fb7399b096e QWidgetBackingStore::flush()
#23 0x7fb7399b1dee QWidgetBackingStore::doSync()
#24 0x7fb7399b2730 QWidgetBackingStore::sync()
#25 0x7fb7399c9a0f QWidgetPrivate::syncBackingStore()
#26 0x7fb7399e0930 QWidget::event()
#27 0x7fb739ae2aa1 QMainWindow::event()
#28 0x7fb7399a2b3c QApplicationPrivate::notify_helper()
#29 0x7fb7399a9d30 QApplication::notify()
#30 0x7fb738a65e28 QCoreApplication::notifyInternal2()
#31 0x7fb738a68857 QCoreApplicationPrivate::sendPostedEvents()
#32 0x7fb738abdbb3 postEventSourceDispatch()
#33 0x7fb732a7d7f7 g_main_context_dispatch
#34 0x7fb732a7da60
#35 0x7fb732a7db0c g_main_context_iteration
#36 0x7fb738abd1ef QEventDispatcherGlib::processEvents()
#37 0x7fb738a6478a QEventLoop::exec()
#38 0x7fb738a6d190 QCoreApplication::exec()
#39 0x55f1459549b8 main
#40 0x7fb736a9b2e1 __libc_start_main
#41 0x55f14595803a _start
r8: 0000000000000000 r9: 00007ffc546c0ca0 r10: 0000000000000008 r11: 0000000000000246
r12: 00000000000002d7 r13: 00007fb724010a50 r14: 000055f146b22e90 r15: 00000000ffffffea
di: 0000000000000002 si: 00007ffc546c0ca0 bp: 00007fb724010a29 bx: 0000000000000006
dx: 0000000000000000 ax: 0000000000000000 cx: 00007fb736aadfff sp: 00007ffc546c0d18
ip: 00007fb736aadfff 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.

Before the OS crashed RStudio was operating normally.

Assistance will b much appreciated.

Thanks in advance.

1 Like

It looks like the crash is occurring in the Nouveau video card drivers. You might need to either update your video card drivers, or consider installing alternate drivers (e.g. the proprietary drivers provided directly by the vendor).

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