Open jmp75 opened 9 years ago
Hi, running into the same issue (i.e., Assertion at sgen-alloc.c:558, condition `tlab_next_addr_offset != -1' not met) with Debian, mono 4.2.2, R 3.2.4. Have you had any luck with figuring this one out?
Same error here, trying to install rClr on ubuntu 14.04.4, R 3.2.4, mono 4.2.3. Has anybody found a solution?
[...]
** building package indices
** installing vignettes
** testing if installed package can be loaded
* Assertion at sgen-alloc.c:558, condition `tlab_next_addr_offset != -1' not met
Native stacktrace:
/usr/lib/libmonosgen-2.0.so.1(+0xcf0ff) [0x7f346b62d0ff]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f3470cc0340]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f3470921cc9]
[...]
Debug info from gdb:
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Aborted (core dumped)
Update on repro, still issue with Mono 4.0.2, Debian 64.
fails apparently while or as soon as the appdomain is created.