You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just downloaded and ran Carla on Ubuntu 20.04 and it core dumps.
The machine has 32GB RAM and 12 cores. Its two display cards, intel and GeForce MX130.
Following is the stacktrace I got in GDB. Most of the remaining treads are in waiting state.
Thread 57 (Thread 0x7fffcbfff700 (LWP 241500)):
#0 0x0000000002e801c4 in ?? () #1 0x0000000002eaa075 in ?? () #2 0x0000000002ea9c3a in ?? () #3 0x0000000002eac945 in ?? () #4 0x0000000002eaf8b7 in ?? () #5 0x0000000003731271 in ?? () #6 0x0000000002841384 in ?? () #7 0x0000000002841fca in ?? () #8 0x0000000002b5b0b1 in ?? () #9 0x0000000002b5b255 in ?? () #10 0x0000000002190fbb in ?? () #11 0x0000000002190c23 in ?? () #12 0x0000000002fad932 in ?? () #13 0x00000000021c60a2 in ?? () #14 0x00000000021b5f5d in ?? () #15 0x00007ffff7f8e609 in start_thread (arg=) at pthread_create.c:477 #16 0x00007ffff77cd103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Could this be related to incompatible HW/drivers?
The text was updated successfully, but these errors were encountered:
Just downloaded and ran Carla on Ubuntu 20.04 and it core dumps.
The machine has 32GB RAM and 12 cores. Its two display cards, intel and GeForce MX130.
Following is the stacktrace I got in GDB. Most of the remaining treads are in waiting state.
Thread 57 (Thread 0x7fffcbfff700 (LWP 241500)):
#0 0x0000000002e801c4 in ?? ()
#1 0x0000000002eaa075 in ?? ()
#2 0x0000000002ea9c3a in ?? ()
#3 0x0000000002eac945 in ?? ()
#4 0x0000000002eaf8b7 in ?? ()
#5 0x0000000003731271 in ?? ()
#6 0x0000000002841384 in ?? ()
#7 0x0000000002841fca in ?? ()
#8 0x0000000002b5b0b1 in ?? ()
#9 0x0000000002b5b255 in ?? ()
#10 0x0000000002190fbb in ?? ()
#11 0x0000000002190c23 in ?? ()
#12 0x0000000002fad932 in ?? ()
#13 0x00000000021c60a2 in ?? ()
#14 0x00000000021b5f5d in ?? ()
#15 0x00007ffff7f8e609 in start_thread (arg=) at pthread_create.c:477
#16 0x00007ffff77cd103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Could this be related to incompatible HW/drivers?
The text was updated successfully, but these errors were encountered: